Searched refs:TypeA (Results 1 – 5 of 5) sorted by relevance
214 private static class TypeA {} class in FluentIterableTest216 private static class HasBoth extends TypeA implements TypeB {}221 FluentIterable<TypeA> alist = in testFilterByType()222 FluentIterable.from(asList(new TypeA(), new TypeA(), hasBoth, new TypeA())); in testFilterByType()
276 private static class TypeA {}278 private static class HasBoth extends TypeA implements TypeB {}283 Iterable<TypeA> alist = Lists284 .newArrayList(new TypeA(), new TypeA(), hasBoth, new TypeA());
933 unsigned int TypeA:1; member
248 private static class TypeA {}250 private static class HasBoth extends TypeA implements TypeB {}
905 TypeMatcher TypeA = hasDeclaration(recordDecl(hasName("A"))); in TEST() local907 EXPECT_TRUE(matches("class A { public: A *a; };", TypeA)); in TEST()908 EXPECT_TRUE(notMatches("class A {};", TypeA)); in TEST()915 EXPECT_TRUE(notMatches("class A {};", TypeA)); in TEST()