Searched refs:max_recursion_depth_ (Results 1 – 16 of 16) sorted by relevance
31 : max_recursion_depth_(max_recursion_depth){}; in max_recursion_depth_() function43 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
253 : 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
98 max_recursion_depth_ = max_depth; in set_max_recursion_depth()338 int max_recursion_depth_; variable
136 max_recursion_depth_ = max_depth; in set_max_recursion_depth()317 int max_recursion_depth_; variable
152 max_recursion_depth_(kDefaultMaxRecursionDepth) { in JsonStreamParser()897 if (++recursion_depth_ > max_recursion_depth_) { in IncrementRecursionDepth()
122 max_recursion_depth_(kDefaultMaxRecursionDepth) { in ProtoStreamObjectSource()135 max_recursion_depth_(kDefaultMaxRecursionDepth) { in ProtoStreamObjectSource()1054 if (++recursion_depth_ > max_recursion_depth_) { in IncrementRecursionDepth()
245 int max_recursion_depth_; member
278 : max_recursion_depth_(MAX_DEPTH), non_reentrant_device_thread_count_(0) {} in Engine()1351 if (current_depth >= max_recursion_depth_) { in execute_with_graph_task()