Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/LumeEngine/src/
H A Dplugin_registry.cpp424 if (const auto pos = typeInfos_.find(type.typeUid); pos != typeInfos_.cend()) { in RegisterTypeInfo()
427 typeInfos_.insert({ type.typeUid, {} }).first->second.push_back(&type); in RegisterTypeInfo()
441 if (const auto typeInfos = typeInfos_.find(type.typeUid); typeInfos != typeInfos_.cend()) { in UnregisterTypeInfo()
454 if (const auto typeInfos = typeInfos_.find(typeUid); typeInfos != typeInfos_.cend()) { in GetTypeInfos()
H A Dplugin_registry.h93 BASE_NS::unordered_map<BASE_NS::Uid, BASE_NS::vector<const ITypeInfo*>> typeInfos_; member in final

Completed in 3 milliseconds