HomeSort by relevance Sort by last modified time
    Searched refs:const_reference (Results 351 - 375 of 650) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
pool_allocator.h 137 typedef const _Tp& const_reference; typedef in class:__pool_alloc
164 address(const_reference __x) const _GLIBCXX_NOEXCEPT
  /art/runtime/base/
dchecked_vector.h 47 using typename Base::const_reference;
128 const_reference operator[](size_type n) const {
135 const_reference front() const { DCHECK(!empty()); return Base::front(); }
137 const_reference back() const { DCHECK(!empty()); return Base::back(); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 105 typedef const _Tp& const_reference; typedef in class:pthread_allocator
125 const_pointer address(const_reference __x) const { return &__x; }
286 typedef const _Tp& const_reference; typedef in class:per_thread_allocator
308 const_pointer address(const_reference __x) const { return &__x; }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/gp_hash_table_map_/
insert_store_hash_fn_imps.hpp 101 insert_imp(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/rb_tree_map_/
insert_fn_imps.hpp 44 insert(const_reference r_value)
rb_tree_.hpp 110 typedef typename base_type::const_reference const_reference; typedef in class:__gnu_pbds::detail::PB_DS_RB_TREE_NAME
135 insert(const_reference);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/gp_hash_table_map_/
insert_store_hash_fn_imps.hpp 101 insert_imp(const_reference r_val, true_type)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/rb_tree_map_/
insert_fn_imps.hpp 44 insert(const_reference r_value)
rb_tree_.hpp 110 typedef typename base_type::const_reference const_reference; typedef in class:__gnu_pbds::detail::PB_DS_RB_TREE_NAME
135 insert(const_reference);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/gp_hash_table_map_/
insert_store_hash_fn_imps.hpp 101 insert_imp(const_reference r_val, true_type)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/rb_tree_map_/
insert_fn_imps.hpp 44 insert(const_reference r_value)
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/gp_hash_table_map_/
insert_store_hash_fn_imps.hpp 101 insert_imp(const_reference r_val, true_type)
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/rb_tree_map_/
insert_fn_imps.hpp 44 insert(const_reference r_value)
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 105 typedef const _Tp& const_reference; typedef in class:pthread_allocator
125 const_pointer address(const_reference __x) const { return &__x; }
286 typedef const _Tp& const_reference; typedef in class:per_thread_allocator
308 const_pointer address(const_reference __x) const { return &__x; }
  /art/compiler/utils/
swap_space.h 140 typedef const T& const_reference; typedef in class:art::SwapAllocator
163 const_pointer address(const_reference x) const { return &x; }
183 void construct(pointer p, const_reference val) {
  /external/llvm/include/llvm/Support/
ErrorOr.h 92 typedef const typename std::remove_reference<T>::type &const_reference; typedef in class:llvm::ErrorOr
177 const_reference get() const { return const_cast<ErrorOr<T> *>(this)->get(); }
193 const_reference operator*() const { return *getStorage(); }
  /ndk/tests/device/test-gnustl-full/unit/
mvctor_declaration_test.cpp 89 typedef const value_type& const_reference; typedef in class:std::allocator
104 const_pointer address(const_reference __x) const { return &__x; }
108 void construct(pointer, const_reference) {}
stack_allocator.h 60 typedef const _Tp& const_reference; typedef in struct:StackAllocator
136 const_pointer address(const_reference __x) const { return &__x; }
138 void construct(pointer __p, const_reference __val) { new(__p) _Tp(__val); }
  /ndk/tests/device/test-stlport/unit/
mvctor_declaration_test.cpp 89 typedef const value_type& const_reference; typedef in class:std::allocator
104 const_pointer address(const_reference __x) const { return &__x; }
108 void construct(pointer, const_reference) {}
stack_allocator.h 60 typedef const _Tp& const_reference; typedef in struct:StackAllocator
136 const_pointer address(const_reference __x) const { return &__x; }
138 void construct(pointer __p, const_reference __val) { new(__p) _Tp(__val); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
alloc_traits.h 134 // C++0x allocators do not define reference or const_reference
136 typedef const value_type& const_reference; typedef in struct:__alloc_traits
203 typedef typename _Alloc::const_reference const_reference; typedef in struct:__alloc_traits
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/hash_fn/
ranged_probe_fn.hpp 81 typedef typename key_allocator::const_reference key_const_reference;
187 typedef typename key_allocator::const_reference key_const_reference;
304 typedef typename key_allocator::const_reference key_const_reference;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
alloc_traits.h 134 // C++0x allocators do not define reference or const_reference
136 typedef const value_type& const_reference; typedef in struct:__alloc_traits
203 typedef typename _Alloc::const_reference const_reference; typedef in struct:__alloc_traits
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/hash_fn/
ranged_probe_fn.hpp 81 typedef typename key_allocator::const_reference key_const_reference;
187 typedef typename key_allocator::const_reference key_const_reference;
304 typedef typename key_allocator::const_reference key_const_reference;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
alloc_traits.h 134 // C++0x allocators do not define reference or const_reference
136 typedef const value_type& const_reference; typedef in struct:__alloc_traits
203 typedef typename _Alloc::const_reference const_reference; typedef in struct:__alloc_traits

Completed in 1393 milliseconds

<<11121314151617181920>>