Searched defs:popLimit (Results 1 - 2 of 2) sorted by relevance
/third_party/protobuf/php/src/Google/Protobuf/Internal/ | ||
H A D | CodedInputStream.php | 351 public function popLimit($byte_limit) function |
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ | ||
H A D | CodedInputStream.java | 475 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(fina method in CodedInputStream.StreamDecoder 3760 public void popLimit(final int oldLimit) { popLimit() method in CodedInputStream.IterableDirectByteBufferDecoder [all...] |
Completed in 5 milliseconds