Home
last modified time | relevance | path

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

/external/protobuf/java/src/main/java/com/google/protobuf/
DRopeByteString.java460 ByteString otherByteString = (ByteString) other; in equals() local
461 if (totalLength != otherByteString.size()) { in equals()
474 int cachedOtherHash = otherByteString.peekCachedHashCode(); in equals()
480 return equalsFragments(otherByteString); in equals()