opal_tree_get_first_child 145 opal/class/opal_tree.c current_count += count_descendants(opal_tree_get_first_child(item)); opal_tree_get_first_child 231 opal/class/opal_tree.c if (!result && (first_child = opal_tree_get_first_child(item))) { opal_tree_get_first_child 327 opal/class/opal_tree.c for(child = opal_tree_get_first_child(item); opal_tree_get_first_child 339 opal/class/opal_tree.c child = opal_tree_get_first_child(item); opal_tree_get_first_child 362 opal/class/opal_tree.c parent_item->opal_tree_first_child = opal_tree_get_first_child(item); opal_tree_get_first_child 420 opal/class/opal_tree.c if ((first_child = opal_tree_get_first_child(tree_item))) { opal_tree_get_first_child 593 opal/class/opal_tree.c for(child = opal_tree_get_first_child(parent); opal_tree_get_first_child 632 opal/class/opal_tree.c for(left_child = opal_tree_get_first_child(left), right_child = opal_tree_get_first_child(right); opal_tree_get_first_child 660 opal/class/opal_tree.c if (!result && (first_child = opal_tree_get_first_child(item))) { opal_tree_get_first_child 681 opal/class/opal_tree.c result = find_in_descendants(opal_tree_get_first_child(item), key); opal_tree_get_first_child 109 test/class/opal_tree.c item = opal_tree_get_first_child(item); opal_tree_get_first_child 291 test/class/opal_tree.c item = opal_tree_get_first_child(item);