Home
last modified time | relevance | path

Searched refs:r_cmp_fn (Results 1 – 25 of 26) sorted by relevance

12

/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/
H A Dconstructors_destructor_fn_imps.hpp63 PB_DS_RB_TREE_NAME(const Cmp_Fn& r_cmp_fn) : in PB_DS_RB_TREE_NAME() argument
64 base_type(r_cmp_fn) in PB_DS_RB_TREE_NAME()
72 PB_DS_RB_TREE_NAME(const Cmp_Fn& r_cmp_fn, const node_update& r_node_update) : in PB_DS_RB_TREE_NAME() argument
73 base_type(r_cmp_fn, r_node_update) in PB_DS_RB_TREE_NAME()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/
H A Dconstructors_destructor_fn_imps.hpp63 PB_DS_RB_TREE_NAME(const Cmp_Fn& r_cmp_fn) : in PB_DS_RB_TREE_NAME() argument
64 base_type(r_cmp_fn) in PB_DS_RB_TREE_NAME()
72 PB_DS_RB_TREE_NAME(const Cmp_Fn& r_cmp_fn, const node_update& r_node_update) : in PB_DS_RB_TREE_NAME() argument
73 base_type(r_cmp_fn, r_node_update) in PB_DS_RB_TREE_NAME()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/
H A Dconstructors_destructor_fn_imps.hpp63 PB_DS_S_TREE_NAME(const Cmp_Fn& r_cmp_fn) : in PB_DS_S_TREE_NAME() argument
64 base_type(r_cmp_fn) in PB_DS_S_TREE_NAME()
72 PB_DS_S_TREE_NAME(const Cmp_Fn& r_cmp_fn, const node_update& r_node_update) : in PB_DS_S_TREE_NAME() argument
73 base_type(r_cmp_fn, r_node_update) in PB_DS_S_TREE_NAME()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/
H A Dconstructors_destructor_fn_imps.hpp63 PB_DS_S_TREE_NAME(const Cmp_Fn& r_cmp_fn) : in PB_DS_S_TREE_NAME() argument
64 base_type(r_cmp_fn) in PB_DS_S_TREE_NAME()
72 PB_DS_S_TREE_NAME(const Cmp_Fn& r_cmp_fn, const node_update& r_node_update) : in PB_DS_S_TREE_NAME() argument
73 base_type(r_cmp_fn, r_node_update) in PB_DS_S_TREE_NAME()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/
H A Dpriority_queue.hpp116 priority_queue(const cmp_fn& r_cmp_fn) : base_type(r_cmp_fn) { } in priority_queue() argument
130 priority_queue(It first_it, It last_it, const cmp_fn& r_cmp_fn) in priority_queue() argument
131 : base_type(r_cmp_fn) in priority_queue()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/
H A Dpriority_queue.hpp116 priority_queue(const cmp_fn& r_cmp_fn) : base_type(r_cmp_fn) { } in priority_queue() argument
130 priority_queue(It first_it, It last_it, const cmp_fn& r_cmp_fn) in priority_queue() argument
131 : base_type(r_cmp_fn) in priority_queue()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Dconstructors_destructor_fn_imps.hpp57 PB_DS_BIN_TREE_NAME(const Cmp_Fn& r_cmp_fn) : in PB_DS_BIN_TREE_NAME() argument
58 Cmp_Fn(r_cmp_fn), m_p_head(s_node_allocator.allocate(1)), m_size(0) in PB_DS_BIN_TREE_NAME()
66 PB_DS_BIN_TREE_NAME(const Cmp_Fn& r_cmp_fn, const node_update& r_node_update) : in PB_DS_BIN_TREE_NAME() argument
67 Cmp_Fn(r_cmp_fn), in PB_DS_BIN_TREE_NAME()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Dconstructors_destructor_fn_imps.hpp57 PB_DS_BIN_TREE_NAME(const Cmp_Fn& r_cmp_fn) : in PB_DS_BIN_TREE_NAME() argument
58 Cmp_Fn(r_cmp_fn), m_p_head(s_node_allocator.allocate(1)), m_size(0) in PB_DS_BIN_TREE_NAME()
66 PB_DS_BIN_TREE_NAME(const Cmp_Fn& r_cmp_fn, const node_update& r_node_update) : in PB_DS_BIN_TREE_NAME() argument
67 Cmp_Fn(r_cmp_fn), in PB_DS_BIN_TREE_NAME()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/
H A Dorder_statistics_imp.hpp84 const cmp_fn& r_cmp_fn = const_cast<PB_DS_CLASS_C_DEC*>(this)->get_cmp_fn(); in order_of_key() local
90 if (r_cmp_fn(r_key, this->extract_key(*(*it)))) in order_of_key()
92 else if (r_cmp_fn(this->extract_key(*(*it)), r_key)) in order_of_key()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/
H A Dorder_statistics_imp.hpp84 const cmp_fn& r_cmp_fn = const_cast<PB_DS_CLASS_C_DEC*>(this)->get_cmp_fn(); in order_of_key() local
90 if (r_cmp_fn(r_key, this->extract_key(*(*it)))) in order_of_key()
92 else if (r_cmp_fn(this->extract_key(*(*it)), r_key)) in order_of_key()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Dconstructors_destructor_fn_imps.hpp62 PB_DS_OV_TREE_NAME(const Cmp_Fn& r_cmp_fn) : in PB_DS_OV_TREE_NAME() argument
63 cmp_fn(r_cmp_fn), in PB_DS_OV_TREE_NAME()
72 PB_DS_OV_TREE_NAME(const Cmp_Fn& r_cmp_fn, const node_update& r_nodeu) : in PB_DS_OV_TREE_NAME() argument
73 cmp_fn(r_cmp_fn), in PB_DS_OV_TREE_NAME()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Dconstructors_destructor_fn_imps.hpp62 PB_DS_OV_TREE_NAME(const Cmp_Fn& r_cmp_fn) : in PB_DS_OV_TREE_NAME() argument
63 cmp_fn(r_cmp_fn), in PB_DS_OV_TREE_NAME()
72 PB_DS_OV_TREE_NAME(const Cmp_Fn& r_cmp_fn, const node_update& r_nodeu) : in PB_DS_OV_TREE_NAME() argument
73 cmp_fn(r_cmp_fn), in PB_DS_OV_TREE_NAME()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_/
H A Dconstructors_destructor_fn_imps.hpp50 binomial_heap(const Cmp_Fn& r_cmp_fn) in binomial_heap() argument
51 : base_type(r_cmp_fn) in binomial_heap()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_/
H A Dconstructors_destructor_fn_imps.hpp50 binomial_heap(const Cmp_Fn& r_cmp_fn) in binomial_heap() argument
51 : base_type(r_cmp_fn) in binomial_heap()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/
H A Dconstructors_destructor_fn_imps.hpp52 rc_binomial_heap(const Cmp_Fn& r_cmp_fn) in rc_binomial_heap() argument
53 : base_type(r_cmp_fn) in rc_binomial_heap()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/
H A Dconstructors_destructor_fn_imps.hpp52 rc_binomial_heap(const Cmp_Fn& r_cmp_fn) in rc_binomial_heap() argument
53 : base_type(r_cmp_fn) in rc_binomial_heap()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/
H A Dconstructors_destructor_fn_imps.hpp61 pairing_heap(const Cmp_Fn& r_cmp_fn) in pairing_heap() argument
62 : base_type(r_cmp_fn) in pairing_heap()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/
H A Dconstructors_destructor_fn_imps.hpp61 pairing_heap(const Cmp_Fn& r_cmp_fn) in pairing_heap() argument
62 : base_type(r_cmp_fn) in pairing_heap()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dconstructors_destructor_fn_imps.hpp63 binomial_heap_base(const Cmp_Fn& r_cmp_fn) in binomial_heap_base() argument
64 : base_type(r_cmp_fn), m_p_max(0) in binomial_heap_base()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dconstructors_destructor_fn_imps.hpp63 binomial_heap_base(const Cmp_Fn& r_cmp_fn) in binomial_heap_base() argument
64 : base_type(r_cmp_fn), m_p_max(0) in binomial_heap_base()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/
H A Dconstructors_destructor_fn_imps.hpp64 thin_heap(const Cmp_Fn& r_cmp_fn) in thin_heap() argument
65 : base_type(r_cmp_fn), m_p_max(0) in thin_heap()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/
H A Dconstructors_destructor_fn_imps.hpp64 thin_heap(const Cmp_Fn& r_cmp_fn) in thin_heap() argument
65 : base_type(r_cmp_fn), m_p_max(0) in thin_heap()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Dconstructors_destructor_fn_imps.hpp62 left_child_next_sibling_heap(const Cmp_Fn& r_cmp_fn) : in left_child_next_sibling_heap() argument
63 Cmp_Fn(r_cmp_fn), in left_child_next_sibling_heap()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Dconstructors_destructor_fn_imps.hpp62 left_child_next_sibling_heap(const Cmp_Fn& r_cmp_fn) : in left_child_next_sibling_heap() argument
63 Cmp_Fn(r_cmp_fn), in left_child_next_sibling_heap()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dconstructors_destructor_fn_imps.hpp79 binary_heap(const Cmp_Fn& r_cmp_fn) in binary_heap() argument
80 : entry_cmp(r_cmp_fn), m_size(0), m_actual_size(resize_policy::min_size), in binary_heap()

12