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

1 2 3 4 5 6 7 891011>>

  /prebuilt/ndk/android-ndk-r5/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
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
throw_allocator.h 196 typedef const value_type* const_pointer; typedef in class:throw_allocator
221 allocate(size_type __n, std::allocator<void>::const_pointer hint = 0)
  /prebuilt/ndk/android-ndk-r5/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
  /prebuilt/ndk/android-ndk-r5/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
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h 183 typedef typename _Tp_alloc_type::const_pointer const_pointer; typedef in class:vector
187 typedef __gnu_cxx::__normal_iterator<const_pointer, vector>
733 const_pointer
735 { return const_pointer(this->_M_impl._M_start); }
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
assoc_container.hpp 78 typedef typename key_rebind::const_pointer const_key_pointer;
86 typedef typename mapped_rebind::const_pointer const_mapped_pointer;
94 typedef typename value_rebind::const_pointer const_pointer; typedef in class:__gnu_pbds::container_base
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
cc_ht_map_.hpp 126 typedef typename traits_base::const_pointer const_pointer_;
139 typedef typename entry_allocator::const_pointer const_entry_pointer;
189 typedef typename traits_base::const_pointer const_pointer; typedef in class:__gnu_pbds::detail::PB_DS_CLASS_NAME
534 inc_it_state(const_pointer& r_p_value,
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
gp_ht_map_.hpp 122 typedef typename traits_base::const_pointer const_pointer_;
141 typedef typename entry_allocator::const_pointer const_entry_pointer;
191 typedef typename traits_base::const_pointer const_pointer; typedef in class:__gnu_pbds::detail::PB_DS_CLASS_NAME
584 inc_it_state(const_pointer& r_p_value, size_type& r_pos) const
600 get_start_it_state(const_pointer& r_p_value, size_type& r_pos) const
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp 140 typedef typename traits_base::const_pointer const_mapped_pointer_;
175 typedef typename traits_base::const_pointer const_pointer; typedef in class:__gnu_pbds::detail::PB_DS_OV_TREE_CLASS_NAME
179 typedef const_pointer const_point_iterator;
  /prebuilt/ndk/android-ndk-r6/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
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
throw_allocator.h 196 typedef const value_type* const_pointer; typedef in class:throw_allocator
221 allocate(size_type __n, std::allocator<void>::const_pointer hint = 0)
  /prebuilt/ndk/android-ndk-r6/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
  /prebuilt/ndk/android-ndk-r6/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/llvm/include/llvm/ADT/
SmallVector.h 119 typedef const T *const_pointer; typedef in class:llvm::SmallVectorTemplateCommon
147 const_pointer data() const { return const_pointer(begin()); }
ilist.h 339 typedef const NodeTy *const_pointer; typedef in class:llvm::iplist
  /external/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
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_hashtable.h 241 typedef const value_type* const_pointer; typedef in class:hashtable

Completed in 1047 milliseconds

1 2 3 4 5 6 7 891011>>