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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
vstring_util.h 61 typedef typename _CharT_alloc_type::const_pointer const_pointer; typedef in struct:__vstring_utility
70 __normal_iterator<const_pointer, __gnu_cxx::
82 __normal_iterator<const_pointer, __gnu_cxx::
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
entry_cmp.hpp 68 typedef typename __rebind_v::other::const_pointer entry;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/unordered_iterator/
point_iterator.hpp 59 typedef const_pointer_ const_pointer; typedef in class:point_iterator_
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
vstring_util.h 61 typedef typename _CharT_alloc_type::const_pointer const_pointer; typedef in struct:__vstring_utility
70 __normal_iterator<const_pointer, __gnu_cxx::
82 __normal_iterator<const_pointer, __gnu_cxx::
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binary_heap_/
entry_cmp.hpp 68 typedef typename __rebind_v::other::const_pointer entry;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/unordered_iterator/
point_iterator.hpp 59 typedef const_pointer_ const_pointer; typedef in class:point_iterator_
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
vstring_util.h 60 typedef typename _CharT_alloc_type::const_pointer const_pointer; typedef in struct:__vstring_utility
69 __normal_iterator<const_pointer, __gnu_cxx::
81 __normal_iterator<const_pointer, __gnu_cxx::
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/
entry_cmp.hpp 68 typedef typename __rebind_v::other::const_pointer entry;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/unordered_iterator/
point_iterator.hpp 59 typedef const_pointer_ const_pointer; typedef in class:point_iterator_
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
vstring_util.h 60 typedef typename _CharT_alloc_type::const_pointer const_pointer; typedef in struct:__vstring_utility
69 __normal_iterator<const_pointer, __gnu_cxx::
81 __normal_iterator<const_pointer, __gnu_cxx::
  /external/libcxx/test/containers/sequences/forwardlist/
types.pass.cpp 22 // typedef typename allocator_traits<allocator_type>::const_pointer const_pointer;
40 static_assert((std::is_same<std::forward_list<char>::const_pointer, const char*>::value), "");
49 static_assert((std::is_same<std::forward_list<char, min_allocator<char>>::const_pointer, min_pointer<const char>>::value), "");
  /external/libcxx/test/utilities/allocator.adaptor/
types.pass.cpp 21 // typedef typename OuterTraits::const_pointer const_pointer;
57 std::scoped_allocator_adaptor<A1<int>>::const_pointer,
90 std::scoped_allocator_adaptor<A2<int>, A1<int>>::const_pointer,
  /external/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());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/
types.pass.cpp 22 // typedef typename allocator_traits<allocator_type>::const_pointer const_pointer;
40 static_assert((std::is_same<std::forward_list<char>::const_pointer, const char*>::value), "");
49 static_assert((std::is_same<std::forward_list<char, min_allocator<char>>::const_pointer, min_pointer<const char>>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/
types.pass.cpp 21 // typedef typename OuterTraits::const_pointer const_pointer;
57 std::scoped_allocator_adaptor<A1<int>>::const_pointer,
90 std::scoped_allocator_adaptor<A2<int>, A1<int>>::const_pointer,
  /ndk/sources/cxx-stl/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/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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

Completed in 732 milliseconds

1 2 3 4 5 6 7 8 91011>>