Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser.h88 max_recursion_depth_ = max_depth; in set_max_recursion_depth()
290 int max_recursion_depth_; variable
Dprotostream_objectsource.h124 max_recursion_depth_ = max_depth; in set_max_recursion_depth()
314 int max_recursion_depth_; variable
Djson_stream_parser.cc160 max_recursion_depth_(kDefaultMaxRecursionDepth) { in JsonStreamParser()
855 if (++recursion_depth_ > max_recursion_depth_) { in IncrementRecursionDepth()
Dprotostream_objectsource.cc127 max_recursion_depth_(kDefaultMaxRecursionDepth), in ProtoStreamObjectSource()
147 max_recursion_depth_(kDefaultMaxRecursionDepth), in ProtoStreamObjectSource()
1096 if (++recursion_depth_ > max_recursion_depth_) { in IncrementRecursionDepth()