Home
last modified time | relevance | path

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

/third_party/protobuf/js/experimental/runtime/
Dbytestring.js127 const otherByteString = /** @type {!ByteString} */ (other);
128 return uint8ArrayEqual(this.ensureBytes_(), otherByteString.ensureBytes_());
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DRopeByteString.java511 ByteString otherByteString = (ByteString) other; in equals() local
512 if (totalLength != otherByteString.size()) { in equals()
525 int thatHash = otherByteString.peekCachedHashCode(); in equals()
530 return equalsFragments(otherByteString); in equals()