HomeSort by relevance Sort by last modified time
    Searched refs:const_reference (Results 376 - 400 of 1707) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 93 typedef typename base_type::const_reference const_reference; typedef in class:__gnu_pbds::detail::binary_heap_const_iterator_
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pairing_heap_/
insert_fn_imps.hpp 44 push(const_reference r_val)
89 modify(point_iterator it, const_reference r_new_val)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/splay_tree_/
insert_fn_imps.hpp 44 insert(const_reference r_value)
58 insert_leaf_imp(const_reference r_value)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
debug_allocator.h 71 typedef typename _Alloc::const_reference const_reference; typedef in class:debug_allocator
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 86 typedef typename base_type::const_reference const_reference; typedef in class:__gnu_pbds::detail::binary_heap_const_iterator_
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/eq_fn/
hash_eq_fn.hpp 62 typedef typename key_allocator::const_reference key_const_reference;
86 typedef typename key_allocator::const_reference key_const_reference;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pairing_heap_/
insert_fn_imps.hpp 44 push(const_reference r_val)
81 modify(point_iterator it, const_reference r_new_val)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/splay_tree_/
insert_fn_imps.hpp 44 insert(const_reference r_value)
58 insert_leaf_imp(const_reference r_value)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
debug_allocator.h 70 typedef typename _Alloc::const_reference const_reference; typedef in class:debug_allocator
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 86 typedef typename base_type::const_reference const_reference; typedef in class:__gnu_pbds::detail::binary_heap_const_iterator_
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/eq_fn/
hash_eq_fn.hpp 62 typedef typename key_allocator::const_reference key_const_reference;
86 typedef typename key_allocator::const_reference key_const_reference;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pairing_heap_/
insert_fn_imps.hpp 44 push(const_reference r_val)
81 modify(point_iterator it, const_reference r_new_val)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/splay_tree_/
insert_fn_imps.hpp 44 insert(const_reference r_value)
58 insert_leaf_imp(const_reference r_value)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 86 typedef typename base_type::const_reference const_reference; typedef in class:__gnu_pbds::detail::binary_heap_const_iterator_
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/eq_fn/
hash_eq_fn.hpp 62 typedef typename key_allocator::const_reference key_const_reference;
86 typedef typename key_allocator::const_reference key_const_reference;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pairing_heap_/
insert_fn_imps.hpp 44 push(const_reference r_val)
81 modify(point_iterator it, const_reference r_new_val)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/splay_tree_/
insert_fn_imps.hpp 44 insert(const_reference r_value)
58 insert_leaf_imp(const_reference r_value)
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
array.hpp 70 typedef const T& const_reference; typedef in class:boost::array
92 const_reference, iterator, reference> > const_reverse_iterator;
97 value_type, const_reference, const_iterator, difference_type> const_reverse_iterator;
127 const_reference operator[](size_type i) const
135 const_reference at(size_type i) const { rangecheck(i); return elems[i]; }
143 const_reference front() const
153 const_reference back() const
211 typedef const T& const_reference;
233 const_reference, iterator, reference> > const_reverse_iterator;
238 value_type, const_reference, const_iterator, difference_type> const_reverse_iterator
    [all...]
  /external/chromium_org/base/memory/
scoped_vector.h 28 typedef typename std::vector<T*>::const_reference const_reference; typedef in class:ScopedVector
46 const_reference operator[](size_t index) const { return v_[index]; }
61 const_reference front() const { return v_.front(); }
63 const_reference back() const { return v_.back(); }
  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
scoped_vector.h 38 typedef typename std::vector<T*>::const_reference const_reference; typedef in class:webrtc::ScopedVector
56 const_reference operator[](size_t index) const { return v_[index]; }
71 const_reference front() const { return v_.front(); }
73 const_reference back() const { return v_.back(); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/bin_search_tree_/
insert_fn_imps.hpp 44 insert_leaf(const_reference r_value)
105 insert_leaf_new(const_reference r_value, node_pointer p_nd, bool left_nd)
152 insert_imp_empty(const_reference r_value)
175 get_new_node_for_leaf_insert(const_reference r_val, false_type)
197 get_new_node_for_leaf_insert(const_reference r_val, true_type)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/bin_search_tree_/
insert_fn_imps.hpp 44 insert_leaf(const_reference r_value)
95 insert_leaf_new(const_reference r_value, node_pointer p_nd, bool left_nd)
134 insert_imp_empty(const_reference r_value)
153 get_new_node_for_leaf_insert(const_reference r_val, false_type)
170 get_new_node_for_leaf_insert(const_reference r_val, true_type)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binomial_heap_base_/
binomial_heap_base_.hpp 99 typedef typename __rebind_v::const_reference const_reference; typedef in class:__gnu_pbds::detail::binomial_heap_base
109 push(const_reference);
112 modify(point_iterator, const_reference);
114 inline const_reference

Completed in 888 milliseconds

<<11121314151617181920>>