Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
Dtensor_coding.cc142 return input->DecrementRecursionDepthAndPopLimit(p.first); in ReadNestedMessage()
241 if (!input.DecrementRecursionDepthAndPopLimit(p.first)) { in ParseFast()
/external/protobuf/src/google/protobuf/
Dwire_format_lite_inl.h453 return input->DecrementRecursionDepthAndPopLimit(p.first); in ReadMessage()
501 return input->DecrementRecursionDepthAndPopLimit(p.first); in ReadMessageNoVirtual()
/external/protobuf/src/google/protobuf/io/
Dcoded_stream.h421 bool DecrementRecursionDepthAndPopLimit(Limit limit);
Dcoded_stream.cc165 bool CodedInputStream::DecrementRecursionDepthAndPopLimit(Limit limit) { in DecrementRecursionDepthAndPopLimit() function in google::protobuf::io::CodedInputStream