HomeSort by relevance Sort by last modified time
    Searched defs:const_pointer (Results 276 - 300 of 364) sorted by null

<<1112131415

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/cc_hash_table_map_/
cc_ht_map_.hpp 153 typedef typename traits_base::const_pointer const_pointer_;
166 typedef typename entry_allocator::const_pointer const_entry_pointer;
217 typedef typename traits_base::const_pointer const_pointer; typedef in class:__gnu_pbds::detail::PB_DS_CC_HASH_NAME
578 inc_it_state(const_pointer& r_p_value,
  /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_/
gp_ht_map_.hpp 155 typedef typename traits_base::const_pointer const_pointer_;
174 typedef typename entry_allocator::const_pointer const_entry_pointer;
225 typedef typename traits_base::const_pointer const_pointer; typedef in class:__gnu_pbds::detail::PB_DS_GP_HASH_NAME
622 inc_it_state(const_pointer& r_p_value, size_type& r_pos) const
638 get_start_it_state(const_pointer& r_p_value, size_type& r_pos) const
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
vstring.h 72 typedef typename _CharT_alloc_type::const_pointer const_pointer; typedef in class:__versa_string
74 typedef __gnu_cxx::__normal_iterator<const_pointer, __versa_string>
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_vector.h 247 typedef typename _Alloc_traits::const_pointer const_pointer; typedef in class:vector
251 typedef __gnu_cxx::__normal_iterator<const_pointer, vector>
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/cc_hash_table_map_/
cc_ht_map_.hpp 153 typedef typename traits_base::const_pointer const_pointer_;
166 typedef typename entry_allocator::const_pointer const_entry_pointer;
217 typedef typename traits_base::const_pointer const_pointer; typedef in class:__gnu_pbds::detail::PB_DS_CC_HASH_NAME
578 inc_it_state(const_pointer& r_p_value,
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/gp_hash_table_map_/
gp_ht_map_.hpp 155 typedef typename traits_base::const_pointer const_pointer_;
174 typedef typename entry_allocator::const_pointer const_entry_pointer;
225 typedef typename traits_base::const_pointer const_pointer; typedef in class:__gnu_pbds::detail::PB_DS_GP_HASH_NAME
622 inc_it_state(const_pointer& r_p_value, size_type& r_pos) const
638 get_start_it_state(const_pointer& r_p_value, size_type& r_pos) const
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
vstring.h 87 typedef typename _CharT_alloc_type::const_pointer const_pointer; typedef in class:__versa_string
89 typedef __gnu_cxx::__normal_iterator<const_pointer, __versa_string>
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 250 typedef const _Tp* const_pointer;
255 const_pointer address(const_reference __x) const { return &__x; }
261 typedef const _Tp* const_pointer;
265 const_pointer address(const_reference __x) const { return &__x; }
279 typedef const _Tp* const_pointer; typedef in class:allocator
299 const_pointer address(const_reference __x) const { return &__x; }
369 typedef const void* const_pointer; typedef in class:allocator
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 113 typedef const value_type* const_pointer; typedef in class:deque
202 deque(const_pointer __first, const_pointer __last,
258 void assign(const_pointer __first, const_pointer __last)
337 const_pointer __first, const_pointer __last) {
_set.h 101 typedef typename _Priv_Rep_type::const_pointer const_pointer; typedef in class:set
348 typedef typename _Priv_Rep_type::const_pointer const_pointer; typedef in class:multiset
  /external/eigen/Eigen/src/Core/util/
Memory.h 679 typedef const T* const_pointer; typedef in class:Eigen::aligned_allocator
695 const_pointer address( const_reference value ) const
    [all...]
  /external/llvm/include/llvm/ADT/
SmallVector.h 109 typedef const T *const_pointer; typedef in class:llvm::SmallVectorTemplateCommon
141 const_pointer data() const { return const_pointer(begin()); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_hashtable.h 241 typedef const value_type* const_pointer; typedef in class:hashtable
_list.h 265 typedef const value_type* const_pointer; typedef in class:list
_slist.h 232 typedef const value_type* const_pointer; typedef in class:slist
373 void assign(const_pointer __first, const_pointer __last) {
_string.h 135 typedef const value_type* const_pointer; typedef in class:basic_string
    [all...]
_tree.h 304 typedef const value_type* const_pointer; typedef in class:_Rb_tree
_vector.h 123 typedef const value_type* const_pointer; typedef in class:vector
489 const_pointer __mid = __first + __elems_after;
677 const_pointer __first, const_pointer __last)
concept_checks.h 778 _STLP_TYPEDEF_REQUIREMENT(const_pointer); variable
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/backward/
hashtable.h 278 typedef const value_type* const_pointer; typedef in class:hashtable
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
forward_list.h 423 typedef typename _Alloc_traits::const_pointer const_pointer; typedef in class:forward_list
    [all...]
hashtable.h 195 typedef typename _Alloc::const_pointer const_pointer; typedef in class:_Hashtable
    [all...]
stl_deque.h 743 typedef typename _Tp_alloc_type::const_pointer const_pointer; typedef in class:deque
    [all...]
stl_list.h 452 typedef typename _Tp_alloc_type::const_pointer const_pointer; typedef in class:list
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
mt_allocator.h 576 typedef const _Tp* const_pointer; typedef in class:__mt_alloc_base
591 const_pointer
645 typedef const _Tp* const_pointer; typedef in class:__mt_alloc

Completed in 1401 milliseconds

<<1112131415