Searched refs:otherBytes (Results 1 – 5 of 5) sorted by relevance
194 final byte[] otherBytes = other.bytes; in equals()196 if (thisBytes[i] != otherBytes[i]) { in equals()
331 MessageLite value, ByteString otherBytes, ExtensionRegistryLite extensionRegistry) { in mergeValueAndBytes() argument333 return value.toBuilder().mergeFrom(otherBytes, extensionRegistry).build(); in mergeValueAndBytes()
1454 byte[] otherBytes = lbsOther.bytes; in equalsRange()1460 if (thisBytes[thisIndex] != otherBytes[otherIndex]) { in equalsRange()
181 private boolean regionMatches(byte[] otherBytes, int otherOffset, int n) { in regionMatches() argument183 if (bytes[offset + i] != otherBytes[otherOffset + i]) { in regionMatches()
178 private boolean regionMatches(byte[] otherBytes, int otherOffset, int n) { in regionMatches() argument180 if (bytes[offset + i] != otherBytes[otherOffset + i]) { in regionMatches()