Home
last modified time | relevance | path

Searched defs:PushLimit (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
DSegmentedBufferHelper.cs113 public static int PushLimit(ref ParserInternalState state, int byteLimit) in PushLimit() method
DCodedInputStream.cs614 internal int PushLimit(int byteLimit) in PushLimit() method in Google.Protobuf.CodedInputStream
/third_party/protobuf/src/google/protobuf/
Dparse_context.h127 PROTOBUF_MUST_USE_RESULT int PushLimit(const char* ptr, int limit) { in PushLimit() function
/third_party/protobuf/src/google/protobuf/io/
Dcoded_stream.cc118 CodedInputStream::Limit CodedInputStream::PushLimit(int byte_limit) { in PushLimit() function in google::protobuf::io::CodedInputStream