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

<<41424344454647484950>>

  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
mt_allocator.h 571 typedef _Tp* pointer; typedef in class:__mt_alloc_base
577 pointer
592 construct(pointer __p, const _Tp& __val)
598 construct(pointer __p, _Args&&... __args)
603 destroy(pointer __p) { __p->~_Tp(); }
630 typedef _Tp* pointer; typedef in class:__mt_alloc
654 pointer
658 deallocate(pointer __p, size_type __n);
673 typename __mt_alloc<_Tp, _Poolp>::pointer
722 deallocate(pointer __p, size_type __n
    [all...]
vstring.h 79 typedef typename _CharT_alloc_type::pointer pointer; typedef in class:__versa_string
81 typedef __gnu_cxx::__normal_iterator<pointer, __versa_string> iterator;
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_hashtable.h 68 //If pointer specialization is enabled vector<_Slist_node_base*> will use the void*
115 typedef typename _Traits::pointer pointer; typedef in struct:_Ht_iterator
240 typedef typename _NonConstTraits::pointer pointer; typedef in class:hashtable
_list.h 99 typedef typename _Traits::pointer pointer; typedef in struct:_List_iterator
264 typedef value_type* pointer; typedef in class:list
_slist.h 83 typedef typename _Traits::pointer pointer; typedef in class:_Slist_iterator
231 typedef value_type* pointer; typedef in class:slist
885 typedef void pointer; typedef in class:insert_iterator
_string.h 134 typedef value_type* pointer; typedef in class:basic_string
474 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len);
475 pointer __new_finish = uninitialized_copy(this->_M_Start(), this->_M_Finish(), __new_start);
578 pointer __cur = this->_M_Start();
673 pointer _M_insert_aux(pointer, _CharT);
692 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len);
693 pointer __new_finish = uninitialized_copy(this->_M_Start(), __pos, __new_start);
724 pointer __old_finish = this->_M_Finish();
755 void _M_copyT(_InputIterator __first, _InputIterator __last, pointer __result)
    [all...]
_tree.h 149 typedef typename _Traits::pointer pointer; typedef in struct:_Rb_tree_iterator
161 /* In STL debug mode we need this constructor implicit for the pointer
303 typedef typename _Traits::pointer pointer; typedef in class:_Rb_tree
_vector.h 63 typedef _Tp* pointer; typedef in class:_Vector_base
64 typedef _STLP_alloc_proxy<pointer, _Tp, allocator_type> _AllocProxy;
87 if (_M_start != _STLP_DEFAULT_CONSTRUCTED(pointer))
95 pointer _M_start;
96 pointer _M_finish;
122 typedef value_type* pointer; typedef in class:vector
144 void _M_insert_overflow_aux(pointer __pos, const _Tp& __x, const __false_type& /*_Movable*/,
146 void _M_insert_overflow_aux(pointer __pos, const _Tp& __x, const __true_type& /*_Movable*/,
157 void _M_insert_overflow(pointer __pos, const _Tp& __x, const __false_type& /*_TrivialCopy*/,
164 void _M_insert_overflow(pointer __pos, const _Tp& __x, const __true_type& /*_TrivialCopy*/
    [all...]
concept_checks.h 164 // the pointer type, then use the typedef name for the __type_var.
515 typedef typename __STD::iterator_traits<_Iter>::pointer pointer; typedef in struct:__pointer_type_definition_requirement_violation
777 _STLP_TYPEDEF_REQUIREMENT(pointer); variable
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/backward/
hashtable.h 119 typedef _Val* pointer; typedef in struct:_Hashtable_iterator
134 pointer
172 typedef const _Val* pointer; typedef in struct:_Hashtable_const_iterator
189 pointer
261 typedef value_type* pointer; typedef in class:hashtable
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
forward_list.h 57 ::other::pointer _Pointer;
88 ::other::pointer _Pointer;
115 typedef typename _Alloc::pointer pointer; typedef in struct:_Fwd_list_iterator
130 pointer
183 typedef typename _Alloc::const_pointer pointer; typedef in struct:_Fwd_list_const_iterator
201 pointer
408 typedef typename _Tp_alloc_type::pointer pointer; typedef in class:forward_list
936 * is itself a pointer, the pointed-to memory is not touched i
    [all...]
stl_bvector.h 188 typedef _Bit_reference* pointer; typedef in struct:_Bit_iterator
271 typedef const bool* pointer; typedef in struct:_Bit_const_iterator
461 * a container. This is because the reference and pointer types are not
484 typedef _Bit_reference* pointer; typedef in class:vector
stl_list.h 121 typedef _Tp* pointer; typedef in struct:_List_iterator
136 pointer
197 typedef const _Tp* pointer; typedef in struct:_List_const_iterator
216 pointer
429 typedef typename _Tp_alloc_type::pointer pointer; typedef in class:list
584 * memory is not touched in any way. Managing the pointer is
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
mt_allocator.h 571 typedef _Tp* pointer; typedef in class:__mt_alloc_base
577 pointer
592 construct(pointer __p, const _Tp& __val)
598 construct(pointer __p, _Args&&... __args)
603 destroy(pointer __p) { __p->~_Tp(); }
630 typedef _Tp* pointer; typedef in class:__mt_alloc
654 pointer
658 deallocate(pointer __p, size_type __n);
673 typename __mt_alloc<_Tp, _Poolp>::pointer
722 deallocate(pointer __p, size_type __n
    [all...]
vstring.h 79 typedef typename _CharT_alloc_type::pointer pointer; typedef in class:__versa_string
81 typedef __gnu_cxx::__normal_iterator<pointer, __versa_string> iterator;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/
hashtable.h 121 typedef _Val* pointer; typedef in struct:_Hashtable_iterator
136 pointer
174 typedef const _Val* pointer; typedef in struct:_Hashtable_const_iterator
191 pointer
279 typedef value_type* pointer; typedef in class:hashtable
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
forward_list.h 123 typedef _Tp* pointer; typedef in struct:_Fwd_list_iterator
139 pointer
192 typedef const _Tp* pointer; typedef in struct:_Fwd_list_const_iterator
211 pointer
419 typedef typename _Tp_alloc_type::pointer pointer; typedef in class:forward_list
938 * is itself a pointer, the pointed-to memory is not touched in
939 * any way. Managing the pointer is the user's responsibility.
961 * pointed-to memory is not touched in any way. Managing the pointer
    [all...]
hashtable.h 140 typedef typename _Allocator::pointer pointer; typedef in class:_Hashtable
545 // non-null pointer. Iterator increment relies on this.
    [all...]
stl_list.h 132 typedef _Tp* pointer; typedef in struct:_List_iterator
147 pointer
208 typedef const _Tp* pointer; typedef in struct:_List_const_iterator
227 pointer
441 typedef typename _Tp_alloc_type::pointer pointer; typedef in class:list
624 * memory is not touched in any way. Managing the pointer is
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
mt_allocator.h 573 typedef _Tp* pointer; typedef in class:__mt_alloc_base
579 pointer
594 construct(pointer __p, const _Tp& __val)
600 construct(pointer __p, _Args&&... __args)
605 destroy(pointer __p) { __p->~_Tp(); }
632 typedef _Tp* pointer; typedef in class:__mt_alloc
656 pointer
660 deallocate(pointer __p, size_type __n);
675 typename __mt_alloc<_Tp, _Poolp>::pointer
724 deallocate(pointer __p, size_type __n
    [all...]
vstring.h 84 typedef typename _CharT_alloc_type::pointer pointer; typedef in class:__versa_string
86 typedef __gnu_cxx::__normal_iterator<pointer, __versa_string> iterator;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
hashtable.h 137 typedef typename _Allocator::pointer pointer; typedef in class:tr1::_Hashtable
492 // non-null pointer. Iterator increment relies on this.
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/
hashtable.h 121 typedef _Val* pointer; typedef in struct:_Hashtable_iterator
135 pointer
173 typedef const _Val* pointer; typedef in struct:_Hashtable_const_iterator
190 pointer
278 typedef value_type* pointer; typedef in class:hashtable
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
hashtable.h 216 typedef typename _Allocator::pointer pointer; typedef in class:_Hashtable
    [all...]
hashtable_policy.h 149 pointer; typedef in struct:__detail::_Node_iterator
167 pointer
192 typedef const _Value* pointer; typedef in struct:__detail::_Node_const_iterator
212 pointer
1002 pointer; typedef in struct:__detail::_Local_iterator
1050 typedef const _Value* pointer; typedef in struct:__detail::_Local_const_iterator
    [all...]

Completed in 1489 milliseconds

<<41424344454647484950>>