Searched defs:PopLimit (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/csharp/src/Google.Protobuf/ | ||
D | CodedInputStream.cs | 998 internal void PopLimit(int oldLimit) in PopLimit() method in Google.Protobuf.CodedInputStream |
/external/protobuf/src/google/protobuf/io/ | ||
D | coded_stream.cc | 136 void CodedInputStream::PopLimit(Limit limit) { in PopLimit() function in google::protobuf::io::CodedInputStream |
/external/protobuf/src/google/protobuf/ | ||
D | parse_context.h | 135 PROTOBUF_MUST_USE_RESULT bool PopLimit(int delta) { in PopLimit() function |