Searched refs:LookupCreateStruct (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/flatbuffers/src/ |
H A D | idl_parser.cpp | 807 type.struct_def = LookupCreateStruct(id); in ParseTypeIdent() 918 if (LookupCreateStruct(name, false, false)) in ParseField() 1169 field->nested_flatbuffer = LookupCreateStruct(nested->constant); in ParseField() 2140 StructDef *Parser::LookupCreateStruct(const std::string &name, in LookupCreateStruct() function in flatbuffers::Parser 2443 ev.union_type = Type(BASE_TYPE_STRUCT, LookupCreateStruct(full_name)); in ParseEnum() 2513 auto &struct_def = *LookupCreateStruct(name, true, true); in StartStruct() 2814 struct_def = LookupCreateStruct(id, false); in ParseProtoDecl()
|
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/ |
H A D | idl.h | 896 StructDef *LookupCreateStruct(const std::string &name,
|
/aosp_15_r20/external/flatbuffers/include/flatbuffers/ |
H A D | idl.h | 993 StructDef *LookupCreateStruct(const std::string &name,
|
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/ |
H A D | idl.h | 993 StructDef *LookupCreateStruct(const std::string &name,
|