Searched refs:DecrementRecursionDepthAndPopLimit (Results 1 – 4 of 4) sorted by relevance
142 return input->DecrementRecursionDepthAndPopLimit(p.first); in ReadNestedMessage()241 if (!input.DecrementRecursionDepthAndPopLimit(p.first)) { in ParseFast()
453 return input->DecrementRecursionDepthAndPopLimit(p.first); in ReadMessage()501 return input->DecrementRecursionDepthAndPopLimit(p.first); in ReadMessageNoVirtual()
421 bool DecrementRecursionDepthAndPopLimit(Limit limit);
165 bool CodedInputStream::DecrementRecursionDepthAndPopLimit(Limit limit) { in DecrementRecursionDepthAndPopLimit() function in google::protobuf::io::CodedInputStream