Searched defs:popLimit (Results 1 – 2 of 2) sorted by relevance
/third_party/protobuf/php/src/Google/Protobuf/Internal/ | ||
D | CodedInputStream.php | 351 public function popLimit($byte_limit) function in Google\\Protobuf\\Internal\\CodedInputStream |
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ | ||
D | CodedInputStream.java | 475 public abstract void popLimit(final int oldLimit); in popLimit() method in CodedInputStream |