Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DRopeByteString.java536 int thatRemaining = thatString.size() - thatOffset; in equalsFragments() local
537 int bytesToCompare = Math.min(thisRemaining, thatRemaining); in equalsFragments()
562 if (bytesToCompare == thatRemaining) { // If reached end of that in equalsFragments()