Searched refs:AImpl (Results 1 – 3 of 3) sorted by relevance
40 AImpl.nextId = 0; in setUp()50 bind(A.class).to(AImpl.class); in testCircularlyDependentConstructors()65 return new AImpl(b); in testCircularlyDependentConstructorsWithProviderMethods()89 return new AImpl(bp.get()); in testCircularlyDependentConstructorsWithProviderInstances()132 assertEquals(1, AImpl.nextId); in assertCircularDependencies()145 static class AImpl implements A { class in CircularDependencyTest152 public AImpl(B b) { in AImpl() method in CircularDependencyTest.AImpl172 return new AImpl(bp.get()); in get()184 a = new AImpl(bp.get()); in get()
158 bind(A.class).to(AImpl.class); in testScopingAnnotationsOnAbstractTypeViaBind()174 static class AImpl implements A {} class in ScopesTest1359 bind(AImpl.class).in(Scopes.NO_SCOPE);1365 .getBinding(Key.get(AImpl.class))
664 class AImpl : public A { class666 AImpl(InterfaceRequest<A> request, const base::Closure& closure) in AImpl() function in mojo::test::__anon2de557fa0111::AImpl669 ~AImpl() override {} in ~AImpl()687 AImpl a_impl(MakeRequest(&a), run_loop.QuitClosure()); in TEST_P()