Searched refs:scoped (Results 1 – 3 of 3) sorted by relevance
34 if (auto scoped = ScopedHandle<T>(&handle); scoped) { in CORE_BEGIN_NAMESPACE() local35 scoped.data_ = reinterpret_cast<decltype(scoped.data_)>( in CORE_BEGIN_NAMESPACE()36 reinterpret_cast<uintptr_t>(scoped.data_) + metaData.offset); in CORE_BEGIN_NAMESPACE()37 return scoped; in CORE_BEGIN_NAMESPACE()59 if (auto scoped = MakeScopedHandle<BaseT>(handle, propertyName, propertyType); scoped) { in SetPropertyValue() local60 *scoped = BASE_NS::forward<T>(propertyValue); in SetPropertyValue()78 if (auto scoped = MakeScopedHandle<const BaseT>(handle, propertyName, propertyType); scoped) { in GetPropertyValue() local79 return *scoped; in GetPropertyValue()
162 auto scoped = std::make_shared<ScopedViewStackProcessor>(); variable163 EXPECT_NE(scoped->instance_, nullptr);164 scoped = nullptr;
450 AceScopedPerformanceCheck scoped(functionName); in ExecuteDisappear() local497 AceScopedPerformanceCheck scoped(functionName); in ExecuteAboutToBeDeleted() local571 AceScopedPerformanceCheck scoped(functionName); in ExecuteFunction() local587 AceScopedPerformanceCheck scoped(functionName); in ExecuteFunctionWithReturn() local