Home
last modified time | relevance | path

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

/external/libwebm/webm_parser/src/
Drecursive_parser.h31 : max_recursion_depth_(max_recursion_depth){}; in max_recursion_depth_() function
43 if (max_recursion_depth_ == 0) { in Init()
48 impl_.reset(new T(max_recursion_depth_ - 1)); in Init()
56 assert(max_recursion_depth_ > 0); in InitAfterSeek()
58 impl_.reset(new T(max_recursion_depth_ - 1)); in InitAfterSeek()
88 std::size_t max_recursion_depth_; variable
Dmaster_value_parser.h253 : id_(id), member_(member), max_recursion_depth_(max_recursion_depth) {} in RecursiveChildFactory()
275 parent, std::move(lambda), max_recursion_depth_))}; in BuildParser()
282 return {id_, member_, max_recursion_depth_}; in UseAsStartEvent()
289 return {id_, member_, max_recursion_depth_}; in NotifyOnParseComplete()
295 std::size_t max_recursion_depth_; variable
/external/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser.h88 max_recursion_depth_ = max_depth; in set_max_recursion_depth()
283 int max_recursion_depth_; variable
Dprotostream_objectsource.h124 max_recursion_depth_ = max_depth; in set_max_recursion_depth()
312 int max_recursion_depth_; variable
Djson_stream_parser.cc117 max_recursion_depth_(kDefaultMaxRecursionDepth) { in JsonStreamParser()
801 if (++recursion_depth_ > max_recursion_depth_) { in IncrementRecursionDepth()
Dprotostream_objectsource.cc129 max_recursion_depth_(kDefaultMaxRecursionDepth), in ProtoStreamObjectSource()
148 max_recursion_depth_(kDefaultMaxRecursionDepth), in ProtoStreamObjectSource()
1100 if (++recursion_depth_ > max_recursion_depth_) { in IncrementRecursionDepth()