Home
last modified time | relevance | path

Searched defs:popLimit (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/
DCodedInputStream.php351 public function popLimit($byte_limit) function in Google\\Protobuf\\Internal\\CodedInputStream
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java475 public abstract void popLimit(final int oldLimit); in popLimit() method in CodedInputStream
1211 public void popLimit(final int oldLimit) { in popLimit() method in CodedInputStream.ArrayDecoder
1922 public void popLimit(final int oldLimit) { in popLimit() method in CodedInputStream.UnsafeDirectNioDecoder
2691 public void popLimit(final int oldLimit) { in popLimit() method in CodedInputStream.StreamDecoder
3760 public void popLimit(final int oldLimit) { in popLimit() method in CodedInputStream.IterableDirectByteBufferDecoder