Searched defs:PushLimit (Results 1 – 4 of 4) sorted by relevance
113 public static int PushLimit(ref ParserInternalState state, int byteLimit) in PushLimit() method
614 internal int PushLimit(int byteLimit) in PushLimit() method in Google.Protobuf.CodedInputStream
127 PROTOBUF_MUST_USE_RESULT int PushLimit(const char* ptr, int limit) { in PushLimit() function
118 CodedInputStream::Limit CodedInputStream::PushLimit(int byte_limit) { in PushLimit() function in google::protobuf::io::CodedInputStream