Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Didl_parser.cpp425 class Parser::ParseDepthGuard { class in flatbuffers::Parser
427 explicit ParseDepthGuard(Parser *parser_not_null) in ParseDepthGuard() function in flatbuffers::Parser::ParseDepthGuard
434 ~ParseDepthGuard() { parser_.parse_depth_counter_ -= 1; } in ~ParseDepthGuard()
442 FLATBUFFERS_DELETE_FUNC(ParseDepthGuard(const ParseDepthGuard &));
443 FLATBUFFERS_DELETE_FUNC(ParseDepthGuard &operator=(const ParseDepthGuard &));
855 ParseDepthGuard depth_guard(this); in ParseType()
1285 ParseDepthGuard depth_guard(this); in ParseAnyValue()
1417 ParseDepthGuard depth_guard(this); in ParseTable()
1925 ParseDepthGuard depth_guard(this); in ParseFunction()
3113 ParseDepthGuard depth_guard(this); in SkipAnyJsonValue()
[all …]
/external/flatbuffers/include/flatbuffers/
Didl.h938 class ParseDepthGuard;