Searched refs:TypeA (Results 1 – 5 of 5) sorted by relevance
182 private static class TypeA {} class in FluentIterableTest184 private static class HasBoth extends TypeA implements TypeB {}189 FluentIterable<TypeA> alist = in testFilterByType()190 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 {}
892 TypeMatcher TypeA = hasDeclaration(recordDecl(hasName("A"))); in TEST() local894 EXPECT_TRUE(matches("class A { public: A *a; };", TypeA)); in TEST()895 EXPECT_TRUE(notMatches("class A {};", TypeA)); in TEST()901 EXPECT_TRUE(notMatches("class A {};", TypeA)); in TEST()