Searched refs:SingleUseScope (Results 1 – 4 of 4) sorted by relevance
58 enum class SingleUseScope; member73 Impl(const Scope& other, Tags::SingleUseScope, const string& op_name);
118 TEST(ScopeTest, SingleUseScope) { in TEST() argument
147 Scope::Impl::Impl(const Scope& other, Tags::SingleUseScope, in Impl() argument418 Scope(new Impl(child, Impl::Tags::SingleUseScope(), child_name))}; in GetCompositeOpScopes()
247 final SingleUseScope scope = new SingleUseScope(); in testStandardScopeAnnotation()285 final SingleUseScope replacementScope = new SingleUseScope(); in testOverrideScopeAnnotation()331 bindScope(TestScopeAnnotation.class, new SingleUseScope()); in testFailsIfOverridenScopeInstanceHasBeenUsed()503 private static class SingleUseScope implements Scope { class in OverrideModuleTest