Home
last modified time | relevance | path

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

123456789

/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/
H A Dbasic_types.hpp74 typedef typename mapped_type_allocator::const_reference const_mapped_reference;
81 typedef typename value_type_allocator::const_reference const_reference; typedef
101 typedef typename mapped_type_allocator::const_reference const_mapped_reference;
108 typedef typename value_type_allocator::const_reference const_reference; typedef
135 typedef typename mapped_type_allocator::const_reference const_mapped_reference;
143 typedef typename value_type_allocator::const_reference const_reference; typedef
177 typedef typename mapped_type_allocator::const_reference const_mapped_reference;
185 typedef typename value_type_allocator::const_reference const_reference; typedef
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/basic_tree_policy/
H A Dbasic_tree_policy_base.hpp76 key_type>::type>::other::const_reference
82 value_type>::type>::other::const_reference
83 const_reference; typedef
98 extract_key(const_reference r_val) in extract_key()
133 key_type>::type>::other::const_reference
139 value_type>::type>::other::const_reference
140 const_reference; typedef
155 extract_key(const_reference r_val) in extract_key()
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dleaf.hpp93 typedef typename Type_Traits::const_reference const_reference; typedef
111 pat_trie_leaf(const_reference r_val);
116 inline const_reference
135 pat_trie_leaf(const_reference r_val) : in pat_trie_leaf()
146 inline typename PB_DS_CLASS_C_DEC::const_reference
159 const_reference r_val = value(); in assert_valid_imp()
H A Dsynth_e_access_traits.hpp77 typedef typename type_traits::const_reference const_reference; typedef
97 extract_key(const_reference r_val);
106 extract_key(const_reference r_val, true_type);
109 extract_key(const_reference r_val, false_type);
198 extract_key(const_reference r_val) in extract_key()
206 extract_key(const_reference r_val, true_type) in extract_key()
214 extract_key(const_reference r_val, false_type) in extract_key()
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dbinary_heap_.hpp156 value_type>::other::const_reference
157 const_reference; typedef in pb_ds::detail::binary_heap_
212 push(const_reference r_val);
215 modify(point_iterator it, const_reference r_new_val);
217 inline const_reference
275 insert_value(const_reference r_val, false_type);
290 swap_value_imp(entry_pointer p_e, const_reference r_new_val, false_type);
295 inline const_reference
298 inline const_reference
H A Dfind_fn_imps.hpp48 inline typename PB_DS_CLASS_C_DEC::const_reference
59 inline typename PB_DS_CLASS_C_DEC::const_reference
67 inline typename PB_DS_CLASS_C_DEC::const_reference
/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DContinuousRangeMap.h41 using const_reference = const value_type &; variable
51 bool operator ()(const_reference L, Int R) const { in operator()
54 bool operator ()(Int L, const_reference R) const { in operator()
60 bool operator ()(const_reference L, const_reference R) const { in operator()
107 const_reference back() const { return Rep.back(); } in back()
124 [](const_reference A, const_reference B) { in ~Builder()
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Dtraits.hpp90 typename type_traits::const_reference,
103 typename type_traits::const_reference,
116 typename type_traits::const_reference,
129 typename type_traits::const_reference,
204 typename type_traits::const_reference,
219 typename type_traits::const_reference,
H A Dbin_search_tree_.hpp100 typename Allocator::template rebind<Key>::other::const_reference>
217 typename PB_DS_TYPES_TRAITS_C_DEC::const_reference
218 const_reference; typedef in pb_ds::detail::PB_DS_CLASS_NAME
344 insert_imp_empty(const_reference r_value);
347 insert_leaf_new(const_reference r_value, node_pointer p_nd, bool left_nd);
350 get_new_node_for_leaf_insert(const_reference r_val, false_type);
353 get_new_node_for_leaf_insert(const_reference r_val, true_type);
370 insert_leaf(const_reference r_value);
H A Dnode_iterators.hpp94 typedef Const_Iterator const_reference; typedef in pb_ds::detail::bin_search_tree_const_node_it_
102 metadata_type>::other::const_reference
118 inline const_reference
195 typedef Iterator const_reference; typedef in pb_ds::detail::bin_search_tree_node_it_
H A Dinsert_fn_imps.hpp50 insert_leaf(const_reference r_value) in insert_leaf()
111 insert_leaf_new(const_reference r_value, node_pointer p_nd, bool left_nd) in insert_leaf_new()
158 insert_imp_empty(const_reference r_value) in insert_imp_empty()
181 get_new_node_for_leaf_insert(const_reference r_val, false_type) in get_new_node_for_leaf_insert()
203 get_new_node_for_leaf_insert(const_reference r_val, true_type) in get_new_node_for_leaf_insert()
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/
H A Dlu_map_.hpp87 typename Allocator::template rebind<Key>::other::const_reference>
129 typedef typename entry_allocator::const_reference const_entry_reference;
138 typedef typename traits_base::const_reference const_reference_;
177 typedef typename traits_base::const_reference const_reference; typedef in pb_ds::detail::PB_DS_CLASS_NAME
235 insert(const_reference);
299 allocate_new_entry(const_reference, false_type);
302 allocate_new_entry(const_reference, true_type);
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/
H A Dpairing_heap_.hpp125 value_type>::other::const_reference
126 const_reference; typedef in pb_ds::detail::pairing_heap_
155 push(const_reference r_val);
158 modify(point_iterator it, const_reference r_new_val);
160 inline const_reference
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dbinomial_heap_base_.hpp126 value_type>::other::const_reference
127 const_reference; typedef in pb_ds::detail::binomial_heap_base_
146 push(const_reference r_val);
149 modify(point_iterator it, const_reference r_new_val);
151 inline const_reference
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_queue.h115 typedef typename _Sequence::const_reference const_reference; in _GLIBCXX_BEGIN_NAMESPACE() typedef
164 const_reference in _GLIBCXX_BEGIN_NAMESPACE()
186 const_reference in _GLIBCXX_BEGIN_NAMESPACE()
336 typedef typename _Sequence::const_reference const_reference; typedef
397 const_reference
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dcc_ht_map_.hpp96 map_debug_base<Key, Eq_Fn, typename Allocator::template rebind<Key>::other::const_reference>
138 typedef typename traits_base::const_reference const_reference_;
151 typedef typename entry_allocator::const_reference const_entry_reference;
201 typedef typename traits_base::const_reference const_reference; typedef in pb_ds::detail::PB_DS_CLASS_NAME
283 insert(const_reference r_val) in insert()
370 get_entry(const_reference, false_type);
373 get_entry(const_reference, true_type);
433 insert_imp(const_reference, false_type);
436 insert_imp(const_reference, true_type);
439 insert_new_imp(const_reference r_val, size_type pos) in insert_new_imp()
[all …]
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_queue.h124 typedef typename _Sequence::const_reference const_reference; typedef
167 const_reference
181 const_reference
318 typedef typename _Sequence::const_reference const_reference; typedef
375 const_reference
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/
H A Dthin_heap_.hpp125 value_type>::other::const_reference
126 const_reference; typedef in pb_ds::detail::thin_heap_
145 push(const_reference r_val);
148 modify(point_iterator it, const_reference r_new_val);
150 inline const_reference
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/
H A Drc_binomial_heap_.hpp103 typedef typename base_type::const_reference const_reference; typedef in pb_ds::detail::rc_binomial_heap_
131 push(const_reference r_val);
134 modify(point_iterator it, const_reference r_new_val);
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A Dilist.h174 typedef typename base_list_type::const_reference const_reference;
192 static bool op_less(const_reference L, const_reference R) { return L < R; }
193 static bool op_equal(const_reference L, const_reference R) { return L == R; }
234 iterator insert(iterator where, const_reference New) {
248 for (const_reference V : L2)
368 const_pointer getPrevNode(const_reference N) const {
380 const_pointer getNextNode(const_reference N) const {
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Dleft_child_next_sibling_heap_.hpp176 value_type>::other::const_reference
177 const_reference; typedef in pb_ds::detail::left_child_next_sibling_heap_
250 get_new_node_for_insert(const_reference r_val);
320 get_new_node_for_insert(const_reference r_val, false_type);
323 get_new_node_for_insert(const_reference r_val, true_type);
H A Dconst_point_iterator.hpp105 value_type>::other::const_reference
106 const_reference; typedef in pb_ds::detail::left_child_next_sibling_heap_node_const_point_iterator_
133 inline const_reference
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Support/
H A DBumpVector.h87 using const_reference = const T &; variable
112 const_reference operator[](unsigned idx) const {
120 const_reference front() const { in front()
127 const_reference back() const { in back()
159 void push_back(const_reference Elt, BumpVectorContext &C) { in push_back()
172 iterator insert(iterator I, size_t Cnt, const_reference E, in insert()
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dgp_ht_map_.hpp93 map_debug_base<Key, Eq_Fn, typename Allocator::template rebind<Key>::other::const_reference>
134 typedef typename traits_base::const_reference const_reference_;
153 typedef typename entry_allocator::const_reference const_entry_reference;
203 typedef typename traits_base::const_reference const_reference; typedef in pb_ds::detail::PB_DS_CLASS_NAME
291 insert(const_reference r_val) in insert()
396 insert_imp(const_reference, false_type);
399 insert_imp(const_reference, true_type);
402 insert_new_imp(const_reference r_val, size_type pos) in insert_new_imp()
424 insert_new_imp(const_reference r_val, comp_hash& r_pos_hash_pair) in insert_new_imp()
/openbsd-src/gnu/llvm/libcxx/include/__memory/
H A Dcompressed_pair.h44 using const_reference = const _Tp&; member
61 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR const_reference __get() const _NOEXCEPT { return __value_;… in __get()
71 using const_reference = const _Tp&;
90 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR const_reference __get() const _NOEXCEPT { return *this; }
136 typename _Base1::const_reference first() const _NOEXCEPT {
146 typename _Base2::const_reference second() const _NOEXCEPT {

123456789