Home
last modified time | relevance | path

Searched refs:LookupCreateStruct (Results 1 – 2 of 2) sorted by relevance

/external/flatbuffers/src/
Didl_parser.cpp540 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::Parser
1650 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()
/external/flatbuffers/include/flatbuffers/
Didl.h743 StructDef *LookupCreateStruct(const std::string &name,