Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Didl_parser.cpp410 explicit ParseDepthGuard(Parser *parser_not_null) in ParseDepthGuard() argument
411 : parser_(*parser_not_null), caller_depth_(parser_.parse_depth_counter_) { in ParseDepthGuard()