Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DRopeByteString.java450 ByteString otherByteString = (ByteString) other; in equals() local
451 if (totalLength != otherByteString.size()) { in equals()
464 int thatHash = otherByteString.peekCachedHashCode(); in equals()
469 return equalsFragments(otherByteString); in equals()