Searched refs:otherByteString (Results 1 – 2 of 2) sorted by relevance
127 const otherByteString = /** @type {!ByteString} */ (other);128 return uint8ArrayEqual(this.ensureBytes_(), otherByteString.ensureBytes_());
511 ByteString otherByteString = (ByteString) other; in equals() local512 if (totalLength != otherByteString.size()) { in equals()525 int thatHash = otherByteString.peekCachedHashCode(); in equals()530 return equalsFragments(otherByteString); in equals()