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

<<11121314151617181920>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
extptr_allocator.h 65 const_pointer; typedef in class:_ExtPtr_allocator
92 const_pointer address(const_reference __x) const _GLIBCXX_NOEXCEPT
175 const_pointer; typedef in class:_ExtPtr_allocator
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
extptr_allocator.h 65 const_pointer; typedef in class:_ExtPtr_allocator
92 const_pointer address(const_reference __x) const _GLIBCXX_NOEXCEPT
175 const_pointer; typedef in class:_ExtPtr_allocator
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
extptr_allocator.h 65 const_pointer; typedef in class:_ExtPtr_allocator
92 const_pointer address(const_reference __x) const _GLIBCXX_NOEXCEPT
175 const_pointer; typedef in class:_ExtPtr_allocator
  /external/stlport/stlport/stl/
_pthread_alloc.h 103 typedef const _Tp* const_pointer; typedef in class:pthread_allocator
125 const_pointer address(const_reference __x) const { return &__x; }
195 typedef const void* const_pointer; typedef in class:pthread_allocator
284 typedef const _Tp* const_pointer; typedef in class:per_thread_allocator
308 const_pointer address(const_reference __x) const { return &__x; }
378 typedef const void* const_pointer; typedef in class:per_thread_allocator
  /frameworks/compile/mclinker/include/mcld/Support/
Allocators.h 102 typedef const typename ChunkType::value_type* const_pointer; typedef in class:mcld::LinearAllocatorBase
125 const_pointer address(const_reference X) const
332 typedef const DataType* const_pointer; typedef in class:mcld::MallocAllocator
356 const_pointer address(const_reference X) const
386 typedef const void* const_pointer; typedef in class:mcld::MallocAllocator
413 const_pointer address(const_reference X) const
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 103 typedef const _Tp* const_pointer; typedef in class:pthread_allocator
125 const_pointer address(const_reference __x) const { return &__x; }
195 typedef const void* const_pointer; typedef in class:pthread_allocator
284 typedef const _Tp* const_pointer; typedef in class:per_thread_allocator
308 const_pointer address(const_reference __x) const { return &__x; }
378 typedef const void* const_pointer; typedef in class:per_thread_allocator
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 103 typedef const _Tp* const_pointer; typedef in class:pthread_allocator
125 const_pointer address(const_reference __x) const { return &__x; }
195 typedef const void* const_pointer; typedef in class:pthread_allocator
284 typedef const _Tp* const_pointer; typedef in class:per_thread_allocator
308 const_pointer address(const_reference __x) const { return &__x; }
378 typedef const void* const_pointer; typedef in class:per_thread_allocator
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 103 typedef const _Tp* const_pointer; typedef in class:pthread_allocator
125 const_pointer address(const_reference __x) const { return &__x; }
195 typedef const void* const_pointer; typedef in class:pthread_allocator
284 typedef const _Tp* const_pointer; typedef in class:per_thread_allocator
308 const_pointer address(const_reference __x) const { return &__x; }
378 typedef const void* const_pointer; typedef in class:per_thread_allocator
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 103 typedef const _Tp* const_pointer; typedef in class:pthread_allocator
125 const_pointer address(const_reference __x) const { return &__x; }
195 typedef const void* const_pointer; typedef in class:pthread_allocator
284 typedef const _Tp* const_pointer; typedef in class:per_thread_allocator
308 const_pointer address(const_reference __x) const { return &__x; }
378 typedef const void* const_pointer; typedef in class:per_thread_allocator
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 103 typedef const _Tp* const_pointer; typedef in class:pthread_allocator
125 const_pointer address(const_reference __x) const { return &__x; }
195 typedef const void* const_pointer; typedef in class:pthread_allocator
284 typedef const _Tp* const_pointer; typedef in class:per_thread_allocator
308 const_pointer address(const_reference __x) const { return &__x; }
378 typedef const void* const_pointer; typedef in class:per_thread_allocator
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_pthread_alloc.h 103 typedef const _Tp* const_pointer; typedef in class:pthread_allocator
125 const_pointer address(const_reference __x) const { return &__x; }
195 typedef const void* const_pointer; typedef in class:pthread_allocator
284 typedef const _Tp* const_pointer; typedef in class:per_thread_allocator
308 const_pointer address(const_reference __x) const { return &__x; }
378 typedef const void* const_pointer; typedef in class:per_thread_allocator
  /external/libcxx/test/containers/associative/multiset/
types.pass.cpp 26 // typedef typename allocator_type::const_pointer const_pointer;
48 static_assert((std::is_same<std::multiset<int>::const_pointer, const int*>::value), "");
62 static_assert((std::is_same<std::multiset<int, std::less<int>, min_allocator<int>>::const_pointer, min_pointer<const int>>::value), "");
  /external/libcxx/test/containers/associative/set/
types.pass.cpp 26 // typedef typename allocator_type::const_pointer const_pointer;
48 static_assert((std::is_same<std::set<int>::const_pointer, const int*>::value), "");
62 static_assert((std::is_same<std::set<int, std::less<int>, min_allocator<int>>::const_pointer, min_pointer<const int>>::value), "");
  /external/libcxx/test/containers/sequences/array/
types.pass.cpp 42 static_assert((std::is_same<C::const_pointer, const T*>::value), "");
56 static_assert((std::is_same<C::const_pointer, const T*>::value), "");
  /external/libcxx/test/containers/unord/unord.map/
types.pass.cpp 27 // typedef typename allocator_traits<allocator_type>::const_pointer const_pointer;
49 static_assert((std::is_same<C::const_pointer, const C::value_type*>::value), "");
66 static_assert((std::is_same<C::const_pointer, min_pointer<const C::value_type>>::value), "");
  /external/libcxx/test/containers/unord/unord.multimap/
types.pass.cpp 27 // typedef typename allocator_traits<allocator_type>::const_pointer const_pointer;
49 static_assert((std::is_same<C::const_pointer, const C::value_type*>::value), "");
66 static_assert((std::is_same<C::const_pointer, min_pointer<const C::value_type>>::value), "");
  /external/libcxx/test/containers/unord/unord.multiset/
types.pass.cpp 26 // typedef typename allocator_traits<allocator_type>::const_pointer const_pointer;
47 static_assert((std::is_same<C::const_pointer, const C::value_type*>::value), "");
63 static_assert((std::is_same<C::const_pointer, min_pointer<const C::value_type>>::value), "");
  /external/libcxx/test/containers/unord/unord.set/
types.pass.cpp 26 // typedef typename allocator_traits<allocator_type>::const_pointer const_pointer;
47 static_assert((std::is_same<C::const_pointer, const C::value_type*>::value), "");
63 static_assert((std::is_same<C::const_pointer, min_pointer<const C::value_type>>::value), "");
  /external/libcxx/test/strings/basic.string/
types.pass.cpp 27 // typedef typename Allocator::const_pointer const_pointer;
58 static_assert((std::is_same<typename S::const_pointer, typename std::allocator_traits<Allocator>::const_pointer>::value), "");
  /external/libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/
Android.mk 27 test_name := utilities/memory/allocator.traits/allocator.traits.types/const_pointer
28 test_src := const_pointer.pass.cpp
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/
types.pass.cpp 26 // typedef typename allocator_type::const_pointer const_pointer;
48 static_assert((std::is_same<std::multiset<int>::const_pointer, const int*>::value), "");
62 static_assert((std::is_same<std::multiset<int, std::less<int>, min_allocator<int>>::const_pointer, min_pointer<const int>>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/
types.pass.cpp 26 // typedef typename allocator_type::const_pointer const_pointer;
48 static_assert((std::is_same<std::set<int>::const_pointer, const int*>::value), "");
62 static_assert((std::is_same<std::set<int, std::less<int>, min_allocator<int>>::const_pointer, min_pointer<const int>>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/array/
types.pass.cpp 42 static_assert((std::is_same<C::const_pointer, const T*>::value), "");
56 static_assert((std::is_same<C::const_pointer, const T*>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/
types.pass.cpp 27 // typedef typename allocator_traits<allocator_type>::const_pointer const_pointer;
49 static_assert((std::is_same<C::const_pointer, const C::value_type*>::value), "");
66 static_assert((std::is_same<C::const_pointer, min_pointer<const C::value_type>>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/
types.pass.cpp 27 // typedef typename allocator_traits<allocator_type>::const_pointer const_pointer;
49 static_assert((std::is_same<C::const_pointer, const C::value_type*>::value), "");
66 static_assert((std::is_same<C::const_pointer, min_pointer<const C::value_type>>::value), "");

Completed in 2037 milliseconds

<<11121314151617181920>>