| /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), "");
|
| difference_type.pass.cpp | 41 struct const_pointer {}; struct in struct:C
|
| size_type.pass.cpp | 40 struct const_pointer {}; struct in struct:C
|
| /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), "");
|
| difference_type.pass.cpp | 41 struct const_pointer {}; struct in struct:C
|
| size_type.pass.cpp | 40 struct const_pointer {}; struct in struct:C
|
| /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/ |
| const_iterator.hpp | 60 typedef const_pointer_ const_pointer; typedef in class:const_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;
|
| point_iterator.hpp | 59 typedef const_pointer_ const_pointer; typedef in class:point_iterator_
|
| /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/ |
| const_iterator.hpp | 60 typedef const_pointer_ const_pointer; typedef in class:const_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;
|
| point_iterator.hpp | 59 typedef const_pointer_ const_pointer; typedef in class:point_iterator_
|
| /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/ |
| const_iterator.hpp | 60 typedef const_pointer_ const_pointer; typedef in class:const_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;
|
| point_iterator.hpp | 59 typedef const_pointer_ const_pointer; typedef in class:point_iterator_
|
| /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/unordered_iterator/ |
| const_iterator.hpp | 60 typedef const_pointer_ const_pointer; typedef in class:const_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;
|
| point_iterator.hpp | 59 typedef const_pointer_ const_pointer; typedef in class:point_iterator_
|
| /external/libcxx/test/std/containers/ |
| stack_allocator.h | 24 typedef const value_type* const_pointer; typedef in class:stack_allocator
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/ |
| stack_allocator.h | 24 typedef const value_type* const_pointer; typedef in class:stack_allocator
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/ |
| debug_allocator.h | 68 typedef typename _Alloc::const_pointer const_pointer; typedef in class:debug_allocator
|
| 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/binary_heap_/ |
| const_iterator.hpp | 80 typedef typename base_type::const_pointer const_pointer; typedef in class:__gnu_pbds::detail::binary_heap_const_iterator_
|
| 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
|