Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs998 internal void PopLimit(int oldLimit) in PopLimit() method in Google.Protobuf.CodedInputStream
/external/protobuf/src/google/protobuf/io/
Dcoded_stream.cc136 void CodedInputStream::PopLimit(Limit limit) { in PopLimit() function in google::protobuf::io::CodedInputStream
/external/protobuf/src/google/protobuf/
Dparse_context.h135 PROTOBUF_MUST_USE_RESULT bool PopLimit(int delta) { in PopLimit() function