| /openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/ |
| H A D | basic_types.hpp | 74 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 D | basic_tree_policy_base.hpp | 76 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 D | leaf.hpp | 93 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 D | synth_e_access_traits.hpp | 77 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 D | binary_heap_.hpp | 156 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 D | find_fn_imps.hpp | 48 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 D | ContinuousRangeMap.h | 41 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 D | traits.hpp | 90 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 D | bin_search_tree_.hpp | 100 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 D | node_iterators.hpp | 94 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 D | insert_fn_imps.hpp | 50 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 D | lu_map_.hpp | 87 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 D | pairing_heap_.hpp | 125 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 D | binomial_heap_base_.hpp | 126 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 D | stl_queue.h | 115 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 D | cc_ht_map_.hpp | 96 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 D | stl_queue.h | 124 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 D | thin_heap_.hpp | 125 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 D | rc_binomial_heap_.hpp | 103 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 D | ilist.h | 174 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 D | left_child_next_sibling_heap_.hpp | 176 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 D | const_point_iterator.hpp | 105 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 D | BumpVector.h | 87 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 D | gp_ht_map_.hpp | 93 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 D | compressed_pair.h | 44 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 {
|