HomeSort by relevance Sort by last modified time
    Searched full:depth_b (Results 1 - 2 of 2) sorted by null

  /external/clang/test/Modules/Inputs/invalidate-identifiers/
a.h 14 #define DEPTH_A(x) DEPTH_B(x##0) DEPTH_B(x##1) TYPEDEFS(x)
15 #define DEPTH_B(x) typedef int x;
  /frameworks/base/tools/aapt2/xml/
XmlPullParser_test.cpp 47 const size_t depth_b = parser.depth(); local
48 ASSERT_TRUE(xml::XmlPullParser::NextChildNode(&parser, depth_b));
52 ASSERT_TRUE(xml::XmlPullParser::NextChildNode(&parser, depth_b));

Completed in 239 milliseconds