Searched refs:mByte (Results 1 – 2 of 2) sorted by relevance
267 private byte mByte; field in Value.ByteValue270 mByte = b; in ByteValue()275 return mByte; in asByte()285 return Byte.toString(mByte); in toString()289 return Objects.hash(mByte); in hashCode()295 return mByte == value.mByte; in equals()
467 public byte mByte; field in IntMath.Shorty479 shorts.mByte = (byte) x; in truncateTest()485 Main.assertTrue(shorts.mByte == 35); // 0x23 in truncateCheck()