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

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

Completed in 73 milliseconds