Home
last modified time | relevance | path

Searched refs:LookupStructThruParentNamespaces (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Didl.h921 StructDef *LookupStructThruParentNamespaces(const std::string &id) const;
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
H A Didl.h921 StructDef *LookupStructThruParentNamespaces(const std::string &id) const;
/aosp_15_r20/external/flatbuffers/src/
H A Didl_parser.cpp790 StructDef *Parser::LookupStructThruParentNamespaces( in LookupStructThruParentNamespaces() function in flatbuffers::Parser
2164 struct_def = LookupStructThruParentNamespaces(name); in LookupCreateStruct()