HomeSort by relevance Sort by last modified time
    Searched defs:pointer (Results 451 - 475 of 1508) sorted by null

<<11121314151617181920>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/
test_allocator.h 42 typedef value_type* pointer; typedef in class:test_allocator
56 pointer address(reference x) const {return &x;}
58 pointer allocate(size_type n, const void* = 0)
68 return (pointer)std::malloc(n * sizeof(T));
70 void deallocate(pointer p, size_type n)
74 void construct(pointer p, const T& val)
77 void construct(pointer p, T&& val)
80 void destroy(pointer p) {p->~T();}
100 typedef value_type* pointer; typedef in class:test_allocator
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_iterator.h 51 typename iterator_traits<_Iterator>::pointer,
58 // pointer type required for arrow operator hidden behind _STLP_DEFINE_ARROW_OPERATOR:
59 typedef typename iterator_traits<_Iterator>::pointer pointer; typedef in class:reverse_iterator
_iterator_old.h 75 typedef _Pointer pointer; typedef in class:reverse_bidirectional_iterator
77 typedef _Tp* pointer; typedef in class:reverse_bidirectional_iterator
169 typedef _Pointer pointer; typedef in class:reverse_iterator
171 typedef _Tp* pointer; typedef in class:reverse_iterator
_stream_iterator.h 105 typedef const _Tp* pointer; typedef in class:istream_iterator
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_vector.h 62 typedef _Tp* pointer; typedef in struct:_Vector_nonconst_traits
72 typedef const _Tp* pointer; typedef in struct:_Vector_const_traits
81 typedef _Bit_iterator::pointer pointer; typedef in struct:_Vector_nonconst_traits
90 typedef _Bit_const_iterator::pointer pointer; typedef in struct:_Vector_const_traits
  /ndk/tests/device/test-gnustl-full/unit/
mvctor_declaration_test.cpp 86 typedef value_type * pointer; typedef in class:std::allocator
103 pointer address(reference __x) const { return &__x; }
105 pointer allocate(size_type, const void* = 0) { return 0; }
106 void deallocate(pointer, size_type) {}
108 void construct(pointer, const_reference) {}
109 void destroy(pointer) {}
  /ndk/tests/device/test-stlport/unit/
mvctor_declaration_test.cpp 86 typedef value_type * pointer; typedef in class:std::allocator
103 pointer address(reference __x) const { return &__x; }
105 pointer allocate(size_type, const void* = 0) { return 0; }
106 void deallocate(pointer, size_type) {}
108 void construct(pointer, const_reference) {}
109 void destroy(pointer) {}
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
unique_ptr.h 66 "can't delete pointer to incomplete type");
98 "can't delete pointer to incomplete type");
111 // use SFINAE to determine whether _Del::pointer exists
115 static typename _Up::pointer __test(typename _Up::pointer*);
130 typedef typename _Pointer::type pointer; typedef in class:unique_ptr
138 "constructed with null function pointer deleter"); }
141 unique_ptr(pointer __p) noexcept
144 "constructed with null function pointer deleter"); }
146 unique_ptr(pointer __p
324 typedef typename _Pointer::type pointer; typedef in class:unique_ptr
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/
safe_local_iterator.h 79 typedef typename _Traits::pointer pointer; typedef in class:__gnu_debug::_Safe_local_iterator
178 pointer
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
alloc_traits.h 130 typedef typename _Base_type::pointer pointer; typedef in struct:__alloc_traits
146 : std::integral_constant<bool, std::is_same<pointer, _Ptr>::value
151 // overload construct for non-standard pointer types
160 // overload destroy for non-standard pointer types
199 typedef typename _Alloc::pointer pointer; typedef in struct:__alloc_traits
207 static pointer
211 static void deallocate(_Alloc& __a, pointer __p, size_type __n)
215 static void construct(_Alloc& __a, pointer __p, const _Tp& __arg
    [all...]
pool_allocator.h 134 typedef _Tp* pointer; typedef in class:__pool_alloc
159 pointer
184 construct(pointer __p, const _Tp& __val)
188 destroy(pointer __p) { __p->~_Tp(); }
191 pointer
195 deallocate(pointer __p, size_type __n);
216 pointer __ret = 0;
258 __pool_alloc<_Tp>::deallocate(pointer __p, size_type __n)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/left_child_next_sibling_heap_/
left_child_next_sibling_heap_.hpp 100 typedef typename node_allocator::pointer node_pointer;
121 typedef typename __rebind_v::other::pointer pointer; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ov_tree_map_/
node_iterators.hpp 63 Value_Type>::other::pointer
64 pointer; typedef in class:__gnu_pbds::detail::ov_tree_node_const_it_
120 ov_tree_node_const_it_(const_pointer p_nd = 0, const_pointer p_begin_nd = 0, const_pointer p_end_nd = 0, const_metadata_pointer p_metadata = 0) : m_p_value(const_cast<pointer>(p_nd)), m_p_begin_value(const_cast<pointer>(p_begin_nd)), m_p_end_value(const_cast<pointer>(p_end_nd)), m_p_metadata(p_metadata)
192 pointer m_p_value;
193 pointer m_p_begin_value;
194 pointer m_p_end_value;
211 typedef typename base_type::pointer pointer; typedef in class:__gnu_pbds::detail::ov_tree_node_it_
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/rb_tree_map_/
rb_tree_.hpp 107 typedef typename base_type::pointer pointer; typedef in class:__gnu_pbds::detail::PB_DS_RB_TREE_NAME
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/splay_tree_/
splay_tree_.hpp 133 typedef typename base_type::pointer pointer; typedef in class:__gnu_pbds::detail::PB_DS_S_TREE_NAME
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/thin_heap_/
thin_heap_.hpp 96 typedef typename __rebind_a::pointer pointer; typedef in class:__gnu_pbds::detail::thin_heap
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/
iterator_tracker.h 57 typedef typename _Traits::pointer pointer; typedef in class:__profile::__iterator_tracker
85 pointer
set.h 63 typedef typename _Base::pointer pointer; typedef in class:__profile::set
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
unique_ptr.h 66 "can't delete pointer to incomplete type");
98 "can't delete pointer to incomplete type");
111 // use SFINAE to determine whether _Del::pointer exists
115 static typename _Up::pointer __test(typename _Up::pointer*);
130 typedef typename _Pointer::type pointer; typedef in class:unique_ptr
138 "constructed with null function pointer deleter"); }
141 unique_ptr(pointer __p) noexcept
144 "constructed with null function pointer deleter"); }
146 unique_ptr(pointer __p
324 typedef typename _Pointer::type pointer; typedef in class:unique_ptr
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/
safe_local_iterator.h 79 typedef typename _Traits::pointer pointer; typedef in class:__gnu_debug::_Safe_local_iterator
178 pointer
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
alloc_traits.h 130 typedef typename _Base_type::pointer pointer; typedef in struct:__alloc_traits
146 : std::integral_constant<bool, std::is_same<pointer, _Ptr>::value
151 // overload construct for non-standard pointer types
160 // overload destroy for non-standard pointer types
199 typedef typename _Alloc::pointer pointer; typedef in struct:__alloc_traits
207 static pointer
211 static void deallocate(_Alloc& __a, pointer __p, size_type __n)
215 static void construct(_Alloc& __a, pointer __p, const _Tp& __arg
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/left_child_next_sibling_heap_/
left_child_next_sibling_heap_.hpp 100 typedef typename node_allocator::pointer node_pointer;
121 typedef typename __rebind_v::other::pointer pointer; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ov_tree_map_/
node_iterators.hpp 63 Value_Type>::other::pointer
64 pointer; typedef in class:__gnu_pbds::detail::ov_tree_node_const_it_
120 ov_tree_node_const_it_(const_pointer p_nd = 0, const_pointer p_begin_nd = 0, const_pointer p_end_nd = 0, const_metadata_pointer p_metadata = 0) : m_p_value(const_cast<pointer>(p_nd)), m_p_begin_value(const_cast<pointer>(p_begin_nd)), m_p_end_value(const_cast<pointer>(p_end_nd)), m_p_metadata(p_metadata)
192 pointer m_p_value;
193 pointer m_p_begin_value;
194 pointer m_p_end_value;
211 typedef typename base_type::pointer pointer; typedef in class:__gnu_pbds::detail::ov_tree_node_it_
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/rb_tree_map_/
rb_tree_.hpp 107 typedef typename base_type::pointer pointer; typedef in class:__gnu_pbds::detail::PB_DS_RB_TREE_NAME
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/splay_tree_/
splay_tree_.hpp 133 typedef typename base_type::pointer pointer; typedef in class:__gnu_pbds::detail::PB_DS_S_TREE_NAME

Completed in 1600 milliseconds

<<11121314151617181920>>