HomeSort by relevance Sort by last modified time
    Searched refs:const_pointer (Results 1 - 25 of 462) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/
const_pointer.pass.cpp 15 // typedef Alloc::const_pointer
47 typedef CPtr<const T> const_pointer; typedef in struct:C
52 static_assert((std::is_same<std::allocator_traits<A<char> >::const_pointer, Ptr<const char> >::value), "");
53 static_assert((std::is_same<std::allocator_traits<B<char> >::const_pointer, const char*>::value), "");
54 static_assert((std::is_same<std::allocator_traits<C<char> >::const_pointer, CPtr<const char> >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/
const_pointer.pass.cpp 15 // typedef Alloc::const_pointer
47 typedef CPtr<const T> const_pointer; typedef in struct:C
52 static_assert((std::is_same<std::allocator_traits<A<char> >::const_pointer, Ptr<const char> >::value), "");
53 static_assert((std::is_same<std::allocator_traits<B<char> >::const_pointer, const char*>::value), "");
54 static_assert((std::is_same<std::allocator_traits<C<char> >::const_pointer, CPtr<const char> >::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/unordered_iterator/
point_const_iterator.hpp 61 typedef const_pointer_ const_pointer; typedef in class:point_const_iterator_
70 point_const_iterator_(const_pointer p_value) : m_p_value(p_value)
91 const_pointer
127 const_pointer m_p_value;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/unordered_iterator/
point_const_iterator.hpp 61 typedef const_pointer_ const_pointer; typedef in class:point_const_iterator_
70 point_const_iterator_(const_pointer p_value) : m_p_value(p_value)
91 const_pointer
127 const_pointer m_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/unordered_iterator/
point_const_iterator.hpp 61 typedef const_pointer_ const_pointer; typedef in class:point_const_iterator_
70 point_const_iterator_(const_pointer p_value) : m_p_value(p_value)
91 const_pointer
127 const_pointer m_p_value;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/unordered_iterator/
point_const_iterator.hpp 61 typedef const_pointer_ const_pointer; typedef in class:point_const_iterator_
70 point_const_iterator_(const_pointer p_value) : m_p_value(p_value)
91 const_pointer
127 const_pointer m_p_value;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
point_const_iterator.hpp 76 typename _Alloc::template rebind<value_type>::other::const_pointer
77 const_pointer; typedef in class:__gnu_pbds::detail::binary_heap_point_const_iterator_
104 inline const_pointer
130 inline const_pointer
134 inline const_pointer
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
point_const_iterator.hpp 76 typename _Alloc::template rebind<value_type>::other::const_pointer
77 const_pointer; typedef in class:__gnu_pbds::detail::binary_heap_point_const_iterator_
104 inline const_pointer
130 inline const_pointer
134 inline const_pointer
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binary_heap_/
point_const_iterator.hpp 76 typename _Alloc::template rebind<value_type>::other::const_pointer
77 const_pointer; typedef in class:__gnu_pbds::detail::binary_heap_point_const_iterator_
104 inline const_pointer
130 inline const_pointer
134 inline const_pointer
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/
point_const_iterator.hpp 76 typename _Alloc::template rebind<value_type>::other::const_pointer
77 const_pointer; typedef in class:__gnu_pbds::detail::binary_heap_point_const_iterator_
104 inline const_pointer
130 inline const_pointer
134 inline const_pointer
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_alloc.i 24 typedef const _Tp* const_pointer;
44 const_pointer
71 typedef const void* 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/ov_tree_map_/
node_iterators.hpp 68 Value_Type>::other::const_pointer
69 const_pointer; typedef in class:__gnu_pbds::detail::ov_tree_node_const_it_
73 Metadata_Type>::other::const_pointer
96 Value_Type>::other::const_pointer
102 Value_Type>::type>::other::const_pointer
108 Value_Type>::type>::other::const_pointer
120 ov_tree_node_const_it_(const_pointer p_nd = 0, const_pointer p_begin_nd = 0, const_pointer p_end_nd = 0, const_metadata_pointer p_metadata = 0) : m_p_value(const_cast<pointer>(p_nd)), m_p_begin_value(const_cast<pointer>(p_begin_nd)), m_p_end_value(const_cast<pointer>(p_end_nd)), m_p_metadata(p_metadata)
213 typedef typename base_type::const_pointer const_pointer typedef in class:__gnu_pbds::detail::ov_tree_node_it_
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ov_tree_map_/
node_iterators.hpp 68 Value_Type>::other::const_pointer
69 const_pointer; typedef in class:__gnu_pbds::detail::ov_tree_node_const_it_
73 Metadata_Type>::other::const_pointer
96 Value_Type>::other::const_pointer
102 Value_Type>::type>::other::const_pointer
108 Value_Type>::type>::other::const_pointer
120 ov_tree_node_const_it_(const_pointer p_nd = 0, const_pointer p_begin_nd = 0, const_pointer p_end_nd = 0, const_metadata_pointer p_metadata = 0) : m_p_value(const_cast<pointer>(p_nd)), m_p_begin_value(const_cast<pointer>(p_begin_nd)), m_p_end_value(const_cast<pointer>(p_end_nd)), m_p_metadata(p_metadata)
213 typedef typename base_type::const_pointer const_pointer typedef in class:__gnu_pbds::detail::ov_tree_node_it_
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/ov_tree_map_/
node_iterators.hpp 68 Value_Type>::other::const_pointer
69 const_pointer; typedef in class:__gnu_pbds::detail::ov_tree_node_const_it_
73 Metadata_Type>::other::const_pointer
96 Value_Type>::other::const_pointer
102 Value_Type>::type>::other::const_pointer
108 Value_Type>::type>::other::const_pointer
120 ov_tree_node_const_it_(const_pointer p_nd = 0, const_pointer p_begin_nd = 0, const_pointer p_end_nd = 0, const_metadata_pointer p_metadata = 0) : m_p_value(const_cast<pointer>(p_nd)), m_p_begin_value(const_cast<pointer>(p_begin_nd)), m_p_end_value(const_cast<pointer>(p_end_nd)), m_p_metadata(p_metadata)
213 typedef typename base_type::const_pointer const_pointer typedef in class:__gnu_pbds::detail::ov_tree_node_it_
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/ov_tree_map_/
node_iterators.hpp 68 Value_Type>::other::const_pointer
69 const_pointer; typedef in class:__gnu_pbds::detail::ov_tree_node_const_it_
73 Metadata_Type>::other::const_pointer
96 Value_Type>::other::const_pointer
102 Value_Type>::type>::other::const_pointer
108 Value_Type>::type>::other::const_pointer
120 ov_tree_node_const_it_(const_pointer p_nd = 0, const_pointer p_begin_nd = 0, const_pointer p_end_nd = 0, const_metadata_pointer p_metadata = 0) : m_p_value(const_cast<pointer>(p_nd)), m_p_begin_value(const_cast<pointer>(p_begin_nd)), m_p_end_value(const_cast<pointer>(p_end_nd)), m_p_metadata(p_metadata)
213 typedef typename base_type::const_pointer const_pointer typedef in class:__gnu_pbds::detail::ov_tree_node_it_
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/
types_traits.hpp 129 typedef typename __rebind_ma::const_pointer mapped_const_pointer;
135 typedef typename __rebind_va::const_pointer const_pointer; typedef in struct:__gnu_pbds::detail::type_base
162 typedef typename __rebind_ma::const_pointer mapped_const_pointer;
168 typedef typename __rebind_va::const_pointer const_pointer; typedef in struct:__gnu_pbds::detail::type_base
196 typedef typename __rebind_ma::const_pointer mapped_const_pointer;
201 typedef typename __rebind_va::const_pointer const_pointer; typedef in struct:__gnu_pbds::detail::type_base
235 typedef typename __rebind_ma::const_pointer mapped_const_pointer
240 typedef typename __rebind_va::const_pointer const_pointer; typedef in struct:__gnu_pbds::detail::type_base
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/
types_traits.hpp 129 typedef typename __rebind_ma::const_pointer mapped_const_pointer;
135 typedef typename __rebind_va::const_pointer const_pointer; typedef in struct:__gnu_pbds::detail::type_base
162 typedef typename __rebind_ma::const_pointer mapped_const_pointer;
168 typedef typename __rebind_va::const_pointer const_pointer; typedef in struct:__gnu_pbds::detail::type_base
196 typedef typename __rebind_ma::const_pointer mapped_const_pointer;
201 typedef typename __rebind_va::const_pointer const_pointer; typedef in struct:__gnu_pbds::detail::type_base
235 typedef typename __rebind_ma::const_pointer mapped_const_pointer
240 typedef typename __rebind_va::const_pointer const_pointer; typedef in struct:__gnu_pbds::detail::type_base
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/
types_traits.hpp 129 typedef typename __rebind_ma::const_pointer mapped_const_pointer;
135 typedef typename __rebind_va::const_pointer const_pointer; typedef in struct:__gnu_pbds::detail::type_base
162 typedef typename __rebind_ma::const_pointer mapped_const_pointer;
168 typedef typename __rebind_va::const_pointer const_pointer; typedef in struct:__gnu_pbds::detail::type_base
196 typedef typename __rebind_ma::const_pointer mapped_const_pointer;
201 typedef typename __rebind_va::const_pointer const_pointer; typedef in struct:__gnu_pbds::detail::type_base
235 typedef typename __rebind_ma::const_pointer mapped_const_pointer
240 typedef typename __rebind_va::const_pointer const_pointer; typedef in struct:__gnu_pbds::detail::type_base
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/
types_traits.hpp 129 typedef typename __rebind_ma::const_pointer mapped_const_pointer;
135 typedef typename __rebind_va::const_pointer const_pointer; typedef in struct:__gnu_pbds::detail::type_base
162 typedef typename __rebind_ma::const_pointer mapped_const_pointer;
168 typedef typename __rebind_va::const_pointer const_pointer; typedef in struct:__gnu_pbds::detail::type_base
196 typedef typename __rebind_ma::const_pointer mapped_const_pointer;
201 typedef typename __rebind_va::const_pointer const_pointer; typedef in struct:__gnu_pbds::detail::type_base
235 typedef typename __rebind_ma::const_pointer mapped_const_pointer
240 typedef typename __rebind_va::const_pointer const_pointer; typedef in struct:__gnu_pbds::detail::type_base
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/branch_policy/
branch_policy.hpp 67 typedef typename rebind_v::const_pointer const_pointer; typedef in struct:__gnu_pbds::detail::branch_policy
97 typedef typename rebind_v::const_pointer const_pointer; typedef in struct:__gnu_pbds::detail::branch_policy
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/branch_policy/
branch_policy.hpp 67 typedef typename rebind_v::const_pointer const_pointer; typedef in struct:__gnu_pbds::detail::branch_policy
97 typedef typename rebind_v::const_pointer const_pointer; typedef in struct:__gnu_pbds::detail::branch_policy
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/branch_policy/
branch_policy.hpp 67 typedef typename rebind_v::const_pointer const_pointer; typedef in struct:__gnu_pbds::detail::branch_policy
97 typedef typename rebind_v::const_pointer const_pointer; typedef in struct:__gnu_pbds::detail::branch_policy
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/branch_policy/
branch_policy.hpp 67 typedef typename rebind_v::const_pointer const_pointer; typedef in struct:__gnu_pbds::detail::branch_policy
97 typedef typename rebind_v::const_pointer const_pointer; typedef in struct:__gnu_pbds::detail::branch_policy
  /external/libcxx/test/std/containers/sequences/list/
types.pass.cpp 23 // typedef typename allocator_type::const_pointer const_pointer;
39 static_assert((std::is_same<std::list<int>::const_pointer, std::allocator<int>::const_pointer>::value), "");
46 static_assert((std::is_same<std::list<int, min_allocator<int>>::const_pointer, min_pointer<const int>>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/
types.pass.cpp 23 // typedef typename allocator_type::const_pointer const_pointer;
37 static_assert((std::is_same<std::list<int>::const_pointer, std::allocator<int>::const_pointer>::value), "");
44 static_assert((std::is_same<std::list<int, min_allocator<int>>::const_pointer, min_pointer<const int>>::value), "");

Completed in 1115 milliseconds

1 2 3 4 5 6 7 8 91011>>