Home
last modified time | relevance | path

Searched refs:const_pointer (Results 1 – 25 of 30) sorted by relevance

12

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_vector.c189 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());
D_pthread_alloc.h103 typedef const _Tp* const_pointer; typedef
125 const_pointer address(const_reference __x) const { return &__x; } in address()
195 typedef const void* const_pointer; typedef
284 typedef const _Tp* const_pointer;
308 const_pointer address(const_reference __x) const { return &__x; }
378 typedef const void* const_pointer;
D_map.h82 typedef typename _Rep_type::const_pointer const_pointer; in _STLP_CREATE_ITERATOR_TRAITS() typedef
275 typedef typename _Rep_type::const_pointer const_pointer; in _STLP_CREATE_ITERATOR_TRAITS() typedef
D_set.h70 typedef typename _Rep_type::const_pointer const_pointer; in _STLP_CREATE_ITERATOR_TRAITS() typedef
241 typedef typename _Rep_type::const_pointer const_pointer; in _STLP_CREATE_ITERATOR_TRAITS() typedef
D_unordered_set.h57 typedef typename _Ht::const_pointer const_pointer; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef
207 typedef typename _Ht::const_pointer const_pointer; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef
D_alloc.h279 typedef const _Tp* const_pointer; typedef
299 const_pointer address(const_reference __x) const { return &__x; } in address()
369 typedef const void* const_pointer; typedef
D_string.c431 const_pointer __result = in find()
444 const_pointer __result = in find()
458 const_pointer __last = this->_M_Start() + (min)( __len - __n, __pos) + __n; in rfind()
462 const_pointer __result = _STLP_STD::find_end(this->_M_Start(), __last, in rfind()
519const_pointer __result = _STLP_PRIV __str_find_first_not_of(this->_M_Start() + __pos, this->_M_Fin… in find_first_not_of()
532 const_pointer __result = _STLP_STD::find_if(this->_M_Start() + __pos, this->_M_Finish(), in find_first_not_of()
D_unordered_map.h63 typedef typename _Ht::const_pointer const_pointer; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef
231 typedef typename _Ht::const_pointer const_pointer; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef
D_hash_map.h71 typedef typename _Ht::const_pointer const_pointer; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef
262 typedef typename _Ht::const_pointer const_pointer; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef
D_hash_set.h65 typedef typename _Ht::const_pointer const_pointer; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef
251 typedef typename _Ht::const_pointer const_pointer; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef
D_vector.h123 typedef const value_type* const_pointer; typedef
489 const_pointer __mid = __first + __elems_after;
677 const_pointer __first, const_pointer __last)
D_slist.h232 typedef const value_type* const_pointer;
373 void assign(const_pointer __first, const_pointer __last) {
D_hashtable.h241 typedef const value_type* const_pointer;
D_tree.h304 typedef const value_type* const_pointer;
Dconcept_checks.h778 _STLP_TYPEDEF_REQUIREMENT(const_pointer);
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
D_deque.h113 typedef const value_type* const_pointer;
202 deque(const_pointer __first, const_pointer __last,
258 void assign(const_pointer __first, const_pointer __last)
337 const_pointer __first, const_pointer __last) {
D_set.h101 typedef typename _Priv_Rep_type::const_pointer const_pointer;
348 typedef typename _Priv_Rep_type::const_pointer const_pointer;
D_vector.h63 typedef const value_type* const_pointer; typedef
D_list.h75 typedef const value_type* const_pointer; typedef
D_slist.h70 typedef const value_type* const_pointer; typedef
/ndk/tests/device/test-stlport/unit/
Dstack_allocator.h58 typedef const _Tp* const_pointer; typedef
136 const_pointer address(const_reference __x) const { return &__x; } in address()
Dmvctor_declaration_test.cpp87 typedef const value_type* const_pointer; typedef in std::allocator
104 const_pointer address(const_reference __x) const { return &__x; } in address()
/ndk/tests/device/test-gnustl-full/unit/
Dstack_allocator.h58 typedef const _Tp* const_pointer; typedef
136 const_pointer address(const_reference __x) const { return &__x; } in address()
Dmvctor_declaration_test.cpp87 typedef const value_type* const_pointer; typedef in std::allocator
104 const_pointer address(const_reference __x) const { return &__x; } in address()
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
Dfeatures.h730 const_pointer, difference_type> const_reverse_iterator; \
755 typedef typename _Super::const_pointer const_pointer; \

12