Home | History | Annotate | Download | only in cctest

Lines Matching refs:children

185       profile->top_down()->root()->children();
189 top_down_root_children->last()->children();
193 top_down_bbb_children->last()->children();
197 top_down_stub_children->last()->children();
201 profile->bottom_up()->root()->children();
210 bottom_up_root_children[0]->children();
214 bottom_up_root_children[1]->children();
217 bottom_up_root_children[2]->children();
221 bottom_up_ddd_children->last()->children();
275 while (node->children()->length() > 0) {
276 node = node->children()->last();