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

  /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 814 TypeMatcher TypeA = hasDeclaration(recordDecl(hasName("A")));
816 EXPECT_TRUE(matches("class A { public: A *a; };", TypeA));
817 EXPECT_TRUE(notMatches("class A {};", TypeA));
823 EXPECT_TRUE(notMatches("class A {};", TypeA));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
miniport.h 113 TypeA,
wdm.h     [all...]
  /external/libnfc-nxp/inc/
phNfcHalTypes.h 933 unsigned int TypeA:1;
    [all...]

Completed in 405 milliseconds