Searched refs:checkInvariants (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
H A DPODRedBlackTreeTest.cpp62 ASSERT_TRUE(tree.checkInvariants());
70 ASSERT_TRUE(tree.checkInvariants());
73 ASSERT_TRUE(tree.checkInvariants());
76 ASSERT_TRUE(tree.checkInvariants());
86 ASSERT_TRUE(tree.checkInvariants());
88 ASSERT_TRUE(tree.checkInvariants());
90 ASSERT_TRUE(tree.checkInvariants());
99 ASSERT_TRUE(tree.checkInvariants());
102 ASSERT_TRUE(tree.checkInvariants());
110 ASSERT_TRUE(tree.checkInvariants());
[all...]
H A DPODIntervalTreeTest.cpp62 ASSERT_TRUE(tree.checkInvariants());
69 ASSERT_TRUE(tree.checkInvariants());
82 ASSERT_TRUE(tree.checkInvariants());
109 ASSERT_TRUE(tree.checkInvariants());
149 ASSERT_TRUE(tree.checkInvariants());
159 ASSERT_TRUE(tree.checkInvariants());
203 ASSERT_TRUE(tree.checkInvariants());
248 ASSERT_TRUE(tree.checkInvariants()) << "Test failed for seed " << seed;
277 ASSERT_TRUE(tree.checkInvariants()) << "Test failed for seed " << seed;
299 ASSERT_TRUE(tree.checkInvariants());
[all...]
H A DPODIntervalTree.h134 virtual bool checkInvariants() const OVERRIDE
136 if (!PODRedBlackTree<IntervalType>::checkInvariants())
H A DPODRedBlackTree.h221 virtual bool checkInvariants() const function in class:blink::PODRedBlackTree

Completed in 311 milliseconds