Home
last modified time | relevance | path

Searched refs:DecrementRecursionDepthAndPopLimit (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dwire_format_lite_inl.h453 return input->DecrementRecursionDepthAndPopLimit(p.first); in ReadMessage()
501 return input->DecrementRecursionDepthAndPopLimit(p.first); in ReadMessageNoVirtual()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dcoded_stream.h432 bool DecrementRecursionDepthAndPopLimit(Limit limit);
Dcoded_stream.cc165 bool CodedInputStream::DecrementRecursionDepthAndPopLimit(Limit limit) { in DecrementRecursionDepthAndPopLimit() function in google::protobuf::io::CodedInputStream