Searched defs:TypeA (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/base/
H A Dtuple.h82 typedef A TypeA; typedef in struct:Tuple1
93 typedef A TypeA; typedef in struct:Tuple2
109 typedef A TypeA; typedef in struct:Tuple3
128 typedef A TypeA; typedef in struct:Tuple4
150 typedef A TypeA; typedef in struct:Tuple5
175 typedef A TypeA; typedef in struct:Tuple6
203 typedef A TypeA; typedef in struct:Tuple7
235 typedef A TypeA; typedef in struct:Tuple8
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp814 TypeMatcher TypeA = hasDeclaration(recordDecl(hasName("A"))); local
816 EXPECT_TRUE(matches("class A { public: A *a; };", TypeA));
817 EXPECT_TRUE(notMatches("class A {};", TypeA));
823 EXPECT_TRUE(notMatches("class A {};", TypeA));
/external/guava/guava-tests/test/com/google/common/collect/
H A DIterablesTest.java287 private static class TypeA {} class in class:IterablesTest
289 private static class HasBoth extends TypeA implements TypeB {}
294 Iterable<TypeA> alist = Lists
295 .newArrayList(new TypeA(), new TypeA(), hasBoth, new TypeA());
/external/libnfc-nxp/inc/
H A DphNfcHalTypes.h933 unsigned int TypeA:1; member in struct:phHal_sEmuSupport

Completed in 228 milliseconds