Searched defs:FooImpl (Results 1 – 8 of 8) sorted by relevance
36 static class FooImpl implements Foo {} class in JmxTest
14 private static final class FooImpl implements Foo { class in ForwardsInvocationsTest
16 private static final class FooImpl implements Foo { class in StubbingWithDelegateVarArgsTest
175 static class FooImpl implements Foo { class in VerboseLoggingOfInvocationsOnMockTest
500 private static class FooImpl implements Foo { class in DuplicateBindingsTest501 @Inject public FooImpl() {} in FooImpl() method in DuplicateBindingsTest.FooImpl
684 private static class FooImpl implements Foo {} class in JitBindingsTest
155 Function *FooImpl = MB2.createFunctionDecl<int32_t(void)>("foo"); in TEST_F() local
571 template <typename T> class FooImpl : public Foo { class574 FooImpl(const T &x) : val(x) {} in FooImpl() function in rdar10398199::FooImpl