Searched refs:copy_from_ordered_range (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
H A Dsplit_join_fn_imps.hpp89 new_other.copy_from_ordered_range(it, end());
91 new_this.copy_from_ordered_range(begin(), it);
131 new_this.copy_from_ordered_range(begin(), end(),
134 new_this.copy_from_ordered_range(other.begin(), other.end(),
H A Dconstructors_destructor_fn_imps.hpp101 copy_from_ordered_range(other.begin(), other.end());
131 copy_from_ordered_range(m.begin(), m.end());
138 copy_from_ordered_range(It first_it, It last_it) function in class:PB_DS_CLASS_C_DEC
180 copy_from_ordered_range(It first_it, It last_it, It other_first_it, function in class:PB_DS_CLASS_C_DEC
H A Dov_tree_map_.hpp401 copy_from_ordered_range(It, It);
408 copy_from_ordered_range(It, It, It, It);

Completed in 99 milliseconds