Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs960 internal int PushLimit(int byteLimit) in PushLimit() method in Google.Protobuf.CodedInputStream
/external/protobuf/src/google/protobuf/io/
Dcoded_stream.cc117 CodedInputStream::Limit CodedInputStream::PushLimit(int byte_limit) { in PushLimit() function in google::protobuf::io::CodedInputStream
/external/protobuf/src/google/protobuf/
Dparse_context.h126 PROTOBUF_MUST_USE_RESULT int PushLimit(const char* ptr, int limit) { in PushLimit() function