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

<<21222324252627282930>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/
set.h 63 typedef typename _Base::pointer pointer; typedef in class:__profile::set
  /prebuilts/ndk/8/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
  /prebuilts/ndk/8/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
  /prebuilts/ndk/9/sources/cxx-stl/EH/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
  /prebuilts/ndk/9/sources/cxx-stl/EH/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
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
unique_ptr.h 62 "can't delete pointer to incomplete type");
79 "can't delete pointer to incomplete type");
90 // use SFINAE to determine whether _Del::pointer exists
94 static typename _Up::pointer __test(typename _Up::pointer*);
109 typedef typename _Pointer::type pointer; typedef in class:unique_ptr
117 "constructed with null function pointer deleter"); }
120 unique_ptr(pointer __p)
123 "constructed with null function pointer deleter"); }
125 unique_ptr(pointer __p
271 typedef _Tp* pointer; typedef in class:unique_ptr
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binary_heap_/
binary_heap_.hpp 105 typename value_allocator::pointer>::__type
113 typedef typename entry_allocator::pointer entry_pointer;
135 value_type>::other::pointer
136 pointer; typedef in class:__gnu_pbds::detail::binary_heap_
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
left_child_next_sibling_heap_.hpp 127 typedef typename node_allocator::pointer node_pointer;
155 value_type>::other::pointer
156 pointer; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap_
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/ov_tree_map_/
node_iterators.hpp 64 Value_Type>::other::pointer
65 pointer; typedef in class:__gnu_pbds::detail::ov_tree_node_const_it_
121 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)
191 pointer m_p_value;
192 pointer m_p_begin_value;
193 pointer m_p_end_value;
211 typedef typename base_type::pointer pointer; typedef in class:__gnu_pbds::detail::ov_tree_node_it_
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
point_iterators.hpp 106 Node>::other::pointer
116 Leaf>::other::pointer
121 Head>::other::pointer
126 Internal_Node>::other::pointer
137 typedef typename Type_Traits::pointer pointer; typedef in class:__gnu_pbds::detail::pat_trie_const_it_
365 Node>::other::pointer
375 Leaf>::other::pointer
380 Head>::other::pointer
385 Internal_Node>::other::pointer
393 typedef typename Type_Traits::pointer pointer; typedef in class:__gnu_pbds::detail::pat_trie_it_
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/thin_heap_/
thin_heap_.hpp 104 value_type>::other::pointer
105 pointer; typedef in class:__gnu_pbds::detail::thin_heap_
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
pool_allocator.h 132 typedef _Tp* pointer; typedef in class:__pool_alloc
151 pointer
164 construct(pointer __p, const _Tp& __val)
170 construct(pointer __p, _Args&&... __args)
175 destroy(pointer __p) { __p->~_Tp(); }
177 pointer
181 deallocate(pointer __p, size_type __n);
202 pointer __ret = 0;
244 __pool_alloc<_Tp>::deallocate(pointer __p, size_type __n)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/
iterator_tracker.h 57 typedef typename _Traits::pointer pointer; typedef in class:__profile::__iterator_tracker
85 pointer
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_multiset.h 115 typedef typename _Key_alloc_type::pointer pointer; typedef in class:multiset
379 * (It is only swapping a pointer, an integer, and an instance of the @c
479 * and that if the element is itself a pointer, the pointed-to memory is
480 * not touched in any way. Managing the pointer is the user's
493 * and that if the element is itself a pointer, the pointed-to memory is
494 * not touched in any way. Managing the pointer is the user's
510 * the element is itself a pointer, the pointed-to memory is not touched
511 * in any way. Managing the pointer is the user's responsibility.
531 * touched in any way. Managing the pointer is the user'
    [all...]
unique_ptr.h 62 "can't delete pointer to incomplete type");
79 "can't delete pointer to incomplete type");
90 // use SFINAE to determine whether _Del::pointer exists
94 static typename _Up::pointer __test(typename _Up::pointer*);
109 typedef typename _Pointer::type pointer; typedef in class:unique_ptr
117 "constructed with null function pointer deleter"); }
120 unique_ptr(pointer __p) noexcept
123 "constructed with null function pointer deleter"); }
125 unique_ptr(pointer __p
277 typedef _Tp* pointer; typedef in class:unique_ptr
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
safe_local_iterator.h 79 typedef typename _Traits::pointer pointer; typedef in class:__gnu_debug::_Safe_local_iterator
178 pointer
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
alloc_traits.h 118 typedef typename _Base_type::pointer pointer; typedef in struct:__alloc_traits
133 : std::integral_constant<bool, std::is_same<pointer, _Ptr>::value
138 // overload construct for non-standard pointer types
147 // overload destroy for non-standard pointer types
186 typedef typename _Alloc::pointer pointer; typedef in struct:__alloc_traits
193 static pointer
197 static void deallocate(_Alloc& __a, pointer __p, size_type __n)
201 static void construct(_Alloc& __a, pointer __p, const _Tp& __arg
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/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 1433 milliseconds

<<21222324252627282930>>