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

  /external/llvm/unittests/ADT/
DenseMapTest.cpp 36 static std::set<CtorTester *> Constructed;
41 EXPECT_TRUE(Constructed.insert(this).second);
44 EXPECT_TRUE(Constructed.insert(this).second);
47 EXPECT_TRUE(Constructed.insert(this).second);
50 EXPECT_EQ(1u, Constructed.erase(this));
58 std::set<CtorTester *> CtorTester::Constructed;
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 69 std::vector<MatcherList> Constructed;
74 Constructed.push_back(SubMatcher);
78 if (Constructed.empty()) return MatcherList(); // No overload matched.
81 if (Constructed.size() > 1) {
82 // More than one constructed. It is ambiguous.
86 return Constructed[0];
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineBox.h 49 InlineBox(RenderObject* obj, FloatPoint topLeft, float logicalWidth, bool firstLine, bool constructed,
57 , m_bitfields(firstLine, constructed, dirty, extracted, isHorizontal)
141 bool isConstructed() { return m_bitfields.constructed(); }
306 InlineBoxBitfields(bool firstLine = false, bool constructed = false, bool dirty = false, bool extracted = false, bool isHorizontal = true)
308 , m_constructed(constructed)
329 ADD_BOOLEAN_BITFIELD(constructed, Constructed);
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 216 milliseconds