HomeSort by relevance Sort by last modified time
    Searched defs:const_reference (Results 251 - 275 of 831) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/
tree_policy.hpp 112 typedef typename base_type::const_reference const_reference; typedef in class:__gnu_pbds::tree_order_statistics_node_update
119 typedef typename metadata_rebind::const_reference const_metadata_reference;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
allocator.h 100 typedef const _Tp& const_reference; typedef in class:allocator
stl_queue.h 112 typedef typename _Sequence::const_reference const_reference; typedef in class:queue
172 const_reference
194 const_reference
373 typedef typename _Sequence::const_reference const_reference; typedef in class:priority_queue
472 const_reference
stl_stack.h 114 typedef typename _Sequence::const_reference const_reference; typedef in class:stack
168 const_reference
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
array_allocator.h 56 typedef const _Tp& const_reference; typedef in class:array_allocator_base
63 address(const_reference __x) const { return std::__addressof(__x); }
106 typedef const _Tp& const_reference; typedef in class:array_allocator
extptr_allocator.h 68 typedef const _Tp& const_reference; typedef in class:_ExtPtr_allocator
91 const_pointer address(const_reference __x) const
malloc_allocator.h 62 typedef const _Tp& const_reference; typedef in class:malloc_allocator
82 address(const_reference __x) const { return std::__addressof(__x); }
new_allocator.h 62 typedef const _Tp& const_reference; typedef in class:new_allocator
82 address(const_reference __x) const { return std::__addressof(__x); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/
basic_types.hpp 68 typedef typename mapped_type_allocator::const_reference const_mapped_reference;
75 typedef typename value_type_allocator::const_reference const_reference; typedef in struct:__gnu_pbds::detail::value_type_base
95 typedef typename mapped_type_allocator::const_reference const_mapped_reference;
102 typedef typename value_type_allocator::const_reference const_reference; typedef in struct:__gnu_pbds::detail::value_type_base
129 typedef typename mapped_type_allocator::const_reference const_mapped_reference;
137 typedef typename value_type_allocator::const_reference const_reference; typedef in struct:__gnu_pbds::detail::value_type_base
171 typedef typename mapped_type_allocator::const_reference const_mapped_reference
179 typedef typename value_type_allocator::const_reference const_reference; typedef in struct:__gnu_pbds::detail::value_type_base
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/bin_search_tree_/
node_iterators.hpp 88 typedef Const_Iterator const_reference; typedef in class:__gnu_pbds::detail::bin_search_tree_const_node_it_
96 metadata_type>::other::const_reference
112 inline const_reference
189 typedef Iterator const_reference; typedef in class:__gnu_pbds::detail::bin_search_tree_node_it_
point_iterators.hpp 59 Const_Reference, \
70 Const_Reference, \
81 Const_Reference, \
92 Const_Reference, \
102 typename Const_Reference,
122 typedef Const_Reference const_reference; typedef in class:__gnu_pbds::detail::bin_search_tree_const_it_
159 inline const_reference
289 typename Const_Reference,
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binomial_heap_/
binomial_heap_.hpp 84 typedef typename base_type::const_reference const_reference; typedef in class:__gnu_pbds::detail::binomial_heap_
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binomial_heap_base_/
binomial_heap_base_.hpp 120 value_type>::other::const_reference
121 const_reference; typedef in class:__gnu_pbds::detail::binomial_heap_base_
140 push(const_reference r_val);
143 modify(point_iterator it, const_reference r_new_val);
145 inline const_reference
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
const_iterator.hpp 90 typedef typename base_type::const_reference const_reference; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pairing_heap_/
pairing_heap_.hpp 119 value_type>::other::const_reference
120 const_reference; typedef in class:__gnu_pbds::detail::pairing_heap_
149 push(const_reference r_val);
152 modify(point_iterator it, const_reference r_new_val);
154 inline const_reference
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
leaf.hpp 87 typedef typename Type_Traits::const_reference const_reference; typedef in struct:__gnu_pbds::detail::pat_trie_leaf
105 pat_trie_leaf(const_reference r_val);
110 inline const_reference
129 pat_trie_leaf(const_reference r_val) :
140 inline typename PB_DS_CLASS_C_DEC::const_reference
153 const_reference r_val = value();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/rc_binomial_heap_/
rc_binomial_heap_.hpp 97 typedef typename base_type::const_reference const_reference; typedef in class:__gnu_pbds::detail::rc_binomial_heap_
125 push(const_reference r_val);
128 modify(point_iterator it, const_reference r_new_val);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/
priority_queue.hpp 75 typedef typename value_rebind::const_reference const_reference; typedef in class:__gnu_pbds::priority_queue
tree_policy.hpp 113 typedef typename base_type::const_reference const_reference; typedef in class:__gnu_pbds::tree_order_statistics_node_update
120 typedef typename metadata_rebind::const_reference const_metadata_reference;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
allocator.h 97 typedef const _Tp& const_reference; typedef in class:allocator
stl_stack.h 114 typedef typename _Sequence::const_reference const_reference; typedef in class:stack
168 const_reference
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
array_allocator.h 56 typedef const _Tp& const_reference; typedef in class:array_allocator_base
64 address(const_reference __x) const _GLIBCXX_NOEXCEPT
112 typedef const _Tp& const_reference; typedef in class:array_allocator
extptr_allocator.h 68 typedef const _Tp& const_reference; typedef in class:_ExtPtr_allocator
92 const_pointer address(const_reference __x) const _GLIBCXX_NOEXCEPT
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/bin_search_tree_/
node_iterators.hpp 80 typedef Const_Iterator const_reference; typedef in class:__gnu_pbds::detail::bin_search_tree_const_node_it_
87 typename _Alloc::template rebind<metadata_type>::other::const_reference
96 const_reference
153 typedef Iterator const_reference; typedef in class:__gnu_pbds::detail::bin_search_tree_node_it_
point_iterators.hpp 59 Const_Reference, \
70 Const_Reference, \
81 Const_Reference, \
92 Const_Reference, \
102 typename Const_Reference,
114 typedef Const_Reference const_reference; typedef in class:__gnu_pbds::detail::bin_search_tree_const_it_
149 inline const_reference
279 typename Const_Reference,

Completed in 303 milliseconds

<<11121314151617181920>>