Home
last modified time | relevance | path

Searched defs:__first (Results 1 – 25 of 43) sorted by relevance

12

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_uninitialized.h52 inline _OutputIter __ucopy(_InputIter __first, _InputIter __last, in __ucopy()
65 inline _OutputIter __ucopy(_InputIter __first, _InputIter __last, in __ucopy()
71 inline _OutputIter __ucopy(_InputIter __first, _InputIter __last, in __ucopy()
76 inline _OutputIter __ucopy(_InputIter __first, _InputIter __last, in __ucopy()
82 inline _OutputIter __ucopy(_RandomAccessIter __first, _RandomAccessIter __last, in __ucopy()
99 inline _OutputIter __ucopy(_RandomAccessIter __first, _RandomAccessIter __last, _OutputIter __resul… in __ucopy()
103 __ucopy_trivial(const void* __first, const void* __last, void* __result) { in __ucopy_trivial()
111 inline _OutputIter __ucopy_ptrs(_InputIter __first, _InputIter __last, _OutputIter __result, in __ucopy_ptrs()
116 inline _OutputIter __ucopy_ptrs(_InputIter __first, _InputIter __last, _OutputIter __result, in __ucopy_ptrs()
124 inline _OutputIter __ucopy_aux(_InputIter __first, _InputIter __last, _OutputIter __result, in __ucopy_aux()
[all …]
D_algo.h59 for_each(_InputIter __first, _InputIter __last, _Function __f) { in for_each()
82 adjacent_find(_ForwardIter __first, _ForwardIter __last, in adjacent_find()
98 adjacent_find(_ForwardIter __first, _ForwardIter __last) { in adjacent_find()
106 count(_InputIter __first, _InputIter __last, const _Tp& __val, _Size& __n) { in count()
115 count_if(_InputIter __first, _InputIter __last, _Predicate __pred, _Size& __n) { in count_if()
170 transform(_InputIter __first, _InputIter __last, _OutputIter __result, _UnaryOperation __opr) { in transform()
190 replace_if(_ForwardIter __first, _ForwardIter __last, _Predicate __pred, const _Tp& __new_value) { in replace_if()
199 replace_copy(_InputIter __first, _InputIter __last,_OutputIter __result, in replace_copy()
209 replace_copy_if(_Iterator __first, _Iterator __last, in replace_copy_if()
222 generate(_ForwardIter __first, _ForwardIter __last, _Generator __gen) { in generate()
[all …]
D_heap.c42 __push_heap(_RandomAccessIterator __first, in __push_heap()
56 __push_heap_aux(_RandomAccessIterator __first, in __push_heap_aux()
65 push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last) in push_heap()
76 __push_heap(_RandomAccessIterator __first, _Distance __holeIndex, in __push_heap()
92 __push_heap_aux(_RandomAccessIterator __first, in __push_heap_aux()
102 push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, in push_heap()
111 __adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex, in __adjust_heap()
132 __pop_heap_aux(_RandomAccessIterator __first, _RandomAccessIterator __last, _Tp*) { in __pop_heap_aux()
138 void pop_heap(_RandomAccessIterator __first, in pop_heap()
146 __adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex, in __adjust_heap()
[all …]
D_algobase.h184 inline _OutputIter __copy(_InputIter __first, _InputIter __last, in __copy()
193 inline _OutputIter __copy(_InputIter __first, _InputIter __last, in __copy()
201 inline _OutputIter __copy(_InputIter __first, _InputIter __last, in __copy()
211 __copy(_RandomAccessIter __first, _RandomAccessIter __last, in __copy()
222 __copy_trivial(const void* __first, const void* __last, void* __result) { in __copy_trivial()
232 inline _BidirectionalIter2 __copy_backward(_BidirectionalIter1 __first, in __copy_backward()
243 inline _BidirectionalIter __copy_backward(_RandomAccessIter __first, in __copy_backward()
254 __copy_trivial_backward(const void* __first, const void* __last, void* __result) { in __copy_trivial_backward()
260 inline _OutputIter __copy_ptrs(_InputIter __first, _InputIter __last, _OutputIter __result, in __copy_ptrs()
265 inline _OutputIter __copy_ptrs(_InputIter __first, _InputIter __last, _OutputIter __result, in __copy_ptrs()
[all …]
D_heap.h54 __pop_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, in __pop_heap()
74 __pop_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, in __pop_heap()
99 void sort_heap(_RandomAccessIterator __first, _RandomAccessIterator __last) in sort_heap()
108 sort_heap(_RandomAccessIterator __first, in sort_heap()
D_algo.c154 _RandomAccessIter __search_n(_RandomAccessIter __first, _RandomAccessIter __last, in __search_n()
220 _ForwardIter __search_n(_ForwardIter __first, _ForwardIter __last, in __search_n()
246 _ForwardIter search_n(_ForwardIter __first, _ForwardIter __last, in search_n()
260 _ForwardIter search_n(_ForwardIter __first, _ForwardIter __last, in search_n()
295 __unique_copy(_InputIterator __first, _InputIterator __last, in __unique_copy()
310 __unique_copy(_InputIter __first, _InputIter __last,_OutputIter __result, in __unique_copy()
318 __unique_copy(_InputIter __first, _InputIter __last, _ForwardIter __result, in __unique_copy()
329 __unique_copy(_InputIterator __first, _InputIterator __last, in __unique_copy()
337 __unique_copy(_InputIterator __first, _InputIterator __last, in __unique_copy()
348 unique_copy(_InputIter __first, _InputIter __last, _OutputIter __result) { in unique_copy()
[all …]
D_numeric.h42 _Tp accumulate(_InputIterator __first, _InputIterator __last, _Tp _Init) { in accumulate()
51 _Tp accumulate(_InputIterator __first, _InputIterator __last, _Tp _Init, in accumulate()
94 partial_sum(_InputIterator __first, _InputIterator __last, in partial_sum()
102 partial_sum(_InputIterator __first, _InputIterator __last, in partial_sum()
121 adjacent_difference(_InputIterator __first, in adjacent_difference()
130 adjacent_difference(_InputIterator __first, _InputIterator __last, in adjacent_difference()
174 void iota(_ForwardIterator __first, _ForwardIterator __last, _Tp __val) { in iota()
D_algobase.c112 _STLP_INLINE_LOOP _RandomAccessIter __find(_RandomAccessIter __first, _RandomAccessIter __last, in __find()
148 __find(char* __first, char* __last, char __val, const random_access_iterator_tag &) { in __find()
153 __find(const char* __first, const char* __last, char __val, const random_access_iterator_tag &) { in __find()
159 _STLP_INLINE_LOOP _RandomAccessIter __find_if(_RandomAccessIter __first, _RandomAccessIter __last, in __find_if()
195 _STLP_INLINE_LOOP _InputIter __find(_InputIter __first, _InputIter __last, in __find()
203 _STLP_INLINE_LOOP _InputIter __find_if(_InputIter __first, _InputIter __last, in __find_if()
214 _InputIter find_if(_InputIter __first, _InputIter __last, in find_if()
221 _InputIter find(_InputIter __first, _InputIter __last, const _Tp& __val) { in find()
Dconcept_checks.h64 #define _STLP_BINARY_FUNCTION_CHECK(__func, __ret, __first, __second) \ argument
66 #define _STLP_CLASS_BINARY_FUNCTION_CHECK(__func, __ret, __first, __second) \ argument
68 #define _STLP_REQUIRES_BINARY_OP(__opname, __ret, __first, __second) \ argument
70 #define _STLP_CLASS_REQUIRES_BINARY_OP(__opname, __ret, __first, __second) \ argument
131 #define _STLP_BINARY_FUNCTION_CHECK(__func, __ret, __first, __second) \ argument
139 #define _STLP_REQUIRES_BINARY_OP(__opname, __ret, __first, __second) \ argument
155 #define _STLP_CLASS_BINARY_FUNCTION_CHECK(__func, __ret, __first, __second) argument
156 #define _STLP_CLASS_REQUIRES_BINARY_OP(__opname, __ret, __first, __second) argument
206 #define _STLP_CLASS_BINARY_FUNCTION_CHECK(__func, __ret, __first, __second) \ argument
217 #define _STLP_CLASS_REQUIRES_BINARY_OP(__opname, __ret, __first, __second) \ argument
D_string_workaround.h191 _Self& append(_InputIter __first, _InputIter __last) { in append()
208 _Self& _M_appendT(_InputIter __first, _InputIter __last, in _M_appendT()
216 _Self& _M_appendT(_ForwardIter __first, _ForwardIter __last, in _M_appendT()
301 _Self& assign(_InputIter __first, _InputIter __last) { in assign()
355 void insert(iterator __p, _InputIter __first, _InputIter __last) { in insert()
375 void _M_insert_overflow(iterator __pos, _ForwardIter __first, _ForwardIter __last, in _M_insert_overflow()
388 void _M_insertT(iterator __p, _InputIter __first, _InputIter __last, in _M_insertT()
397 void _M_insertT(iterator __pos, _ForwardIter __first, _ForwardIter __last, in _M_insertT()
432 void _M_insert_dispatch(iterator __p, _InputIter __first, _InputIter __last, in _M_insert_dispatch()
441 void _M_copyT(_InputIterator __first, _InputIterator __last, pointer __result) { in _M_copyT()
[all …]
D_numeric.c40 __partial_sum(_InputIterator __first, _InputIterator __last, in __partial_sum()
57 __adjacent_difference(_InputIterator __first, _InputIterator __last, in __adjacent_difference()
D_construct.h190 __destroy_range_aux(_ForwardIterator __first, _ForwardIterator __last, _Tp*, const __false_type& /*… in __destroy_range_aux()
202 __destroy_range_aux(_ForwardIterator __first, _ForwardIterator __last, _Tp*, const __true_type& /*_… in __destroy_range_aux()
213 __destroy_range(_ForwardIterator __first, _ForwardIterator __last, _Tp *__ptr) { in __destroy_range()
219 inline void _Destroy_Range(_ForwardIterator __first, _ForwardIterator __last) { in _Destroy_Range()
232 __destroy_mv_srcs(_ForwardIterator __first, _ForwardIterator __last, _Tp *__ptr) { in __destroy_mv_srcs()
239 inline void _Destroy_Moved_Range(_ForwardIterator __first, _ForwardIterator __last) in _Destroy_Moved_Range()
280 inline void destroy(_ForwardIterator __first, _ForwardIterator __last) { _STLP_STD::_Destroy_Range(… in destroy()
D_list.c49 _List_node_base* __first, _List_node_base* __last) { in _Transfer()
141 _Literator __first = __that.begin(); in _S_remove_if() local
154 _Literator __first = __that.begin(); in _S_unique() local
D_string.h460 _Self& _M_appendT(_InputIter __first, _InputIter __last, in _M_appendT()
468 _Self& _M_appendT(_ForwardIter __first, _ForwardIter __last, in _M_appendT()
503 _Self& append(_InputIter __first, _InputIter __last) { in append()
509 _Self& append(const _CharT* __first, const _CharT* __last) { in append()
595 _Self& assign(_InputIter __first, _InputIter __last) { in assign()
689 void _M_insert_overflow(iterator __pos, _ForwardIter __first, _ForwardIter __last, in _M_insert_overflow()
702 void _M_insertT(iterator __p, _InputIter __first, _InputIter __last, in _M_insertT()
711 void _M_insertT(iterator __pos, _ForwardIter __first, _ForwardIter __last, in _M_insertT()
746 void _M_insert_dispatch(iterator __p, _InputIter __first, _InputIter __last, in _M_insert_dispatch()
755 void _M_copyT(_InputIterator __first, _InputIterator __last, pointer __result) { in _M_copyT()
[all …]
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
D_list.h85 void _Invalidate_iterators(const iterator& __first, const iterator& __last) in _Invalidate_iterators()
121 list(_InputIterator __first, _InputIterator __last, in list()
128 list(_InputIterator __first, _InputIterator __last) in list()
137 : _ConstructCheck(__first, __last), in _ConstructCheck() argument
142 : _ConstructCheck(__first, __last), in _ConstructCheck() argument
220 void insert(iterator __pos, _InputIterator __first, _InputIterator __last) { in insert()
229 void insert(iterator __pos, const _Tp* __first, const _Tp* __last) { in insert()
238 const_iterator __first, const_iterator __last) { in insert()
247 iterator __first, iterator __last) { in insert()
282 iterator erase(iterator __first, iterator __last) { in erase()
[all …]
D_deque.h82 void _Invalidate_iterators(const iterator& __first, const iterator& __last) in _Invalidate_iterators()
161 deque(_InputIterator __first, _InputIterator __last, in deque()
169 deque(_InputIterator __first, _InputIterator __last) in deque()
178 : _ConstructCheck(__first, __last), in _ConstructCheck() argument
185 : _ConstructCheck(__first, __last), in _ConstructCheck() argument
219 void assign(_InputIterator __first, _InputIterator __last) { in assign()
225 void assign(const_iterator __first, const_iterator __last) { in assign()
230 void assign(const value_type *__first, const value_type *__last) { in assign()
311 void insert(iterator __pos, _InputIterator __first, _InputIterator __last) { in insert()
324 const value_type* __first, const value_type* __last) { in insert()
[all …]
D_slist.h101 void _Invalidate_iterators(const iterator& __first, const iterator& __last) in _Invalidate_iterators()
138 slist(_InputIterator __first, _InputIterator __last, in slist()
145 slist(_InputIterator __first, _InputIterator __last) in slist()
154 : _ConstructCheck(__first, __last), in _ConstructCheck() argument
160 : _ConstructCheck(__first, __last), in _ConstructCheck() argument
261 void assign(_InputIterator __first, _InputIterator __last) { in assign()
267 void assign(const_iterator __first, const_iterator __last) { in assign()
272 void assign(const value_type *__first, const value_type *__last) { in assign()
281 void insert_after(iterator __pos, _InIter __first, _InIter __last) { in insert_after()
290 void insert(iterator __pos, _InIter __first, _InIter __last) { in insert()
[all …]
D_tree.h114 void _Invalidate_iterators(const iterator& __first, const iterator& __last) in _Invalidate_iterators()
241 void insert_equal(_InputIterator __first, _InputIterator __last) { in insert_equal()
246 void insert_unique(_InputIterator __first, _InputIterator __last) { in insert_unique()
251 void insert_unique(const_iterator __first, const_iterator __last) { in insert_unique()
255 void insert_unique(const value_type* __first, const value_type* __last) { in insert_unique()
259 void insert_equal(const_iterator __first, const_iterator __last) { in insert_equal()
263 void insert_equal(const value_type* __first, const value_type* __last) { in insert_equal()
292 void erase(iterator __first, iterator __last) { in erase()
297 void erase(const key_type* __first, const key_type* __last) { in erase()
D_debug.c47 stlp_in_range_aux(const _Iterator& __it, const _Iterator& __first, in stlp_in_range_aux()
56 inline bool _STLP_CALL stlp_in_range_aux(_Iterator1 __it, const _Iterator& __first, in stlp_in_range_aux()
69 stlp_in_range_aux(const _Iterator1& __it, const _Iterator& __first, in stlp_in_range_aux()
78 bool _STLP_CALL __check_range_aux(const _Iterator& __first, const _Iterator& __last, in __check_range_aux()
90 bool _STLP_CALL __check_range(const _Iterator& __first, const _Iterator& __last) { in __check_range()
104 bool _STLP_CALL __check_range(const _Iterator& __first, const _Iterator& __last, in __check_range()
112 bool _STLP_CALL __check_ptr_range(const _Tp* __first, const _Tp* __last) { in __check_ptr_range()
122 const _Iterator& __first, in __invalidate_range()
168 void _STLP_CALL __change_range_owner(const _Iterator& __first, in __change_range_owner()
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
D_slist.h106 slist(_InputIterator __first, _InputIterator __last, in slist()
118 slist(_InputIterator __first, _InputIterator __last) in slist()
132 : _M_impl(cast_traits::to_storage_type_cptr(__first), cast_traits::to_storage_type_cptr(__last), in _M_impl()
157 void _M_assign_dispatch(_InputIterator __first, _InputIterator __last, in _M_assign_dispatch()
167 void assign(_InputIterator __first, _InputIterator __last) { in assign()
176 void assign(const value_type *__first, const value_type *__last) { in assign()
180 void assign(const_iterator __first, const_iterator __last) { in assign()
252 _InputIterator __first, _InputIterator __last, in _M_insert_after_dispatch()
263 void insert_after(iterator __pos, _InputIterator __first, _InputIterator __last) { in insert_after()
275 const_iterator __first, const_iterator __last) in insert_after()
[all …]
D_list.h111 list(_InputIterator __first, _InputIterator __last, in list()
123 list(_InputIterator __first, _InputIterator __last) in list()
135 : _M_impl(cast_traits::to_storage_type_cptr(__first), in _M_impl()
197 _InputIterator __first, _InputIterator __last, in _M_insert_dispatch()
208 void insert(iterator __pos, _InputIterator __first, _InputIterator __last) { in insert()
218 void insert(iterator __pos, const value_type *__first, const value_type *__last) in insert()
221 void insert(iterator __pos, const_iterator __first, const_iterator __last) in insert()
239 iterator erase(iterator __first, iterator __last) in erase()
266 void _M_assign_dispatch(_InputIterator __first, _InputIterator __last, in _M_assign_dispatch()
276 void assign(_InputIterator __first, _InputIterator __last) { in assign()
[all …]
D_vector.h133 vector(_InputIterator __first, _InputIterator __last, in vector()
140 vector(_InputIterator __first, _InputIterator __last) in vector()
147 : _M_impl(cast_traits::to_storage_type_cptr(__first), cast_traits::to_storage_type_cptr(__last), in _M_impl()
159 void assign(_InputIterator __first, _InputIterator __last) in assign()
162 void assign(const_iterator __first, const_iterator __last) { in assign()
196 void insert(iterator __pos, _InputIterator __first, _InputIterator __last) in insert()
199 void insert(iterator __pos, const_iterator __first, const_iterator __last) { in insert()
212 iterator erase(iterator __first, iterator __last) { in erase()
/ndk/tests/device/test-gnustl-full/unit/
Diota.h8 void __iota(_It __first, _It __last, _Tp __val) { in __iota()
/ndk/tests/device/test-stlport/unit/
Diota.h8 void __iota(_It __first, _It __last, _Tp __val) { in __iota()
/ndk/sources/cxx-stl/stlport/src/
Dbitset.cpp30 size_t _Bs_G::_S_count(const unsigned char *__first, in _S_count()

12