Searched refs:c_rb_tree_equal (Results 1 – 3 of 3) sorted by relevance
95 #define c_rb_tree_equal _c_rb_tree_equal macro151 c_bool c_rb_tree_equal(c_prb_tree thiz, const c_prb_tree T, COMPARER cmp);
195 return c_rb_tree_equal((c_prb_tree)thiz->_l, (c_prb_tree)M->_l, paircmp); in c_map_equal()
1013 c_bool c_rb_tree_equal(c_prb_tree thiz, const c_prb_tree T, COMPARER cmp) in c_rb_tree_equal() function