Home
last modified time | relevance | path

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

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DByteString.java1471 LiteralByteString lbsOther = (LiteralByteString) other; in equalsRange() local
1473 byte[] otherBytes = lbsOther.bytes; in equalsRange()
1476 otherIndex = lbsOther.getOffsetIntoBytes() + offset; in equalsRange()