Home
last modified time | relevance | path

Searched refs:getBytesInternal (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava/src/com/google/common/hash/
DHashCode.java103 byte[] getBytesInternal() { in getBytesInternal() method in HashCode
306 byte[] getBytesInternal() { in getBytesInternal() method in HashCode.BytesHashCode
312 return MessageDigest.isEqual(bytes, that.getBytesInternal()); in equalsSameBits()
DBloomFilterStrategies.java95 byte[] bytes = Hashing.murmur3_128().hashObject(object, funnel).getBytesInternal(); in MURMUR128_MITZ_64()
113 byte[] bytes = Hashing.murmur3_128().hashObject(object, funnel).getBytesInternal(); in MURMUR128_MITZ_64()
/external/guava/guava-tests/test/com/google/common/hash/
DHashCodeTest.java127 hashCode.getBytesInternal()[0] = (byte) 0x00; in testGetBytesInternal_noCloneOccurs()