Searched refs:LookupStruct (Results 1 – 5 of 5) sorted by relevance
546 StructDef *Parser::LookupStruct(const std::string &id) const { in LookupStruct() function in flatbuffers::Parser1795 auto struct_def = LookupStruct(name); in LookupCreateStruct()1806 struct_def = LookupStruct(qualified_name); in LookupCreateStruct()1818 struct_def = LookupStruct( in LookupCreateStruct()2362 root_struct_def_ = LookupStruct(name); in SetRootType()2365 LookupStruct(current_namespace_->GetFullyQualifiedName(name)); in SetRootType()3276 nested_flatbuffer = parser.LookupStruct(nested_qualified_name); in Deserialize()3568 auto struct_def_base = base.LookupStruct(qualified_name); in ConformTo()
363 auto struct_def = parser.LookupStruct(table_name); in GenerateTextFromTable()
1280 auto nested_root = parser_.LookupStruct(nested->constant); in GenTable()1284 nested_root = parser_.LookupStruct(qualified_name); in GenTable()
2048 auto nested_root = parser_.LookupStruct(nested->constant); in GenTable()2052 nested_root = parser_.LookupStruct(qualified_name); in GenTable()
837 StructDef *LookupStruct(const std::string &id) const;