HomeSort by relevance Sort by last modified time
    Searched full:__first (Results 451 - 475 of 1386) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_list.h 67 _Node_base* __first, _Node_base* __last);
324 list(_InputIterator __first, _InputIterator __last,
327 { _M_insert(begin(), __first, __last); } local
331 list(_InputIterator __first, _InputIterator __last)
333 { _M_insert(begin(), __first, __last); } local
336 list(const value_type* __first, const value_type* __last,
339 { _M_insert(begin(), __first, __last); } local
340 list(const_iterator __first, const_iterator __last,
343 { _M_insert(begin(), __first, __last); } local
438 void _M_insert(iterator __pos, _InputIterator __first, _InputIterator __last)
635 iterator __first = begin(); local
    [all...]
_num_get.c 118 __get_integer(_InputIter& __first, _InputIter& __last,
130 for ( ; __first != __last ; ++__first) {
132 const _CharT __c = *__first;
178 __get_integer(_InputIter& __first, _InputIter& __last,
190 for ( ; __first != __last ; ++__first) {
192 const _CharT __c = *__first;
239 __get_decimal_integer(_InputIter& __first, _InputIter& __last, _Integer& __val, _CharT* /*dummy*/) {
242 return __get_integer(__first, __last, 10, __val, 0, false, _CharT() /*separator*/, __grp, __false_type())
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_list.h 67 _Node_base* __first, _Node_base* __last);
324 list(_InputIterator __first, _InputIterator __last,
327 { _M_insert(begin(), __first, __last); } local
331 list(_InputIterator __first, _InputIterator __last)
333 { _M_insert(begin(), __first, __last); } local
336 list(const value_type* __first, const value_type* __last,
339 { _M_insert(begin(), __first, __last); } local
340 list(const_iterator __first, const_iterator __last,
343 { _M_insert(begin(), __first, __last); } local
438 void _M_insert(iterator __pos, _InputIterator __first, _InputIterator __last)
635 iterator __first = begin(); local
    [all...]
_num_get.c 118 __get_integer(_InputIter& __first, _InputIter& __last,
130 for ( ; __first != __last ; ++__first) {
132 const _CharT __c = *__first;
178 __get_integer(_InputIter& __first, _InputIter& __last,
190 for ( ; __first != __last ; ++__first) {
192 const _CharT __c = *__first;
239 __get_decimal_integer(_InputIter& __first, _InputIter& __last, _Integer& __val, _CharT* /*dummy*/) {
242 return __get_integer(__first, __last, 10, __val, 0, false, _CharT() /*separator*/, __grp, __false_type())
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
streambuf_iterator.h 283 copy(istreambuf_iterator<_CharT> __first,
287 if (__first._M_sbuf && !__last._M_sbuf && !__result._M_failed)
290 __copy_streambufs_eof(__first._M_sbuf, __result._M_sbuf, __ineof);
300 __copy_move_a2(_CharT* __first, _CharT* __last,
303 const streamsize __num = __last - __first;
305 __result._M_put(__first, __num);
312 __copy_move_a2(const _CharT* __first, const _CharT* __last,
315 const streamsize __num = __last - __first;
317 __result._M_put(__first, __num);
324 __copy_move_a2(istreambuf_iterator<_CharT> __first,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
streambuf_iterator.h 293 copy(istreambuf_iterator<_CharT> __first,
297 if (__first._M_sbuf && !__last._M_sbuf && !__result._M_failed)
300 __copy_streambufs_eof(__first._M_sbuf, __result._M_sbuf, __ineof);
310 __copy_move_a2(_CharT* __first, _CharT* __last,
313 const streamsize __num = __last - __first;
315 __result._M_put(__first, __num);
322 __copy_move_a2(const _CharT* __first, const _CharT* __last,
325 const streamsize __num = __last - __first;
327 __result._M_put(__first, __num);
334 __copy_move_a2(istreambuf_iterator<_CharT> __first,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
streambuf_iterator.h 293 copy(istreambuf_iterator<_CharT> __first,
297 if (__first._M_sbuf && !__last._M_sbuf && !__result._M_failed)
300 __copy_streambufs_eof(__first._M_sbuf, __result._M_sbuf, __ineof);
310 __copy_move_a2(_CharT* __first, _CharT* __last,
313 const streamsize __num = __last - __first;
315 __result._M_put(__first, __num);
322 __copy_move_a2(const _CharT* __first, const _CharT* __last,
325 const streamsize __num = __last - __first;
327 __result._M_put(__first, __num);
334 __copy_move_a2(istreambuf_iterator<_CharT> __first,
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
streambuf_iterator.h 276 copy(istreambuf_iterator<_CharT> __first,
280 if (__first._M_sbuf && !__last._M_sbuf && !__result._M_failed)
283 __copy_streambufs_eof(__first._M_sbuf, __result._M_sbuf, __ineof);
293 __copy_move_a2(_CharT* __first, _CharT* __last,
296 const streamsize __num = __last - __first;
298 __result._M_put(__first, __num);
305 __copy_move_a2(const _CharT* __first, const _CharT* __last,
308 const streamsize __num = __last - __first;
310 __result._M_put(__first, __num);
317 __copy_move_a2(istreambuf_iterator<_CharT> __first,
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
streambuf_iterator.h 276 copy(istreambuf_iterator<_CharT> __first,
280 if (__first._M_sbuf && !__last._M_sbuf && !__result._M_failed)
283 __copy_streambufs_eof(__first._M_sbuf, __result._M_sbuf, __ineof);
293 __copy_move_a2(_CharT* __first, _CharT* __last,
296 const streamsize __num = __last - __first;
298 __result._M_put(__first, __num);
305 __copy_move_a2(const _CharT* __first, const _CharT* __last,
308 const streamsize __num = __last - __first;
310 __result._M_put(__first, __num);
317 __copy_move_a2(istreambuf_iterator<_CharT> __first,
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
streambuf_iterator.h 276 copy(istreambuf_iterator<_CharT> __first,
280 if (__first._M_sbuf && !__last._M_sbuf && !__result._M_failed)
283 __copy_streambufs_eof(__first._M_sbuf, __result._M_sbuf, __ineof);
293 __copy_move_a2(_CharT* __first, _CharT* __last,
296 const streamsize __num = __last - __first;
298 __result._M_put(__first, __num);
305 __copy_move_a2(const _CharT* __first, const _CharT* __last,
308 const streamsize __num = __last - __first;
310 __result._M_put(__first, __num);
317 __copy_move_a2(istreambuf_iterator<_CharT> __first,
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
streambuf_iterator.h 276 copy(istreambuf_iterator<_CharT> __first,
280 if (__first._M_sbuf && !__last._M_sbuf && !__result._M_failed)
283 __copy_streambufs_eof(__first._M_sbuf, __result._M_sbuf, __ineof);
293 __copy_move_a2(_CharT* __first, _CharT* __last,
296 const streamsize __num = __last - __first;
298 __result._M_put(__first, __num);
305 __copy_move_a2(const _CharT* __first, const _CharT* __last,
308 const streamsize __num = __last - __first;
310 __result._M_put(__first, __num);
317 __copy_move_a2(istreambuf_iterator<_CharT> __first,
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
streambuf_iterator.h 283 copy(istreambuf_iterator<_CharT> __first,
287 if (__first._M_sbuf && !__last._M_sbuf && !__result._M_failed)
290 __copy_streambufs_eof(__first._M_sbuf, __result._M_sbuf, __ineof);
300 __copy_move_a2(_CharT* __first, _CharT* __last,
303 const streamsize __num = __last - __first;
305 __result._M_put(__first, __num);
312 __copy_move_a2(const _CharT* __first, const _CharT* __last,
315 const streamsize __num = __last - __first;
317 __result._M_put(__first, __num);
324 __copy_move_a2(istreambuf_iterator<_CharT> __first,
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
streambuf_iterator.h 295 copy(istreambuf_iterator<_CharT> __first,
299 if (__first._M_sbuf && !__last._M_sbuf && !__result._M_failed)
302 __copy_streambufs_eof(__first._M_sbuf, __result._M_sbuf, __ineof);
312 __copy_move_a2(_CharT* __first, _CharT* __last,
315 const streamsize __num = __last - __first;
317 __result._M_put(__first, __num);
324 __copy_move_a2(const _CharT* __first, const _CharT* __last,
327 const streamsize __num = __last - __first;
329 __result._M_put(__first, __num);
336 __copy_move_a2(istreambuf_iterator<_CharT> __first,
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
streambuf_iterator.h 283 copy(istreambuf_iterator<_CharT> __first,
287 if (__first._M_sbuf && !__last._M_sbuf && !__result._M_failed)
290 __copy_streambufs_eof(__first._M_sbuf, __result._M_sbuf, __ineof);
300 __copy_move_a2(_CharT* __first, _CharT* __last,
303 const streamsize __num = __last - __first;
305 __result._M_put(__first, __num);
312 __copy_move_a2(const _CharT* __first, const _CharT* __last,
315 const streamsize __num = __last - __first;
317 __result._M_put(__first, __num);
324 __copy_move_a2(istreambuf_iterator<_CharT> __first,
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
streambuf_iterator.h 295 copy(istreambuf_iterator<_CharT> __first,
299 if (__first._M_sbuf && !__last._M_sbuf && !__result._M_failed)
302 __copy_streambufs_eof(__first._M_sbuf, __result._M_sbuf, __ineof);
312 __copy_move_a2(_CharT* __first, _CharT* __last,
315 const streamsize __num = __last - __first;
317 __result._M_put(__first, __num);
324 __copy_move_a2(const _CharT* __first, const _CharT* __last,
327 const streamsize __num = __last - __first;
329 __result._M_put(__first, __num);
336 __copy_move_a2(istreambuf_iterator<_CharT> __first,
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
streambuf_iterator.h 293 copy(istreambuf_iterator<_CharT> __first,
297 if (__first._M_sbuf && !__last._M_sbuf && !__result._M_failed)
300 __copy_streambufs_eof(__first._M_sbuf, __result._M_sbuf, __ineof);
310 __copy_move_a2(_CharT* __first, _CharT* __last,
313 const streamsize __num = __last - __first;
315 __result._M_put(__first, __num);
322 __copy_move_a2(const _CharT* __first, const _CharT* __last,
325 const streamsize __num = __last - __first;
327 __result._M_put(__first, __num);
334 __copy_move_a2(istreambuf_iterator<_CharT> __first,
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
streambuf_iterator.h 293 copy(istreambuf_iterator<_CharT> __first,
297 if (__first._M_sbuf && !__last._M_sbuf && !__result._M_failed)
300 __copy_streambufs_eof(__first._M_sbuf, __result._M_sbuf, __ineof);
310 __copy_move_a2(_CharT* __first, _CharT* __last,
313 const streamsize __num = __last - __first;
315 __result._M_put(__first, __num);
322 __copy_move_a2(const _CharT* __first, const _CharT* __last,
325 const streamsize __num = __last - __first;
327 __result._M_put(__first, __num);
334 __copy_move_a2(istreambuf_iterator<_CharT> __first,
    [all...]
vector.tcc 151 _M_erase(iterator __first, iterator __last)
153 if (__first != __last)
156 _GLIBCXX_MOVE3(__last, end(), __first);
157 _M_erase_at_end(__first.base() + (end() - __last));
159 return __first;
246 _M_assign_aux(_InputIterator __first, _InputIterator __last,
250 for (; __first != __last && __cur != this->_M_impl._M_finish;
251 ++__cur, ++__first)
252 *__cur = *__first;
253 if (__first == __last
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/
list 116 list(_InputIterator __first, _InputIterator __last,
118 : _Base(__first, __last, __a)
194 assign(_InputIterator __first, _InputIterator __last)
195 { _Base::assign(__first, __last); }
402 insert(const_iterator __position, _InputIterator __first,
406 return iterator(_Base::insert(__position.base(), __first, __last),
412 insert(iterator __position, _InputIterator __first,
416 _Base::insert(__position.base(), __first, __last);
484 splice(const_iterator __position, list&& __x, const_iterator __first,
487 splice(iterator __position, list& __x, iterator __first,
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
list 101 list(_InputIterator __first, _InputIterator __last,
103 : _Base(__gnu_debug::__base(__gnu_debug::__check_valid_range(__first,
169 assign(_InputIterator __first, _InputIterator __last)
171 __glibcxx_check_valid_range(__first, __last);
172 _Base::assign(__gnu_debug::__base(__first),
438 insert(const_iterator __position, _InputIterator __first,
441 __glibcxx_check_insert_range(__position, __first, __last);
443 __gnu_debug::__base(__first),
450 insert(iterator __position, _InputIterator __first,
453 __glibcxx_check_insert_range(__position, __first, __last)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_num_get.c 118 __get_integer(_InputIter& __first, _InputIter& __last,
130 for ( ; __first != __last ; ++__first) {
132 const _CharT __c = *__first;
178 __get_integer(_InputIter& __first, _InputIter& __last,
190 for ( ; __first != __last ; ++__first) {
192 const _CharT __c = *__first;
239 __get_decimal_integer(_InputIter& __first, _InputIter& __last, _Integer& __val, _CharT* /*dummy*/) {
242 return __get_integer(__first, __last, 10, __val, 0, false, _CharT() /*separator*/, __grp, __false_type())
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_num_get.c 118 __get_integer(_InputIter& __first, _InputIter& __last,
130 for ( ; __first != __last ; ++__first) {
132 const _CharT __c = *__first;
178 __get_integer(_InputIter& __first, _InputIter& __last,
190 for ( ; __first != __last ; ++__first) {
192 const _CharT __c = *__first;
239 __get_decimal_integer(_InputIter& __first, _InputIter& __last, _Integer& __val, _CharT* /*dummy*/) {
242 return __get_integer(__first, __last, 10, __val, 0, false, _CharT() /*separator*/, __grp, __false_type())
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_num_get.c 118 __get_integer(_InputIter& __first, _InputIter& __last,
130 for ( ; __first != __last ; ++__first) {
132 const _CharT __c = *__first;
178 __get_integer(_InputIter& __first, _InputIter& __last,
190 for ( ; __first != __last ; ++__first) {
192 const _CharT __c = *__first;
239 __get_decimal_integer(_InputIter& __first, _InputIter& __last, _Integer& __val, _CharT* /*dummy*/) {
242 return __get_integer(__first, __last, 10, __val, 0, false, _CharT() /*separator*/, __grp, __false_type())
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_num_get.c 118 __get_integer(_InputIter& __first, _InputIter& __last,
130 for ( ; __first != __last ; ++__first) {
132 const _CharT __c = *__first;
178 __get_integer(_InputIter& __first, _InputIter& __last,
190 for ( ; __first != __last ; ++__first) {
192 const _CharT __c = *__first;
239 __get_decimal_integer(_InputIter& __first, _InputIter& __last, _Integer& __val, _CharT* /*dummy*/) {
242 return __get_integer(__first, __last, 10, __val, 0, false, _CharT() /*separator*/, __grp, __false_type())
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/debug/
deque 93 deque(_InputIterator __first, _InputIterator __last,
95 : _Base(__gnu_debug::__base(__gnu_debug::__check_valid_range(__first,
148 assign(_InputIterator __first, _InputIterator __last)
150 __glibcxx_check_valid_range(__first, __last);
151 _Base::assign(__gnu_debug::__base(__first),
415 _InputIterator __first, _InputIterator __last)
417 __glibcxx_check_insert_range(__position, __first, __last);
418 _Base::insert(__position.base(), __gnu_debug::__base(__first),
458 erase(iterator __first, iterator __last)
462 __glibcxx_check_erase_range(__first, __last)
    [all...]

Completed in 1137 milliseconds

<<11121314151617181920>>