Searched refs:LookupStruct (Results 1 – 5 of 5) sorted by relevance
526 StructDef *Parser::LookupStruct(const std::string &id) const { in LookupStruct() function in flatbuffers::Parser634 if (LookupStruct(name)) in ParseField()802 field->nested_flatbuffer = LookupStruct(nested_qualified_name); in ParseField()1572 auto struct_def = LookupStruct(name); in LookupCreateStruct()1583 struct_def = LookupStruct(qualified_name); in LookupCreateStruct()1595 struct_def = LookupStruct( in LookupCreateStruct()1946 root_struct_def_ = LookupStruct(name); in SetRootType()1949 LookupStruct(current_namespace_->GetFullyQualifiedName(name)); in SetRootType()3170 auto struct_def_base = base.LookupStruct(qualified_name); in ConformTo()
268 auto struct_def = parser.LookupStruct(table_name); in GenerateTextFromTable()
1281 auto nested_root = parser_.LookupStruct(nested->constant); in GenTable()1285 nested_root = parser_.LookupStruct(qualified_name); in GenTable()
1895 auto nested_root = parser_.LookupStruct(nested->constant); in GenTable()1899 nested_root = parser_.LookupStruct(qualified_name); in GenTable()
702 StructDef *LookupStruct(const std::string &id) const;