Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Didl_parser.cpp542 type.struct_def = LookupCreateStruct(id); in ParseTypeIdent()
718 LookupCreateStruct(nested->constant); in ParseField()
1174 StructDef *Parser::LookupCreateStruct(const std::string &name, in LookupCreateStruct() function in flatbuffers::Parser
1293 ev.struct_def = LookupCreateStruct(full_name); in ParseEnum()
1331 auto &struct_def = *LookupCreateStruct(name, true, true); in StartStruct()
1540 struct_def = LookupCreateStruct(id, false); in ParseProtoDecl()
/external/flatbuffers/include/flatbuffers/
Didl.h557 StructDef *LookupCreateStruct(const std::string &name,