Searched refs:SingleUseScope (Results 1 – 4 of 4) sorted by relevance
59 enum class SingleUseScope; member76 Impl(const Scope& other, Tags::SingleUseScope, const string& op_name);
130 TEST(ScopeTest, SingleUseScope) { in TEST() argument
160 Scope::Impl::Impl(const Scope& other, Tags::SingleUseScope, in Impl() argument493 Scope(new Impl(child, Impl::Tags::SingleUseScope(), child_name))}; in GetCompositeOpScopes()
278 final SingleUseScope scope = new SingleUseScope(); in testStandardScopeAnnotation()324 final SingleUseScope replacementScope = new SingleUseScope(); in testOverrideScopeAnnotation()383 bindScope(TestScopeAnnotation.class, new SingleUseScope()); in testFailsIfOverridenScopeInstanceHasBeenUsed()587 private static class SingleUseScope implements Scope { class in OverrideModuleTest