Home
last modified time | relevance | path

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

/third_party/flatbuffers/src/
Didl_parser.cpp163 explicit ParseDepthGuard(Parser *parser_not_null) in ParseDepthGuard() argument
164 : parser_(*parser_not_null), caller_depth_(parser_.parse_depth_counter_) { in ParseDepthGuard()