Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dwire_format_lite_inl.h449 input->IncrementRecursionDepthAndPushLimit(length); in ReadMessage()
495 input->IncrementRecursionDepthAndPushLimit(length); in ReadMessageNoVirtual()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dcoded_stream.h419 std::pair<CodedInputStream::Limit, int> IncrementRecursionDepthAndPushLimit(
Dcoded_stream.cc156 CodedInputStream::IncrementRecursionDepthAndPushLimit(int byte_limit) { in IncrementRecursionDepthAndPushLimit() function in google::protobuf::io::CodedInputStream