Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Didl_parser.cpp787 ECHECK(ParseTable(*enum_val->struct_def, &val.constant, nullptr)); in ParseAnyValue()
791 ECHECK(ParseTable(*val.type.struct_def, &val.constant, nullptr)); in ParseAnyValue()
833 CheckedError Parser::ParseTable(const StructDef &struct_def, std::string *value, in ParseTable() function in flatbuffers::Parser
1942 ECHECK(ParseTable(*root_struct_def_, nullptr, &toff)); in DoParse()
/external/flatbuffers/include/flatbuffers/
Didl.h546 FLATBUFFERS_CHECKED_ERROR ParseTable(const StructDef &struct_def,