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

1 2 3 4 5 6 78 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/
types.pass.cpp 27 // typedef typename allocator_type::const_pointer const_pointer;
54 static_assert((std::is_same<typename C::const_pointer, typename Allocator::const_pointer>::value), "");
82 static_assert((std::is_same<std::vector<int, min_allocator<int>>::const_pointer, min_pointer<const int>>::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
array_allocator.h 54 typedef const _Tp* const_pointer; typedef in class:array_allocator_base
62 const_pointer
104 typedef const _Tp* const_pointer; typedef in class:array_allocator
extptr_allocator.h 65 const_pointer; typedef in class:_ExtPtr_allocator
91 const_pointer address(const_reference __x) const
159 const_pointer; typedef in class:_ExtPtr_allocator
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.11-4.8/x86_64-linux/include/c++/4.8/ext/
array_allocator.h 56 typedef const _Tp* const_pointer; typedef in class:array_allocator_base
65 const_pointer
112 typedef const _Tp* const_pointer; typedef in class:array_allocator
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
array_allocator.h 56 typedef const _Tp* const_pointer; typedef in class:array_allocator_base
65 const_pointer
112 typedef const _Tp* const_pointer; typedef in class:array_allocator
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
array_allocator.h 52 typedef const _Tp* const_pointer; typedef in class:array_allocator_base
60 const_pointer
102 typedef const _Tp* const_pointer; typedef in class:array_allocator
extptr_allocator.h 61 const_pointer; typedef in class:_ExtPtr_allocator
87 const_pointer address(const_reference __x) const
155 const_pointer; typedef in class:_ExtPtr_allocator
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
array_allocator.h 52 typedef const _Tp* const_pointer; typedef in class:array_allocator_base
60 const_pointer
102 typedef const _Tp* const_pointer; typedef in class:array_allocator
extptr_allocator.h 61 const_pointer; typedef in class:_ExtPtr_allocator
87 const_pointer address(const_reference __x) const
155 const_pointer; typedef in class:_ExtPtr_allocator
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
array_allocator.h 52 typedef const _Tp* const_pointer; typedef in class:array_allocator_base
60 const_pointer
102 typedef const _Tp* const_pointer; typedef in class:array_allocator
extptr_allocator.h 61 const_pointer; typedef in class:_ExtPtr_allocator
87 const_pointer address(const_reference __x) const
155 const_pointer; typedef in class:_ExtPtr_allocator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
array_allocator.h 52 typedef const _Tp* const_pointer; typedef in class:array_allocator_base
60 const_pointer
102 typedef const _Tp* const_pointer; typedef in class:array_allocator
extptr_allocator.h 61 const_pointer; typedef in class:_ExtPtr_allocator
87 const_pointer address(const_reference __x) const
155 const_pointer; typedef in class:_ExtPtr_allocator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
array_allocator.h 54 typedef const _Tp* const_pointer; typedef in class:array_allocator_base
62 const_pointer
104 typedef const _Tp* const_pointer; typedef in class:array_allocator
extptr_allocator.h 65 const_pointer; typedef in class:_ExtPtr_allocator
91 const_pointer address(const_reference __x) const
159 const_pointer; typedef in class:_ExtPtr_allocator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
array_allocator.h 54 typedef const _Tp* const_pointer; typedef in class:array_allocator_base
63 const_pointer
110 typedef const _Tp* const_pointer; typedef in class:array_allocator
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
array_allocator.h 54 typedef const _Tp* const_pointer; typedef in class:array_allocator_base
62 const_pointer
104 typedef const _Tp* const_pointer; typedef in class:array_allocator
extptr_allocator.h 65 const_pointer; typedef in class:_ExtPtr_allocator
91 const_pointer address(const_reference __x) const
159 const_pointer; typedef in class:_ExtPtr_allocator
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
array_allocator.h 54 typedef const _Tp* const_pointer; typedef in class:array_allocator_base
63 const_pointer
110 typedef const _Tp* const_pointer; typedef in class:array_allocator
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
array_allocator.h 56 typedef const _Tp* const_pointer; typedef in class:array_allocator_base
65 const_pointer
112 typedef const _Tp* const_pointer; typedef in class:array_allocator
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
array_allocator.h 56 typedef const _Tp* const_pointer; typedef in class:array_allocator_base
65 const_pointer
112 typedef const _Tp* const_pointer; typedef in class:array_allocator
  /external/libcxx/test/utilities/memory/default.allocator/
allocator_types.pass.cpp 21 // typedef const T* const_pointer;
39 static_assert((std::is_same<std::allocator<char>::const_pointer, const char*>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/default.allocator/
allocator_types.pass.cpp 21 // typedef const T* const_pointer;
39 static_assert((std::is_same<std::allocator<char>::const_pointer, const char*>::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/unordered_iterator/
point_iterator.hpp 61 typedef const_pointer_ const_pointer; typedef in class:point_iterator_

Completed in 712 milliseconds

1 2 3 4 5 6 78 91011>>