Searched defs:pushLimit (Results 1 – 2 of 2) sorted by relevance
/third_party/protobuf/php/src/Google/Protobuf/Internal/ | ||
D | CodedInputStream.php | 326 public function pushLimit($byte_limit) function in Google\\Protobuf\\Internal\\CodedInputStream |
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ | ||
D | CodedInputStream.java | 468 public abstract int pushLimit(int byteLimit) throws InvalidProtocolBufferException; in pushLimit() method in CodedInputStream |