opal_rb_tree_find_with  143 opal/class/opal_rb_tree.h OPAL_DECLSPEC void * opal_rb_tree_find_with(opal_rb_tree_t *tree, void *key, opal_rb_tree_comp_fn_t compfn);
opal_rb_tree_find_with  156 opal/class/opal_rb_tree.h     return opal_rb_tree_find_with(tree, key, tree->comp);