HomeSort by relevance Sort by last modified time
    Searched refs:const_pointer (Results 101 - 125 of 463) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/left_child_next_sibling_heap_/
const_iterator.hpp 81 typedef typename base_type::const_pointer const_pointer; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/
priority_queue.hpp 105 typedef typename __rebind_va::const_pointer const_pointer; typedef in class:__gnu_pbds::priority_queue
tree_policy.hpp 109 typedef typename base_type::const_pointer const_pointer; typedef in class:__gnu_pbds::tree_order_statistics_node_update
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_multiset.i 52 typedef const value_type* const_pointer;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
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/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binomial_heap_/
binomial_heap_.hpp 81 typedef typename base_type::const_pointer const_pointer; typedef in class:__gnu_pbds::detail::binomial_heap
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
const_iterator.hpp 81 typedef typename base_type::const_pointer const_pointer; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/
priority_queue.hpp 105 typedef typename __rebind_va::const_pointer const_pointer; typedef in class:__gnu_pbds::priority_queue
tree_policy.hpp 109 typedef typename base_type::const_pointer const_pointer; typedef in class:__gnu_pbds::tree_order_statistics_node_update
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_vector.c 189 pointer __tmp = _M_allocate_and_copy(__len, __CONST_CAST(const_pointer, __x._M_start) + 0,
190 __CONST_CAST(const_pointer, __x._M_finish) + 0);
195 pointer __i = _STLP_PRIV __copy_ptrs(__CONST_CAST(const_pointer, __x._M_start) + 0,
196 __CONST_CAST(const_pointer, __x._M_finish) + 0, this->_M_start, _TrivialCopy());
199 _STLP_PRIV __copy_ptrs(__CONST_CAST(const_pointer, __x._M_start),
200 __CONST_CAST(const_pointer, __x._M_start) + size(), this->_M_start, _TrivialCopy());
201 _STLP_PRIV __ucopy_ptrs(__CONST_CAST(const_pointer, __x._M_start) + size(),
202 __CONST_CAST(const_pointer, __x._M_finish) + 0, this->_M_finish, _TrivialUCopy());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/bin_search_tree_/
debug_fn_imps.hpp 102 return (std::make_pair((const_pointer)0,(const_pointer)0));
107 const std::pair<const_pointer, const_pointer>
114 const std::pair<const_pointer, const_pointer>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/bin_search_tree_/
debug_fn_imps.hpp 102 return (std::make_pair((const_pointer)0,(const_pointer)0));
107 const std::pair<const_pointer, const_pointer>
114 const std::pair<const_pointer, const_pointer>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/bin_search_tree_/
debug_fn_imps.hpp 102 return (std::make_pair((const_pointer)0,(const_pointer)0));
107 const std::pair<const_pointer, const_pointer>
114 const std::pair<const_pointer, const_pointer>
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/bin_search_tree_/
debug_fn_imps.hpp 102 return (std::make_pair((const_pointer)0,(const_pointer)0));
107 const std::pair<const_pointer, const_pointer>
114 const std::pair<const_pointer, const_pointer>
  /external/libcxx/test/support/
test_allocator.h 50 typedef const value_type* const_pointer; typedef in class:test_allocator
64 const_pointer address(const_reference x) const {return &x;}
110 typedef const value_type* const_pointer; typedef in class:non_default_test_allocator
124 const_pointer address(const_reference x) const {return &x;}
170 typedef const value_type* const_pointer; typedef in class:test_allocator
  /external/llvm/include/llvm/Support/
ErrorOr.h 94 typedef const typename std::remove_reference<T>::type *const_pointer; typedef in class:llvm::ErrorOr
187 const_pointer operator->() const { return toPointer(getStorage()); }
254 const_pointer toPointer(const_pointer Val) const { return Val; }
260 const_pointer toPointer(const wrap *Val) const { return &Val->get(); }
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
test_allocator.h 48 typedef const value_type* const_pointer; typedef in class:test_allocator
62 const_pointer address(const_reference x) const {return &x;}
108 typedef const value_type* const_pointer; typedef in class:non_default_test_allocator
122 const_pointer address(const_reference x) const {return &x;}
168 typedef const value_type* const_pointer; typedef in class:test_allocator
  /art/runtime/base/
allocator.h 114 typedef typename std::allocator<T>::const_pointer const_pointer; typedef in class:art::TrackingAllocatorImpl
134 pointer allocate(size_type n, const_pointer hint ATTRIBUTE_UNUSED = 0) {
  /external/libcxx/test/std/containers/sequences/deque/
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), "");
84 static_assert((std::is_same<C::const_pointer, min_pointer<const C::value_type>>::value), "");
  /external/libcxx/test/std/thread/futures/
test_allocator.h 44 typedef const value_type* const_pointer; typedef in class:test_allocator
58 const_pointer address(const_reference x) const {return &x;}
102 typedef const value_type* const_pointer; typedef in class:test_allocator
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/
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), "");
84 static_assert((std::is_same<C::const_pointer, min_pointer<const C::value_type>>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/
test_allocator.h 43 typedef const value_type* const_pointer; typedef in class:test_allocator
57 const_pointer address(const_reference x) const {return &x;}
101 typedef const value_type* const_pointer; typedef in class:test_allocator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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

Completed in 593 milliseconds

1 2 3 45 6 7 8 91011>>