Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DByteString.java1402 LiteralByteString lbsOther = (LiteralByteString) other; in equalsRange() local
1404 byte[] otherBytes = lbsOther.bytes; in equalsRange()
1408 otherIndex = lbsOther.getOffsetIntoBytes() + offset; in equalsRange()