HomeSort by relevance Sort by last modified time
    Searched full:thisremaining (Results 1 - 1 of 1) sorted by null

  /external/protobuf/java/src/main/java/com/google/protobuf/
RopeByteString.java 503 int thisRemaining = thisString.size() - thisOffset;
505 int bytesToCompare = Math.min(thisRemaining, thatRemaining);
523 if (bytesToCompare == thisRemaining) { // If reached end of this
    [all...]

Completed in 47 milliseconds