HomeSort by relevance Sort by last modified time
    Searched defs:const_pointer (Results 1 - 25 of 653) 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
49 typedef CPtr<const T> const_pointer; typedef in struct:C
56 typedef void const_pointer; typedef in struct:D
61 static_assert((std::is_same<std::allocator_traits<A<char> >::const_pointer, Ptr<const char> >::value), "");
62 static_assert((std::is_same<std::allocator_traits<B<char> >::const_pointer, const char*>::value), "");
63 static_assert((std::is_same<std::allocator_traits<C<char> >::const_pointer, CPtr<const char> >::value), "");
65 static_assert((std::is_same<std::allocator_traits<D<char> >::const_pointer, const char*>::value), "");
difference_type.pass.cpp 43 struct const_pointer {}; struct in struct:C
size_type.pass.cpp 42 struct const_pointer {}; struct in struct:C
  /prebuilts/ndk/r11/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/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/allocator.traits/allocator.traits.types/
const_pointer.pass.cpp 15 // typedef Alloc::const_pointer
49 typedef CPtr<const T> const_pointer; typedef in struct:C
56 typedef void const_pointer; typedef in struct:D
61 static_assert((std::is_same<std::allocator_traits<A<char> >::const_pointer, Ptr<const char> >::value), "");
62 static_assert((std::is_same<std::allocator_traits<B<char> >::const_pointer, const char*>::value), "");
63 static_assert((std::is_same<std::allocator_traits<C<char> >::const_pointer, CPtr<const char> >::value), "");
65 static_assert((std::is_same<std::allocator_traits<D<char> >::const_pointer, const char*>::value), "");
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
InMemoryStruct.h 30 typedef const value_type *const_pointer; typedef in class:llvm::InMemoryStruct
65 const_pointer operator->() const {
  /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/r10/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_
  /prebuilts/ndk/r11/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_
  /prebuilts/ndk/r13/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;

Completed in 250 milliseconds

1 2 3 4 5 6 7 8 91011>>