OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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