HomeSort by relevance Sort by last modified time
    Searched full:const_pointer (Results 201 - 225 of 1339) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 103 typedef const _Tp* const_pointer; typedef in class:pthread_allocator
125 const_pointer address(const_reference __x) const { return &__x; }
195 typedef const void* const_pointer; typedef in class:pthread_allocator
284 typedef const _Tp* const_pointer; typedef in class:per_thread_allocator
308 const_pointer address(const_reference __x) const { return &__x; }
378 typedef const void* const_pointer; typedef in class:per_thread_allocator
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
pat_trie_.hpp 127 typedef typename Allocator::template rebind<synth_e_access_traits>::other::const_pointer const_e_access_traits_pointer;
131 typedef typename Allocator::template rebind<node>::other::const_pointer const_node_pointer;
141 typedef typename leaf_allocator::const_pointer const_leaf_pointer;
146 typedef typename internal_node_allocator::const_pointer const_internal_node_pointer;
177 typedef typename traits_base::const_pointer const_pointer; typedef in class:__gnu_pbds::detail::PB_DS_CLASS_NAME
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 103 typedef const _Tp* const_pointer; typedef in class:pthread_allocator
125 const_pointer address(const_reference __x) const { return &__x; }
195 typedef const void* const_pointer; typedef in class:pthread_allocator
284 typedef const _Tp* const_pointer; typedef in class:per_thread_allocator
308 const_pointer address(const_reference __x) const { return &__x; }
378 typedef const void* const_pointer; typedef in class:per_thread_allocator
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
pat_trie_.hpp 127 typedef typename Allocator::template rebind<synth_e_access_traits>::other::const_pointer const_e_access_traits_pointer;
131 typedef typename Allocator::template rebind<node>::other::const_pointer const_node_pointer;
141 typedef typename leaf_allocator::const_pointer const_leaf_pointer;
146 typedef typename internal_node_allocator::const_pointer const_internal_node_pointer;
177 typedef typename traits_base::const_pointer const_pointer; typedef in class:__gnu_pbds::detail::PB_DS_CLASS_NAME
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 103 typedef const _Tp* const_pointer; typedef in class:pthread_allocator
125 const_pointer address(const_reference __x) const { return &__x; }
195 typedef const void* const_pointer; typedef in class:pthread_allocator
284 typedef const _Tp* const_pointer; typedef in class:per_thread_allocator
308 const_pointer address(const_reference __x) const { return &__x; }
378 typedef const void* const_pointer; typedef in class:per_thread_allocator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/pat_trie_/
pat_trie_.hpp 127 typedef typename Allocator::template rebind<synth_e_access_traits>::other::const_pointer const_e_access_traits_pointer;
131 typedef typename Allocator::template rebind<node>::other::const_pointer const_node_pointer;
141 typedef typename leaf_allocator::const_pointer const_leaf_pointer;
146 typedef typename internal_node_allocator::const_pointer const_internal_node_pointer;
177 typedef typename traits_base::const_pointer const_pointer; typedef in class:__gnu_pbds::detail::PB_DS_CLASS_NAME
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
pat_trie_.hpp 127 typedef typename Allocator::template rebind<synth_e_access_traits>::other::const_pointer const_e_access_traits_pointer;
131 typedef typename Allocator::template rebind<node>::other::const_pointer const_node_pointer;
141 typedef typename leaf_allocator::const_pointer const_leaf_pointer;
146 typedef typename internal_node_allocator::const_pointer const_internal_node_pointer;
177 typedef typename traits_base::const_pointer const_pointer; typedef in class:__gnu_pbds::detail::PB_DS_CLASS_NAME
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 103 typedef const _Tp* const_pointer; typedef in class:pthread_allocator
125 const_pointer address(const_reference __x) const { return &__x; }
195 typedef const void* const_pointer; typedef in class:pthread_allocator
284 typedef const _Tp* const_pointer; typedef in class:per_thread_allocator
308 const_pointer address(const_reference __x) const { return &__x; }
378 typedef const void* const_pointer; typedef in class:per_thread_allocator
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_pthread_alloc.h 103 typedef const _Tp* const_pointer; typedef in class:pthread_allocator
125 const_pointer address(const_reference __x) const { return &__x; }
195 typedef const void* const_pointer; typedef in class:pthread_allocator
284 typedef const _Tp* const_pointer; typedef in class:per_thread_allocator
308 const_pointer address(const_reference __x) const { return &__x; }
378 typedef const void* const_pointer; typedef in class:per_thread_allocator
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
pat_trie_.hpp 127 typedef typename Allocator::template rebind<synth_e_access_traits>::other::const_pointer const_e_access_traits_pointer;
131 typedef typename Allocator::template rebind<node>::other::const_pointer const_node_pointer;
141 typedef typename leaf_allocator::const_pointer const_leaf_pointer;
146 typedef typename internal_node_allocator::const_pointer const_internal_node_pointer;
177 typedef typename traits_base::const_pointer const_pointer; typedef in class:__gnu_pbds::detail::PB_DS_CLASS_NAME
  /external/chromium_org/base/memory/
scoped_vector.h 26 typedef typename std::vector<T*>::const_pointer const_pointer; typedef in class:ScopedVector
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
stl_allocator.h 64 typedef const T* const_pointer; typedef in class:STL_Allocator
79 const_pointer address(const_reference x) const { return &x; }
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
stl_allocator.h 64 typedef const T* const_pointer; typedef in class:STL_Allocator
79 const_pointer address(const_reference x) const { return &x; }
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/array/
types.pass.cpp 42 static_assert((std::is_same<C::const_pointer, const T*>::value), "");
56 static_assert((std::is_same<C::const_pointer, const T*>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/
types.pass.cpp 25 // typedef typename allocator_type::const_pointer const_pointer;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/
test_allocator.h 34 typedef const value_type* const_pointer; typedef in class:test_allocator
48 const_pointer address(const_reference x) const {return &x;}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/
test_allocator.h 34 typedef const value_type* const_pointer; typedef in class:test_allocator
48 const_pointer address(const_reference x) const {return &x;}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/
test_allocator.h 34 typedef const value_type* const_pointer; typedef in class:test_allocator
48 const_pointer address(const_reference x) const {return &x;}
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
debug_allocator.h 67 typedef typename _Alloc::const_pointer const_pointer; typedef in class:debug_allocator
malloc_allocator.h 58 typedef const _Tp* const_pointer; typedef in class:malloc_allocator
79 const_pointer
new_allocator.h 57 typedef const _Tp* const_pointer; typedef in class:new_allocator
78 const_pointer
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 87 typedef typename base_type::const_pointer const_pointer; typedef in class:__gnu_pbds::detail::binary_heap_const_iterator_
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binomial_heap_/
binomial_heap_.hpp 82 typedef typename base_type::const_pointer const_pointer; typedef in class:__gnu_pbds::detail::binomial_heap_
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/left_child_next_sibling_heap_/
const_iterator.hpp 84 typedef typename base_type::const_pointer const_pointer; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/rc_binomial_heap_/
rc_binomial_heap_.hpp 93 typedef typename base_type::const_pointer const_pointer; typedef in class:__gnu_pbds::detail::rc_binomial_heap_

Completed in 1143 milliseconds

1 2 3 4 5 6 7 891011>>