Home
last modified time | relevance | path

Searched refs:const_reference (Results 1 – 25 of 246) sorted by relevance

12345678910

/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/
H A Dbranch_policy.hpp66 typedef typename rebind_v::const_reference const_reference; typedef
69 typedef typename rebind_k::const_reference key_const_reference;
72 extract_key(const_reference r_val) in extract_key()
96 typedef typename rebind_v::const_reference const_reference; typedef
100 typedef typename rebind_v::const_reference key_const_reference;
103 extract_key(const_reference r_val) in extract_key()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/
H A Dbranch_policy.hpp66 typedef typename rebind_v::const_reference const_reference; typedef
69 typedef typename rebind_k::const_reference key_const_reference;
72 extract_key(const_reference r_val) in extract_key()
96 typedef typename rebind_v::const_reference const_reference; typedef
100 typedef typename rebind_v::const_reference key_const_reference;
103 extract_key(const_reference r_val) in extract_key()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/
H A Dtypes_traits.hpp131 typedef typename __rebind_ma::const_reference mapped_const_reference;
137 typedef typename __rebind_va::const_reference const_reference; typedef
164 typedef typename __rebind_ma::const_reference mapped_const_reference;
170 typedef typename __rebind_va::const_reference const_reference; typedef
198 typedef typename __rebind_ma::const_reference mapped_const_reference;
203 typedef typename __rebind_va::const_reference const_reference; typedef
237 typedef typename __rebind_ma::const_reference mapped_const_reference;
242 typedef typename __rebind_va::const_reference const_reference; typedef
276 typedef typename __rebind_a::const_reference key_const_reference;
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/
H A Dtypes_traits.hpp131 typedef typename __rebind_ma::const_reference mapped_const_reference;
137 typedef typename __rebind_va::const_reference const_reference; typedef
164 typedef typename __rebind_ma::const_reference mapped_const_reference;
170 typedef typename __rebind_va::const_reference const_reference; typedef
198 typedef typename __rebind_ma::const_reference mapped_const_reference;
203 typedef typename __rebind_va::const_reference const_reference; typedef
237 typedef typename __rebind_ma::const_reference mapped_const_reference;
242 typedef typename __rebind_va::const_reference const_reference; typedef
276 typedef typename __rebind_a::const_reference key_const_reference;
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dbinary_heap_.hpp112 typedef typename value_allocator::const_reference const_reference; typedef in __gnu_pbds::detail::binary_heap
163 push(const_reference);
166 modify(point_iterator, const_reference);
168 inline const_reference
224 insert_value(const_reference, false_type);
236 swap_value_imp(entry_pointer, const_reference, false_type);
241 inline const_reference
244 inline const_reference
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dsynth_access_traits.hpp64 typedef typename type_traits::const_reference const_reference; typedef
86 extract_key(const_reference);
95 extract_key(const_reference, true_type);
98 extract_key(const_reference, false_type);
189 extract_key(const_reference r_val) in extract_key()
195 extract_key(const_reference r_val, true_type) in extract_key()
201 extract_key(const_reference r_val, false_type) in extract_key()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dsynth_access_traits.hpp64 typedef typename type_traits::const_reference const_reference; typedef
86 extract_key(const_reference);
95 extract_key(const_reference, true_type);
98 extract_key(const_reference, false_type);
189 extract_key(const_reference r_val) in extract_key()
195 extract_key(const_reference r_val, true_type) in extract_key()
201 extract_key(const_reference r_val, false_type) in extract_key()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dbinary_heap_.hpp112 typedef typename value_allocator::const_reference const_reference; typedef in __gnu_pbds::detail::binary_heap
163 push(const_reference);
166 modify(point_iterator, const_reference);
168 inline const_reference
224 insert_value(const_reference, false_type);
236 swap_value_imp(entry_pointer, const_reference, false_type);
241 inline const_reference
244 inline const_reference
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/
H A Dlu_map_.hpp81 typename _Alloc::template rebind<Key>::other::const_reference>
111 typedef typename entry_allocator::const_reference const_entry_reference;
120 typedef typename traits_base::const_reference const_reference_;
159 typedef typename traits_base::const_reference const_reference; typedef in __gnu_pbds::detail::PB_DS_LU_NAME
217 insert(const_reference);
281 allocate_new_entry(const_reference, false_type);
284 allocate_new_entry(const_reference, true_type);
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Dbin_search_tree_.hpp80 typename _Alloc::template rebind<Key>::other::const_reference>
153 typedef typename traits_base::const_reference const_reference; typedef in __gnu_pbds::detail::PB_DS_BIN_TREE_NAME
271 insert_imp_empty(const_reference);
274 insert_leaf_new(const_reference, node_pointer, bool);
277 get_new_node_for_leaf_insert(const_reference, false_type);
280 get_new_node_for_leaf_insert(const_reference, true_type);
295 insert_leaf(const_reference);
H A Dtraits.hpp79 typename type_traits::const_reference,
92 typename type_traits::const_reference,
105 typename type_traits::const_reference,
118 typename type_traits::const_reference,
186 typename type_traits::const_reference,
201 typename type_traits::const_reference,
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Dbin_search_tree_.hpp80 typename _Alloc::template rebind<Key>::other::const_reference>
153 typedef typename traits_base::const_reference const_reference; typedef in __gnu_pbds::detail::PB_DS_BIN_TREE_NAME
271 insert_imp_empty(const_reference);
274 insert_leaf_new(const_reference, node_pointer, bool);
277 get_new_node_for_leaf_insert(const_reference, false_type);
280 get_new_node_for_leaf_insert(const_reference, true_type);
295 insert_leaf(const_reference);
H A Dtraits.hpp79 typename type_traits::const_reference,
92 typename type_traits::const_reference,
105 typename type_traits::const_reference,
118 typename type_traits::const_reference,
191 typename type_traits::const_reference,
206 typename type_traits::const_reference,
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/
H A Dlu_map_.hpp81 typename _Alloc::template rebind<Key>::other::const_reference>
111 typedef typename entry_allocator::const_reference const_entry_reference;
120 typedef typename traits_base::const_reference const_reference_;
159 typedef typename traits_base::const_reference const_reference; typedef in __gnu_pbds::detail::PB_DS_LU_NAME
217 insert(const_reference);
281 allocate_new_entry(const_reference, false_type);
284 allocate_new_entry(const_reference, true_type);
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dcc_ht_map_.hpp91 typename _Alloc::template rebind<Key>::other::const_reference>
156 typedef typename traits_base::const_reference const_reference_;
169 typedef typename entry_allocator::const_reference const_entry_reference;
220 typedef typename traits_base::const_reference const_reference; typedef in __gnu_pbds::detail::PB_DS_CC_HASH_NAME
311 insert(const_reference r_val) in insert()
402 get_entry(const_reference, false_type);
405 get_entry(const_reference, true_type);
466 insert_imp(const_reference, false_type);
469 insert_imp(const_reference, true_type);
472 insert_new_imp(const_reference r_val, size_type pos) in insert_new_imp()
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dcc_ht_map_.hpp90 typename _Alloc::template rebind<Key>::other::const_reference>
155 typedef typename traits_base::const_reference const_reference_;
168 typedef typename entry_allocator::const_reference const_entry_reference;
219 typedef typename traits_base::const_reference const_reference; typedef in __gnu_pbds::detail::PB_DS_CC_HASH_NAME
310 insert(const_reference r_val) in insert()
401 get_entry(const_reference, false_type);
404 get_entry(const_reference, true_type);
465 insert_imp(const_reference, false_type);
468 insert_imp(const_reference, true_type);
471 insert_new_imp(const_reference r_val, size_type pos) in insert_new_imp()
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/
H A Dpairing_heap_.hpp95 typedef typename __rebind_a::const_reference const_reference; typedef in __gnu_pbds::detail::pairing_heap
114 push(const_reference);
117 modify(point_iterator, const_reference);
119 inline const_reference
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/
H A Dpairing_heap_.hpp95 typedef typename __rebind_a::const_reference const_reference; typedef in __gnu_pbds::detail::pairing_heap
114 push(const_reference);
117 modify(point_iterator, const_reference);
119 inline const_reference
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dbinomial_heap_base_.hpp99 typedef typename __rebind_v::const_reference const_reference; typedef in __gnu_pbds::detail::binomial_heap_base
109 push(const_reference);
112 modify(point_iterator, const_reference);
114 inline const_reference
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dbinomial_heap_base_.hpp99 typedef typename __rebind_v::const_reference const_reference; typedef in __gnu_pbds::detail::binomial_heap_base
109 push(const_reference);
112 modify(point_iterator, const_reference);
114 inline const_reference
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/
H A Dthin_heap_.hpp99 typedef typename __rebind_a::const_reference const_reference; typedef in __gnu_pbds::detail::thin_heap
108 push(const_reference);
111 modify(point_iterator, const_reference);
113 inline const_reference
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/
H A Dthin_heap_.hpp99 typedef typename __rebind_a::const_reference const_reference; typedef in __gnu_pbds::detail::thin_heap
108 push(const_reference);
111 modify(point_iterator, const_reference);
113 inline const_reference
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dgp_ht_map_.hpp89 typename _Alloc::template rebind<Key>::other::const_reference>
158 typedef typename traits_base::const_reference const_reference_;
177 typedef typename entry_allocator::const_reference const_entry_reference;
228 typedef typename traits_base::const_reference const_reference; typedef in __gnu_pbds::detail::PB_DS_GP_HASH_NAME
327 insert(const_reference r_val) in insert()
432 insert_imp(const_reference, false_type);
435 insert_imp(const_reference, true_type);
438 insert_new_imp(const_reference r_val, size_type pos) in insert_new_imp()
458 insert_new_imp(const_reference r_val, comp_hash& r_pos_hash_pair) in insert_new_imp()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dgp_ht_map_.hpp88 typename _Alloc::template rebind<Key>::other::const_reference>
157 typedef typename traits_base::const_reference const_reference_;
176 typedef typename entry_allocator::const_reference const_entry_reference;
227 typedef typename traits_base::const_reference const_reference; typedef in __gnu_pbds::detail::PB_DS_GP_HASH_NAME
326 insert(const_reference r_val) in insert()
431 insert_imp(const_reference, false_type);
434 insert_imp(const_reference, true_type);
437 insert_new_imp(const_reference r_val, size_type pos) in insert_new_imp()
457 insert_new_imp(const_reference r_val, comp_hash& r_pos_hash_pair) in insert_new_imp()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Dleft_child_next_sibling_heap_.hpp124 typedef typename __rebind_v::other::const_reference const_reference; typedef in __gnu_pbds::detail::left_child_next_sibling_heap
184 get_new_node_for_insert(const_reference);
249 get_new_node_for_insert(const_reference, false_type);
252 get_new_node_for_insert(const_reference, true_type);

12345678910