Home
last modified time | relevance | path

Searched refs:LookupStruct (Results 1 – 5 of 5) sorted by relevance

/external/flatbuffers/src/
Didl_parser.cpp526 StructDef *Parser::LookupStruct(const std::string &id) const { in LookupStruct() function in flatbuffers::Parser
634 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()
Didl_gen_text.cpp268 auto struct_def = parser.LookupStruct(table_name); in GenerateTextFromTable()
Didl_gen_rust.cpp1281 auto nested_root = parser_.LookupStruct(nested->constant); in GenTable()
1285 nested_root = parser_.LookupStruct(qualified_name); in GenTable()
Didl_gen_cpp.cpp1895 auto nested_root = parser_.LookupStruct(nested->constant); in GenTable()
1899 nested_root = parser_.LookupStruct(qualified_name); in GenTable()
/external/flatbuffers/include/flatbuffers/
Didl.h702 StructDef *LookupStruct(const std::string &id) const;