Lines Matching refs:self_ticks
141 CHECK_EQ(0u, node1->self_ticks()); in TEST()
147 CHECK_EQ(0u, node2->self_ticks()); in TEST()
154 CHECK_EQ(1u, node3->self_ticks()); in TEST()
160 CHECK_EQ(0u, node1->self_ticks()); in TEST()
161 CHECK_EQ(0u, node2->self_ticks()); in TEST()
162 CHECK_EQ(2u, node3->self_ticks()); in TEST()
175 CHECK_EQ(2u, node3->self_ticks()); in TEST()
179 CHECK_EQ(1u, node4->self_ticks()); in TEST()
186 CHECK_EQ(0u, empty_tree.root()->self_ticks()); in TEST()
188 CHECK_EQ(1u, empty_tree.root()->self_ticks()); in TEST()
198 CHECK_EQ(1u, single_child_tree.root()->self_ticks()); in TEST()
202 CHECK_EQ(1u, single_child_tree.root()->self_ticks()); in TEST()
203 CHECK_EQ(1u, node1->self_ticks()); in TEST()
218 CHECK_EQ(0u, flat_tree.root()->self_ticks()); in TEST()
221 CHECK_EQ(2u, node1->self_ticks()); in TEST()
224 CHECK_EQ(3u, node2->self_ticks()); in TEST()
226 CHECK_EQ(0u, flat_tree.root()->self_ticks()); in TEST()
227 CHECK_EQ(2u, node1->self_ticks()); in TEST()
252 CHECK_EQ(0u, wide_tree.root()->self_ticks()); in TEST()
255 CHECK_EQ(2u, node1->self_ticks()); in TEST()
258 CHECK_EQ(1u, node1_2->self_ticks()); in TEST()
261 CHECK_EQ(3u, node2->self_ticks()); in TEST()
264 CHECK_EQ(4u, node3->self_ticks()); in TEST()
268 CHECK_EQ(0u, wide_tree.root()->self_ticks()); in TEST()
269 CHECK_EQ(2u, node1->self_ticks()); in TEST()
270 CHECK_EQ(1u, node1_2->self_ticks()); in TEST()
271 CHECK_EQ(3u, node2->self_ticks()); in TEST()
272 CHECK_EQ(4u, node3->self_ticks()); in TEST()