Searched refs:LookupCreateStruct (Results 1 – 2 of 2) sorted by relevance
631 type.struct_def = LookupCreateStruct(id); in ParseTypeIdent()742 if (LookupCreateStruct(name, false, false)) in ParseField()994 field->nested_flatbuffer = LookupCreateStruct(nested->constant); in ParseField()2047 StructDef *Parser::LookupCreateStruct(const std::string &name, in LookupCreateStruct() function in flatbuffers::Parser2348 ev.union_type = Type(BASE_TYPE_STRUCT, LookupCreateStruct(full_name)); in ParseEnum()2416 auto &struct_def = *LookupCreateStruct(name, true, true); in StartStruct()2703 struct_def = LookupCreateStruct(id, false); in ParseProtoDecl()
942 StructDef *LookupCreateStruct(const std::string &name,