Searched refs:max_recursion_depth_ (Results 1 – 6 of 6) sorted by relevance
/external/libwebm/webm_parser/src/ |
D | recursive_parser.h | 31 : 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
|
D | master_value_parser.h | 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
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | json_stream_parser.h | 88 max_recursion_depth_ = max_depth; in set_max_recursion_depth() 283 int max_recursion_depth_; variable
|
D | protostream_objectsource.h | 124 max_recursion_depth_ = max_depth; in set_max_recursion_depth() 312 int max_recursion_depth_; variable
|
D | json_stream_parser.cc | 117 max_recursion_depth_(kDefaultMaxRecursionDepth) { in JsonStreamParser() 801 if (++recursion_depth_ > max_recursion_depth_) { in IncrementRecursionDepth()
|
D | protostream_objectsource.cc | 129 max_recursion_depth_(kDefaultMaxRecursionDepth), in ProtoStreamObjectSource() 148 max_recursion_depth_(kDefaultMaxRecursionDepth), in ProtoStreamObjectSource() 1100 if (++recursion_depth_ > max_recursion_depth_) { in IncrementRecursionDepth()
|