Home | History | Annotate | Download | only in ov_tree_map_

Lines Matching refs:cmp_fn

62     template<typename Key, typename Mapped, class Cmp_Fn, \
80 PB_DS_OV_TREE_CLASS_NAME<Key, Mapped, Cmp_Fn, Node_And_It_Traits, Allocator>
87 debug_map_base<Key, eq_by_less<Key, Cmp_Fn>, \
107 Cmp_Fn, false, Allocator>
111 template<typename Key, typename Mapped, class Cmp_Fn,
120 public Cmp_Fn,
133 typedef Cmp_Fn cmp_fn_base;
159 typedef Cmp_Fn cmp_fn;
203 PB_DS_OV_TREE_CLASS_NAME(const Cmp_Fn&);
205 PB_DS_OV_TREE_CLASS_NAME(const Cmp_Fn&, const node_update&);
227 Cmp_Fn&
230 const Cmp_Fn&
239 if (it != end() && !Cmp_Fn::operator()(r_key, PB_DS_V2F(*it)))
261 if (it != end()&& !Cmp_Fn::operator()(r_key, PB_DS_V2F(*it)))
296 if (pot_it != end()&& !Cmp_Fn::operator()(r_key, PB_DS_V2F(*pot_it)))
315 if (pot_it != end() && !Cmp_Fn::operator()(r_key, PB_DS_V2F(*pot_it)))