Searched refs:ParseTable (Results 1 – 2 of 2) sorted by relevance
787 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::Parser1942 ECHECK(ParseTable(*root_struct_def_, nullptr, &toff)); in DoParse()
546 FLATBUFFERS_CHECKED_ERROR ParseTable(const StructDef &struct_def,