- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for testFromBytesNoCopy_noCopyOccurs (0.21 seconds)
-
guava-tests/test/com/google/common/hash/HashCodeTest.java
bytes[0] = (byte) 0x00; assertEquals(expectedInt, hashCode.asInt()); assertThat(hashCode.toString()).isEqualTo(expectedToString); } public void testFromBytesNoCopy_noCopyOccurs() { byte[] bytes = new byte[] {(byte) 0xcd, (byte) 0xab, (byte) 0x00, (byte) 0x00}; HashCode hashCode = HashCode.fromBytesNoCopy(bytes); assertEquals(0x0000abcd, hashCode.asInt());Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 19 18:53:45 GMT 2026 - 13.2K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/hash/HashCodeTest.java
bytes[0] = (byte) 0x00; assertEquals(expectedInt, hashCode.asInt()); assertThat(hashCode.toString()).isEqualTo(expectedToString); } public void testFromBytesNoCopy_noCopyOccurs() { byte[] bytes = new byte[] {(byte) 0xcd, (byte) 0xab, (byte) 0x00, (byte) 0x00}; HashCode hashCode = HashCode.fromBytesNoCopy(bytes); assertEquals(0x0000abcd, hashCode.asInt());Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 19 18:53:45 GMT 2026 - 13.2K bytes - Click Count (0)