Searched defs:typeInfos (Results 1 – 6 of 6) sorted by relevance
168 … IPluginRegister::ITypeInfoListener::EventType type, array_view<const ITypeInfo* const> typeInfos) in Notify()441 if (const auto typeInfos = typeInfos_.find(type.typeUid); typeInfos != typeInfos_.cend()) { in UnregisterTypeInfo() local454 if (const auto typeInfos = typeInfos_.find(typeUid); typeInfos != typeInfos_.cend()) { in GetTypeInfos() local
339 void Engine::OnTypeInfoEvent(EventType type, array_view<const ITypeInfo* const> typeInfos) in OnTypeInfoEvent()
239 …d ImageLoaderManager::OnTypeInfoEvent(EventType type, array_view<const ITypeInfo* const> typeInfos) in OnTypeInfoEvent()
659 void RenderContext::OnTypeInfoEvent(EventType type, array_view<const ITypeInfo* const> typeInfos) in OnTypeInfoEvent()
454 void GraphicsContext::OnTypeInfoEvent(EventType type, array_view<const ITypeInfo* const> typeInfos) in OnTypeInfoEvent()
595 void Ecs::OnTypeInfoEvent(EventType type, array_view<const ITypeInfo* const> typeInfos) in OnTypeInfoEvent()