Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_object_registry.h83 constexpr CreateInfo() noexcept : instanceId(), isGloballyAvailable(false) {}; in isGloballyAvailable() function
84 constexpr CreateInfo(InstanceId id) noexcept : instanceId(id), isGloballyAvailable(false) {}; in isGloballyAvailable() function
85 constexpr CreateInfo(InstanceId id, bool global) noexcept : instanceId(id), isGloballyAvailable(global) {}; in isGloballyAvailable() function
92 bool isGloballyAvailable; member
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dobject_registry.cpp299 if (createInfo.isGloballyAvailable) { in PostCreate()

Completed in 2 milliseconds