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

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/
H A Dconstructors_destructor_fn_imps.hpp47 copy_from_range(It first_it, It last_it) argument
49 while (first_it != last_it)
50 push(*(first_it++));
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dconstructors_destructor_fn_imps.hpp47 copy_from_range(It first_it, It last_it) argument
49 while (first_it != last_it)
50 push(*(first_it++));
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/
H A Dconstructors_destructor_fn_imps.hpp47 copy_from_range(It first_it, It last_it) argument
49 while (first_it != last_it)
50 push(*(first_it++));
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dconstructors_destructor_fn_imps.hpp47 copy_from_range(It first_it, It last_it) argument
49 while (first_it != last_it)
50 push(*(first_it++));
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/
H A Dconstructor_destructor_fn_imps.hpp63 copy_from_range(It first_it, It last_it) argument
65 while (first_it != last_it)
66 insert(*(first_it++));
77 PB_DS_LU_NAME(It first_it, It last_it) : m_p_l(0) argument
79 copy_from_range(first_it, last_it);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/
H A Dconstructor_destructor_fn_imps.hpp63 copy_from_range(It first_it, It last_it) argument
65 while (first_it != last_it)
66 insert(*(first_it++));
77 PB_DS_LU_NAME(It first_it, It last_it) : m_p_l(0) argument
79 copy_from_range(first_it, last_it);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/
H A Dconstructors_destructor_fn_imps.hpp47 copy_from_range(It first_it, It last_it) argument
49 while (first_it != last_it)
50 insert(*(first_it++));
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/
H A Dconstructors_destructor_fn_imps.hpp47 copy_from_range(It first_it, It last_it) argument
49 while (first_it != last_it)
50 insert(*(first_it++));
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/
H A Dconstructors_destructor_fn_imps.hpp47 copy_from_range(It first_it, It last_it) argument
49 while (first_it != last_it)
50 insert(*(first_it++));
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/
H A Dconstructors_destructor_fn_imps.hpp47 copy_from_range(It first_it, It last_it) argument
49 while (first_it != last_it)
50 insert(*(first_it++));
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/
H A Dpriority_queue.hpp119 /// value_types between first_it and last_it will be inserted into
122 priority_queue(It first_it, It last_it) argument
123 { base_type::copy_from_range(first_it, last_it); }
126 /// some policy objects The value_types between first_it and
130 priority_queue(It first_it, It last_it, const cmp_fn& r_cmp_fn) argument
132 { base_type::copy_from_range(first_it, last_it); }
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dconstructors_destructor_fn_imps.hpp59 copy_from_range(It first_it, It last_it) argument
61 while (first_it != last_it)
63 insert_value(*first_it, s_no_throw_copies_ind);
64 ++first_it;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/
H A Dpriority_queue.hpp119 /// value_types between first_it and last_it will be inserted into
122 priority_queue(It first_it, It last_it) argument
123 { base_type::copy_from_range(first_it, last_it); }
126 /// some policy objects The value_types between first_it and
130 priority_queue(It first_it, It last_it, const cmp_fn& r_cmp_fn) argument
132 { base_type::copy_from_range(first_it, last_it); }
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dconstructors_destructor_fn_imps.hpp59 copy_from_range(It first_it, It last_it) argument
61 while (first_it != last_it)
63 insert_value(*first_it, s_no_throw_copies_ind);
64 ++first_it;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/
H A Dconstructors_destructor_fn_imps.hpp47 copy_from_range(It first_it, It last_it) argument
49 while (first_it != last_it)
50 push(*(first_it++));
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/
H A Dconstructors_destructor_fn_imps.hpp47 copy_from_range(It first_it, It last_it) argument
49 while (first_it != last_it)
50 push(*(first_it++));
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Dconstructors_destructor_fn_imps.hpp102 copy_from_range(It first_it, It last_it) argument
114 map_type m(first_it, last_it);
123 copy_from_ordered_range(It first_it, It last_it) argument
125 const size_type len = std::distance(first_it, last_it);
131 It source_it = first_it;
159 copy_from_ordered_range(It first_it, It last_it, It other_first_it, argument
163 const size_type len = std::distance(first_it, last_it)
169 It source_it = first_it;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Dconstructors_destructor_fn_imps.hpp102 copy_from_range(It first_it, It last_it) argument
114 map_type m(first_it, last_it);
123 copy_from_ordered_range(It first_it, It last_it) argument
125 const size_type len = std::distance(first_it, last_it);
131 It source_it = first_it;
159 copy_from_ordered_range(It first_it, It last_it, It other_first_it, argument
163 const size_type len = std::distance(first_it, last_it)
169 It source_it = first_it;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dconstructors_destructor_fn_imps.hpp158 copy_from_range(It first_it, It last_it) argument
160 while (first_it != last_it)
161 insert(*(first_it++));
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_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++));
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dconstructor_destructor_fn_imps.hpp52 copy_from_range(It first_it, It last_it) argument
54 while (first_it != last_it)
55 insert(*(first_it++));
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dconstructor_destructor_fn_imps.hpp52 copy_from_range(It first_it, It last_it) argument
54 while (first_it != last_it)
55 insert(*(first_it++));
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dconstructors_destructor_fn_imps.hpp158 copy_from_range(It first_it, It last_it) argument
160 while (first_it != last_it)
161 insert(*(first_it++));
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_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++));

Completed in 299 milliseconds