Home
last modified time | relevance | path

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

/third_party/flatbuffers/src/
Didl_parser.cpp631 type.struct_def = LookupCreateStruct(id); in ParseTypeIdent()
742 if (LookupCreateStruct(name, false, false)) in ParseField()
994 field->nested_flatbuffer = LookupCreateStruct(nested->constant); in ParseField()
2047 StructDef *Parser::LookupCreateStruct(const std::string &name, in LookupCreateStruct() function in flatbuffers::Parser
2348 ev.union_type = Type(BASE_TYPE_STRUCT, LookupCreateStruct(full_name)); in ParseEnum()
2416 auto &struct_def = *LookupCreateStruct(name, true, true); in StartStruct()
2703 struct_def = LookupCreateStruct(id, false); in ParseProtoDecl()
/third_party/flatbuffers/include/flatbuffers/
Didl.h942 StructDef *LookupCreateStruct(const std::string &name,