Searched refs:isGloballyAvailable (Results 1 – 2 of 2) sorted by relevance
83 constexpr CreateInfo() noexcept : instanceId(), isGloballyAvailable(false) {}; in CreateInfo()84 … constexpr CreateInfo(InstanceId id) noexcept : instanceId(id), isGloballyAvailable(false) {}; in CreateInfo()85 …r CreateInfo(InstanceId id, bool global) noexcept : instanceId(id), isGloballyAvailable(global) {}; in CreateInfo()92 bool isGloballyAvailable; member
299 if (createInfo.isGloballyAvailable) { in PostCreate()