Searched refs:first_it (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/pairing_heap_/
H A Dconstructors_destructor_fn_imps.hpp51 copy_from_range(It first_it, It last_it) argument
53 while (first_it != last_it)
54 push(*(first_it++));
H A Dpairing_heap_.hpp184 copy_from_range(It first_it, It last_it);
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dconstructors_destructor_fn_imps.hpp51 copy_from_range(It first_it, It last_it) argument
53 while (first_it != last_it)
54 push(*(first_it++));
H A Dbinomial_heap_base_.hpp189 copy_from_range(It first_it, It last_it);
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/rb_tree_map_/
H A Dconstructors_destructor_fn_imps.hpp51 copy_from_range(It first_it, It last_it) argument
53 while (first_it != last_it)
54 insert(*(first_it++));
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/splay_tree_/
H A Dconstructors_destructor_fn_imps.hpp51 copy_from_range(It first_it, It last_it) argument
53 while (first_it != last_it)
54 insert(*(first_it++));
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/
H A Dconstructors_destructor_fn_imps.hpp63 copy_from_range(It first_it, It last_it) argument
65 while (first_it != last_it)
67 insert_value(*first_it, s_no_throw_copies_ind);
68 ++first_it;
109 const_iterator first_it = other.begin(); local
114 while (first_it != last_it)
116 insert_value(*first_it, s_no_throw_copies_ind);
117 ++first_it;
H A Dbinary_heap_.hpp267 copy_from_range(It first_it, It last_it);
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/list_update_map_/
H A Dconstructor_destructor_fn_imps.hpp68 copy_from_range(It first_it, It last_it) argument
70 while (first_it != last_it)
71 insert(*(first_it++));
82 PB_DS_CLASS_NAME(It first_it, It last_it) : m_p_l(NULL) argument
84 copy_from_range(first_it, last_it);
H A Dlu_map_.hpp208 PB_DS_CLASS_NAME(It first_it, It last_it);
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/
H A Dpriority_queue.hpp93 // value_types between first_it and last_it will be inserted into
96 priority_queue(It first_it, It last_it) argument
97 { base_type::copy_from_range(first_it, last_it); }
100 // some policy objects The value_types between first_it and
104 priority_queue(It first_it, It last_it, const cmp_fn& r_cmp_fn) argument
106 { base_type::copy_from_range(first_it, last_it); }
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/thin_heap_/
H A Dconstructors_destructor_fn_imps.hpp51 copy_from_range(It first_it, It last_it) argument
53 while (first_it != last_it)
54 push(*(first_it++));
H A Dthin_heap_.hpp188 copy_from_range(It first_it, It last_it);
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
H A Dconstructors_destructor_fn_imps.hpp109 copy_from_range(It first_it, It last_it) argument
130 map_type m(first_it, last_it);
138 copy_from_ordered_range(It first_it, It last_it) argument
140 const size_type len = std::distance(first_it, last_it);
146 It source_it = first_it;
180 copy_from_ordered_range(It first_it, It last_it, It other_first_it, argument
184 const size_type len = std::distance(first_it, last_it)
190 It source_it = first_it;
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dconstructor_destructor_fn_imps.hpp60 copy_from_range(It first_it, It last_it) argument
62 while (first_it != last_it)
63 insert(*(first_it++));
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dconstructors_destructor_fn_imps.hpp162 copy_from_range(It first_it, It last_it) argument
164 while (first_it != last_it)
165 insert(*(first_it++));
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dconstructor_destructor_fn_imps.hpp56 copy_from_range(It first_it, It last_it) argument
58 while (first_it != last_it)
59 insert(*(first_it++));
H A Dgp_ht_map_.hpp243 copy_from_range(It first_it, It last_it);

Completed in 200 milliseconds