Searched refs:mByte (Results 1 – 2 of 2) sorted by relevance
268 private byte mByte; field in Value.ByteValue271 mByte = b; in ByteValue()276 return mByte; in asByte()286 return Byte.toString(mByte); in toString()290 return Objects.hash(mByte); in hashCode()296 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()