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/
H A DCodedInputStream.php326 public function pushLimit($byte_limit) function
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DCodedInputStream.java468 public abstract int pushLimit(int byteLimit) throws InvalidProtocolBufferException; in pushLimit() method in CodedInputStream
1182 public int pushLimit(in method in CodedInputStream.ArrayDecoder
1905 public int pushLimit(int byteLimit) throws InvalidProtocolBufferException { pushLimit() method in CodedInputStream.UnsafeDirectNioDecoder
2662 public int pushLimit(int byteLimit) throws InvalidProtocolBufferException { pushLimit() method in CodedInputStream.StreamDecoder
3731 public int pushLimit(int byteLimit) throws InvalidProtocolBufferException { pushLimit() method in CodedInputStream.IterableDirectByteBufferDecoder
[all...]

Completed in 4 milliseconds