Home
last modified time | relevance | path

Searched refs:popLimit (Results 1 - 13 of 13) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DCodedInputStream.php314 * like the end of the input has been reached until popLimit() is called.
321 * passed unchanged to the corresponding call to popLimit().
351 public function popLimit($byte_limit) function
370 $this->popLimit($byte_limit);
H A DMessage.php523 $input->popLimit($limit);
/third_party/protobuf/objectivec/
H A DGPBCodedInputStream.h239 - (void)popLimit:(size_t)oldLimit;
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DCodedInputStream.java475 public abstract void popLimit(final int oldLimit); in popLimit() method in CodedInputStream
875 popLimit(oldLimit); in readMessage()
891 popLimit(oldLimit); in readMessage()
1211 public void popLimit(final int oldLimit) { in popLimit() method in CodedInputStream.ArrayDecoder
1594 popLimit(oldLimit); in readMessage()
1610 popLimit(oldLimit); in readMessage()
1922 public void popLimit(final int oldLimit) { in popLimit() method in CodedInputStream.UnsafeDirectNioDecoder
2353 popLimit(oldLimit); in readMessage()
2369 popLimit(oldLimit); in readMessage()
2691 public void popLimit(fina method in CodedInputStream.StreamDecoder
3760 public void popLimit(final int oldLimit) { popLimit() method in CodedInputStream.IterableDirectByteBufferDecoder
[all...]
H A DMapEntryLite.java223 input.popLimit(oldLimit); in parseInto()
H A DCodedInputStreamReader.java218 input.popLimit(prevLimit); in readMessage()
1274 input.popLimit(prevLimit); in readMap()
H A DMessageReflection.java826 input.popLimit(limit); in mergeFieldFrom()
H A DGeneratedMessageLite.java597 input.popLimit(limit); in parseExtension()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DDiscardUnknownFieldsTest.java87 input.popLimit(oldLimit); in assertReuseCodedInputStreamPreserve()
H A DCodedInputStreamTest.java424 input.popLimit(limit); in testSkipRawBytesBug()
444 input.popLimit(limit); in testSkipRawBytesPastEndOfBufferWithLimit()
H A DMapTest.java1366 input.popLimit(oldLimit); in testDeterministicSerialziation()
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
H A DCodedInputStreamTest.java306 input.popLimit(limit); in testSkipRawBytesBug()
327 input.popLimit(limit); in testSkipRawBytesPastEndOfBufferWithLimit()
/third_party/protobuf/php/tests/
H A DPhpImplementationTest.php465 $input->popLimit($old_limit);

Completed in 24 milliseconds