Searched refs:LookupCreateStruct (Results 1 – 2 of 2) sorted by relevance
542 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::Parser1293 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()
557 StructDef *LookupCreateStruct(const std::string &name,