Searched refs:LookupCreateStruct (Results 1 – 2 of 2) sorted by relevance
540 type.struct_def = LookupCreateStruct(id); in ParseTypeIdent()795 LookupCreateStruct(nested->constant); in ParseField()1536 StructDef *Parser::LookupCreateStruct(const std::string &name, in LookupCreateStruct() function in flatbuffers::Parser1650 ev.union_type = Type(BASE_TYPE_STRUCT, LookupCreateStruct(full_name)); in ParseEnum()1727 auto &struct_def = *LookupCreateStruct(name, true, true); in StartStruct()1975 struct_def = LookupCreateStruct(id, false); in ParseProtoDecl()
743 StructDef *LookupCreateStruct(const std::string &name,