Home
last modified time | relevance | path

Searched refs:parse_depth_counter_ (Results 1 – 2 of 2) sorted by relevance

/third_party/flatbuffers/src/
Didl_parser.cpp157 return Error("maximum parsing depth " + NumToString(parse_depth_counter_) + in RecurseError()
164 : parser_(*parser_not_null), caller_depth_(parser_.parse_depth_counter_) { in ParseDepthGuard()
167 parser_.parse_depth_counter_ += 1; in ParseDepthGuard()
170 ~ParseDepthGuard() { parser_.parse_depth_counter_ -= 1; } in ~ParseDepthGuard()
1683 nested_parser.parse_depth_counter_ = parse_depth_counter_; in ParseNestedFlatbuffer()
3119 const auto initial_depth = parse_depth_counter_; in ParseFlexBuffer()
3124 FLATBUFFERS_ASSERT(initial_depth == parse_depth_counter_); in ParseFlexBuffer()
3130 const auto initial_depth = parse_depth_counter_; in Parse()
3139 FLATBUFFERS_ASSERT(initial_depth == parse_depth_counter_); in Parse()
3144 const auto initial_depth = parse_depth_counter_; in ParseJson()
[all …]
/third_party/flatbuffers/include/flatbuffers/
Didl.h786 parse_depth_counter_(0) { in current_namespace_()
1025 int parse_depth_counter_; // stack-overflow guard variable