HomeSort by relevance Sort by last modified time
    Searched refs:const_pointer (Results 301 - 325 of 1254) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_vector.c 189 pointer __tmp = _M_allocate_and_copy(__len, __CONST_CAST(const_pointer, __x._M_start) + 0,
190 __CONST_CAST(const_pointer, __x._M_finish) + 0);
195 pointer __i = _STLP_PRIV __copy_ptrs(__CONST_CAST(const_pointer, __x._M_start) + 0,
196 __CONST_CAST(const_pointer, __x._M_finish) + 0, this->_M_start, _TrivialCopy());
199 _STLP_PRIV __copy_ptrs(__CONST_CAST(const_pointer, __x._M_start),
200 __CONST_CAST(const_pointer, __x._M_start) + size(), this->_M_start, _TrivialCopy());
201 _STLP_PRIV __ucopy_ptrs(__CONST_CAST(const_pointer, __x._M_start) + size(),
202 __CONST_CAST(const_pointer, __x._M_finish) + 0, this->_M_finish, _TrivialUCopy());
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
malloc_allocator.h 60 typedef const _Tp* const_pointer; typedef in class:malloc_allocator
81 const_pointer
new_allocator.h 60 typedef const _Tp* const_pointer; typedef in class:new_allocator
81 const_pointer
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/
priority_queue.hpp 77 typedef typename value_rebind::const_pointer const_pointer; typedef in class:__gnu_pbds::priority_queue
tree_policy.hpp 116 typedef typename base_type::const_pointer const_pointer; typedef in class:__gnu_pbds::tree_order_statistics_node_update
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
malloc_allocator.h 61 typedef const _Tp* const_pointer; typedef in class:malloc_allocator
84 const_pointer
new_allocator.h 60 typedef const _Tp* const_pointer; typedef in class:new_allocator
82 const_pointer
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binomial_heap_/
binomial_heap_.hpp 81 typedef typename base_type::const_pointer const_pointer; typedef in class:__gnu_pbds::detail::binomial_heap
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
const_iterator.hpp 81 typedef typename base_type::const_pointer const_pointer; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/
priority_queue.hpp 105 typedef typename __rebind_va::const_pointer const_pointer; typedef in class:__gnu_pbds::priority_queue
tree_policy.hpp 109 typedef typename base_type::const_pointer const_pointer; typedef in class:__gnu_pbds::tree_order_statistics_node_update
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
malloc_allocator.h 62 typedef const _Tp* const_pointer; typedef in class:malloc_allocator
91 const_pointer
new_allocator.h 64 typedef const _Tp* const_pointer; typedef in class:new_allocator
92 const_pointer
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binomial_heap_/
binomial_heap_.hpp 81 typedef typename base_type::const_pointer const_pointer; typedef in class:__gnu_pbds::detail::binomial_heap
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
const_iterator.hpp 81 typedef typename base_type::const_pointer const_pointer; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/
priority_queue.hpp 105 typedef typename __rebind_va::const_pointer const_pointer; typedef in class:__gnu_pbds::priority_queue
tree_policy.hpp 109 typedef typename base_type::const_pointer const_pointer; typedef in class:__gnu_pbds::tree_order_statistics_node_update
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
malloc_allocator.h 62 typedef const _Tp* const_pointer; typedef in class:malloc_allocator
91 const_pointer
new_allocator.h 64 typedef const _Tp* const_pointer; typedef in class:new_allocator
92 const_pointer
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binomial_heap_/
binomial_heap_.hpp 81 typedef typename base_type::const_pointer const_pointer; typedef in class:__gnu_pbds::detail::binomial_heap
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
const_iterator.hpp 81 typedef typename base_type::const_pointer const_pointer; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/
priority_queue.hpp 105 typedef typename __rebind_va::const_pointer const_pointer; typedef in class:__gnu_pbds::priority_queue
tree_policy.hpp 109 typedef typename base_type::const_pointer const_pointer; typedef in class:__gnu_pbds::tree_order_statistics_node_update

Completed in 608 milliseconds

<<11121314151617181920>>