Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DSegmentedBufferHelper.cs135 public static void PopLimit(ref ParserInternalState state, int oldLimit) in PopLimit() method
DCodedInputStream.cs622 internal void PopLimit(int oldLimit) in PopLimit() method in Google.Protobuf.CodedInputStream
/third_party/protobuf/src/google/protobuf/
Dparse_context.h138 PROTOBUF_MUST_USE_RESULT bool PopLimit(int delta) { in PopLimit() function
/third_party/protobuf/src/google/protobuf/io/
Dcoded_stream.cc137 void CodedInputStream::PopLimit(Limit limit) { in PopLimit() function in google::protobuf::io::CodedInputStream