Home
last modified time | relevance | path

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

/third_party/protobuf/php/src/Google/Protobuf/Internal/
DCodedInputStream.php326 public function pushLimit($byte_limit) function in Google\\Protobuf\\Internal\\CodedInputStream
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java468 public abstract int pushLimit(int byteLimit) throws InvalidProtocolBufferException; in pushLimit() method in CodedInputStream
1182 public int pushLimit(int byteLimit) throws InvalidProtocolBufferException { in pushLimit() method in CodedInputStream.ArrayDecoder
1905 public int pushLimit(int byteLimit) throws InvalidProtocolBufferException { in pushLimit() method in CodedInputStream.UnsafeDirectNioDecoder
2662 public int pushLimit(int byteLimit) throws InvalidProtocolBufferException { in pushLimit() method in CodedInputStream.StreamDecoder
3731 public int pushLimit(int byteLimit) throws InvalidProtocolBufferException { in pushLimit() method in CodedInputStream.IterableDirectByteBufferDecoder