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

/external/flatbuffers/src/
H A Didl_parser.cpp477 type.struct_def = LookupCreateStruct(id);
694 LookupCreateStruct(nested->constant);
1339 StructDef *Parser::LookupCreateStruct(const std::string &name, function in class:flatbuffers::Parser
1466 ev.union_type = Type(BASE_TYPE_STRUCT, LookupCreateStruct(full_name));
1509 auto &struct_def = *LookupCreateStruct(name, true, true);
1740 struct_def = LookupCreateStruct(id, false);
/external/flatbuffers/include/flatbuffers/
H A Didl.h645 StructDef *LookupCreateStruct(const std::string &name,

Completed in 215 milliseconds