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

12

/netbsd-current/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) argument
51 : base_type(r_cmp_fn)
/netbsd-current/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) argument
51 : base_type(r_cmp_fn)
/netbsd-current/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) : argument
64 base_type(r_cmp_fn)
72 PB_DS_RB_TREE_NAME(const Cmp_Fn& r_cmp_fn, const node_update& r_node_update) : argument
73 base_type(r_cmp_fn, r_node_update)
/netbsd-current/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) : argument
64 base_type(r_cmp_fn)
72 PB_DS_S_TREE_NAME(const Cmp_Fn& r_cmp_fn, const node_update& r_node_update) : argument
73 base_type(r_cmp_fn, r_node_update)
/netbsd-current/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) : argument
64 base_type(r_cmp_fn)
72 PB_DS_RB_TREE_NAME(const Cmp_Fn& r_cmp_fn, const node_update& r_node_update) : argument
73 base_type(r_cmp_fn, r_node_update)
/netbsd-current/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) : argument
64 base_type(r_cmp_fn)
72 PB_DS_S_TREE_NAME(const Cmp_Fn& r_cmp_fn, const node_update& r_node_update) : argument
73 base_type(r_cmp_fn, r_node_update)
/netbsd-current/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) argument
62 : base_type(r_cmp_fn)
/netbsd-current/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) argument
53 : base_type(r_cmp_fn)
/netbsd-current/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) argument
64 : base_type(r_cmp_fn), m_p_max(0)
/netbsd-current/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) argument
62 : base_type(r_cmp_fn)
/netbsd-current/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) argument
64 : base_type(r_cmp_fn), m_p_max(0)
/netbsd-current/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) argument
53 : base_type(r_cmp_fn)
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/
H A Dpriority_queue.hpp114 /// Constructor taking some policy objects. r_cmp_fn will be
116 priority_queue(const cmp_fn& r_cmp_fn) : base_type(r_cmp_fn) { } argument
127 /// last_it will be inserted into the container object. r_cmp_fn
130 priority_queue(It first_it, It last_it, const cmp_fn& r_cmp_fn) argument
131 : base_type(r_cmp_fn)
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/
H A Dpriority_queue.hpp114 /// Constructor taking some policy objects. r_cmp_fn will be
116 priority_queue(const cmp_fn& r_cmp_fn) : base_type(r_cmp_fn) { } argument
127 /// last_it will be inserted into the container object. r_cmp_fn
130 priority_queue(It first_it, It last_it, const cmp_fn& r_cmp_fn) argument
131 : base_type(r_cmp_fn)
/netbsd-current/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(); local
90 if (r_cmp_fn(r_key, this->extract_key(*(*it))))
92 else if (r_cmp_fn(this->extract_key(*(*it)), r_key))
/netbsd-current/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(); local
90 if (r_cmp_fn(r_key, this->extract_key(*(*it))))
92 else if (r_cmp_fn(this->extract_key(*(*it)), r_key))
/netbsd-current/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) argument
65 : base_type(r_cmp_fn), m_p_max(0)
/netbsd-current/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) argument
65 : base_type(r_cmp_fn), m_p_max(0)
/netbsd-current/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) : argument
58 Cmp_Fn(r_cmp_fn), m_p_head(s_node_allocator.allocate(1)), m_size(0)
66 PB_DS_BIN_TREE_NAME(const Cmp_Fn& r_cmp_fn, const node_update& r_node_update) : argument
67 Cmp_Fn(r_cmp_fn),
/netbsd-current/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) : argument
58 Cmp_Fn(r_cmp_fn), m_p_head(s_node_allocator.allocate(1)), m_size(0)
66 PB_DS_BIN_TREE_NAME(const Cmp_Fn& r_cmp_fn, const node_update& r_node_update) : argument
67 Cmp_Fn(r_cmp_fn),
/netbsd-current/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) argument
80 : entry_cmp(r_cmp_fn), m_size(0), m_actual_size(resize_policy::min_size),
/netbsd-current/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) : argument
63 Cmp_Fn(r_cmp_fn),
/netbsd-current/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) : argument
63 Cmp_Fn(r_cmp_fn),
/netbsd-current/external/gpl3/gcc/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) argument
80 : entry_cmp(r_cmp_fn), m_size(0), m_actual_size(resize_policy::min_size),
/netbsd-current/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) : argument
63 cmp_fn(r_cmp_fn),
72 PB_DS_OV_TREE_NAME(const Cmp_Fn& r_cmp_fn, const node_update& r_nodeu) : argument
73 cmp_fn(r_cmp_fn),

Completed in 332 milliseconds

12