Searched refs:otherBytes (Results 1 – 2 of 2) sorted by relevance
353 MessageLite value, ByteString otherBytes, ExtensionRegistryLite extensionRegistry) { in mergeValueAndBytes() argument355 return value.toBuilder().mergeFrom(otherBytes, extensionRegistry).build(); in mergeValueAndBytes()
1404 byte[] otherBytes = lbsOther.bytes; in equalsRange()1410 if (thisBytes[thisIndex] != otherBytes[otherIndex]) { in equalsRange()