HomeSort by relevance Sort by last modified time
    Searched refs:TypeA (Results 1 - 5 of 5) sorted by null

  /external/chromium/base/
tuple.h 85 typedef A TypeA;
96 typedef A TypeA;
112 typedef A TypeA;
131 typedef A TypeA;
153 typedef A TypeA;
178 typedef A TypeA;
206 typedef A TypeA;
238 typedef A TypeA;
    [all...]
  /external/libnfc-nxp/inc/
phNfcHalTypes.h 933 unsigned int TypeA:1;
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
IterablesTest.java 287 private static class TypeA {}
289 private static class HasBoth extends TypeA implements TypeB {}
294 Iterable<TypeA> alist = Lists
295 .newArrayList(new TypeA(), new TypeA(), hasBoth, new TypeA());
    [all...]
  /external/chromium_org/base/
tuple.h 82 typedef A TypeA;
93 typedef A TypeA;
109 typedef A TypeA;
128 typedef A TypeA;
150 typedef A TypeA;
175 typedef A TypeA;
203 typedef A TypeA;
235 typedef A TypeA;
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 784 TypeMatcher TypeA = hasDeclaration(recordDecl(hasName("A")));
786 EXPECT_TRUE(matches("class A { public: A *a; };", TypeA));
787 EXPECT_TRUE(notMatches("class A {};", TypeA));
793 EXPECT_TRUE(notMatches("class A {};", TypeA));
    [all...]

Completed in 152 milliseconds