Home
last modified time | relevance | path

Searched refs:thatRemaining (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/
DRopeByteString.java493 int thatRemaining = thatString.size() - thatOffset; in equalsFragments() local
494 int bytesToCompare = Math.min(thisRemaining, thatRemaining); in equalsFragments()
518 if (bytesToCompare == thatRemaining) { // If reached end of that in equalsFragments()