Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
Dtensor_coding.cc138 input->IncrementRecursionDepthAndPushLimit(length); in ReadNestedMessage()
236 input.IncrementRecursionDepthAndPushLimit(length); in ParseFast()
/external/protobuf/src/google/protobuf/
Dwire_format_lite_inl.h449 input->IncrementRecursionDepthAndPushLimit(length); in ReadMessage()
495 input->IncrementRecursionDepthAndPushLimit(length); in ReadMessageNoVirtual()
/external/protobuf/src/google/protobuf/io/
Dcoded_stream.h408 std::pair<CodedInputStream::Limit, int> IncrementRecursionDepthAndPushLimit(
Dcoded_stream.cc156 CodedInputStream::IncrementRecursionDepthAndPushLimit(int byte_limit) { in IncrementRecursionDepthAndPushLimit() function in google::protobuf::io::CodedInputStream