Home
last modified time | relevance | path

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

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java152 result.pushLimit(len); in newInstance()
468 public abstract int pushLimit(int byteLimit) throws InvalidProtocolBufferException; in pushLimit() method in CodedInputStream
870 final int oldLimit = pushLimit(length); in readMessage()
886 final int oldLimit = pushLimit(length); in readMessage()
1182 public int pushLimit(int byteLimit) throws InvalidProtocolBufferException { in pushLimit() method in CodedInputStream.ArrayDecoder
1589 final int oldLimit = pushLimit(length); in readMessage()
1605 final int oldLimit = pushLimit(length); in readMessage()
1905 public int pushLimit(int byteLimit) throws InvalidProtocolBufferException { in pushLimit() method in CodedInputStream.UnsafeDirectNioDecoder
2348 final int oldLimit = pushLimit(length); in readMessage()
2364 final int oldLimit = pushLimit(length); in readMessage()
[all …]
DMapEntryLite.java202 final int oldLimit = input.pushLimit(length); in parseInto()
DCodedInputStreamReader.java209 final int prevLimit = input.pushLimit(size); in readMessage()
1238 final int prevLimit = input.pushLimit(size); in readMap()
DMessageReflection.java798 final int limit = input.pushLimit(length); in mergeFieldFrom()
DGeneratedMessageLite.java576 int limit = input.pushLimit(length); in parseExtension()
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DCodedInputStream.php326 public function pushLimit($byte_limit) function in Google\\Protobuf\\Internal\\CodedInputStream
363 $old_limit = $this->pushLimit($byte_limit);
DMessage.php517 $limit = $input->pushLimit($length);
/third_party/protobuf/objectivec/
DGPBCodedInputStream.h231 - (size_t)pushLimit:(size_t)byteLimit;
DGPBCodedInputStream.m391 - (size_t)pushLimit:(size_t)byteLimit {
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DCodedInputStreamTest.java304 int limit = input.pushLimit(1); in testSkipRawBytesBug()
320 int limit = input.pushLimit(4); in testSkipRawBytesPastEndOfBufferWithLimit()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DDiscardUnknownFieldsTest.java84 int oldLimit = input.pushLimit(messageSize); in assertReuseCodedInputStreamPreserve()
DCodedInputStreamTest.java422 int limit = input.pushLimit(1); in testSkipRawBytesBug()
437 int limit = input.pushLimit(4); in testSkipRawBytesPastEndOfBufferWithLimit()
776 input.pushLimit(5); in testCurrentLimitExceeded()
DMapTest.java1349 int oldLimit = input.pushLimit(length); in testDeterministicSerialziation()
/third_party/protobuf/php/tests/
DPhpImplementationTest.php462 $old_limit = $input->pushLimit(0);