HomeSort by relevance Sort by last modified time
    Searched full:const_pointer (Results 151 - 175 of 1339) sorted by null

1 2 3 4 5 67 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/
types.pass.cpp 26 // typedef typename allocator_type::const_pointer const_pointer;
48 static_assert((std::is_same<std::multimap<int, double>::const_pointer, const std::pair<const int, double>*>::value), "");
62 static_assert((std::is_same<std::multimap<int, double, std::less<int>, min_allocator<std::pair<const int, double>>>::const_pointer, min_pointer<const std::pair<const int, double>>>::value), "");
  /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/
stack_allocator.h 15 typedef const value_type* const_pointer; typedef in class:stack_allocator
  /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), "");
  /ndk/sources/cxx-stl/llvm-libc++/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), "");
  /ndk/sources/cxx-stl/llvm-libc++/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), "");
  /ndk/sources/cxx-stl/llvm-libc++/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), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/default.allocator/allocator.members/
address.pass.cpp 14 // const_pointer address(const_reference x) const;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
vstring_util.h 58 typedef typename _CharT_alloc_type::const_pointer const_pointer; typedef in struct:__vstring_utility
67 __normal_iterator<const_pointer, __gnu_cxx::
79 __normal_iterator<const_pointer, __gnu_cxx::
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/5/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring_util.h 58 typedef typename _CharT_alloc_type::const_pointer const_pointer; typedef in struct:__vstring_utility
67 __normal_iterator<const_pointer, __gnu_cxx::
79 __normal_iterator<const_pointer, __gnu_cxx::
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring_util.h 58 typedef typename _CharT_alloc_type::const_pointer const_pointer; typedef in struct:__vstring_utility
67 __normal_iterator<const_pointer, __gnu_cxx::
79 __normal_iterator<const_pointer, __gnu_cxx::
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring_util.h 58 typedef typename _CharT_alloc_type::const_pointer const_pointer; typedef in struct:__vstring_utility
67 __normal_iterator<const_pointer, __gnu_cxx::
79 __normal_iterator<const_pointer, __gnu_cxx::
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
vstring_util.h 58 typedef typename _CharT_alloc_type::const_pointer const_pointer; typedef in struct:__vstring_utility
67 __normal_iterator<const_pointer, __gnu_cxx::
79 __normal_iterator<const_pointer, __gnu_cxx::
  /prebuilts/ndk/8/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/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
alloc_traits.h 119 typedef typename _Base_type::const_pointer const_pointer; typedef in struct:__alloc_traits
187 typedef typename _Alloc::const_pointer const_pointer; typedef in struct:__alloc_traits
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.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/
alloc_traits.h 119 typedef typename _Base_type::const_pointer const_pointer; typedef in struct:__alloc_traits
187 typedef typename _Alloc::const_pointer const_pointer; typedef in struct:__alloc_traits
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/
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/stlport/stlport/stl/pointers/
_deque.h 113 typedef const value_type* const_pointer; typedef in class:deque
202 deque(const_pointer __first, const_pointer __last,
258 void assign(const_pointer __first, const_pointer __last)
337 const_pointer __first, const_pointer __last) {

Completed in 488 milliseconds

1 2 3 4 5 67 8 91011>>