Searched refs:__first (Results 151 - 172 of 172) sorted by relevance

1234567

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/bits/
H A Dhashtable_policy.h64 __distance_fw(_Iterator __first, _Iterator __last, argument
70 __distance_fw(_Iterator __first, _Iterator __last, argument
72 { return std::distance(__first, __last); }
76 __distance_fw(_Iterator __first, _Iterator __last) argument
79 return __distance_fw(__first, __last, _Tag());
617 insert(_InputIterator __first, _InputIterator __last);
628 insert(_InputIterator __first, _InputIterator __last) argument
634 size_type __n_elt = __detail::__distance_fw(__first, __last);
646 for (; __first != __last; ++__first)
[all...]
H A Dbasic_string.h1036 * @param __first Iterator referencing the first character to append.
1040 * Appends characters in the range [__first,__last) to this string.
1044 append(_InputIterator __first, _InputIterator __last) argument
1045 { return this->replace(_M_iend(), _M_iend(), __first, __last); }
1149 * @param __first Iterator referencing the first character to append.
1153 * Sets value of string to characters in the range [__first,__last).
1157 assign(_InputIterator __first, _InputIterator __last) argument
1158 { return this->replace(_M_ibegin(), _M_iend(), __first, __last); }
1390 * @param __first Iterator referencing the first character to remove.
1398 erase(iterator __first, iterato
[all...]
H A Dhashtable.h379 _Hashtable(_InputIterator __first, _InputIterator __last,
1593 erase(const_iterator __first, const_iterator __last) argument
1595 __node_type* __n = __first._M_cur;
H A Dlocale_facets.h104 const _CharT* __first, const _CharT* __last);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/ext/
H A Dropeimpl.h1657 _Rope_rotate(_Rope_iterator __first, argument
1664 rope<_CharT, _Alloc>& __r(__first.container());
1665 rope<_CharT, _Alloc> __prefix = __r.substr(0, __first.index());
1671 __r.substr(__first.index(), __middle.index() - __first.index());
1681 rotate(_Rope_iterator<char, __STL_DEFAULT_ALLOCATOR(char)> __first, argument
1684 { _Rope_rotate(__first, __middle, __last); }
1696 rotate(_Rope_iterator<wchar_t, __STL_DEFAULT_ALLOCATOR(char)> __first,
1699 { _Rope_rotate(__first, __middle, __last); }
H A Dvstring.h763 * @param __first Iterator referencing the first character to append.
776 append(_InputIterator __first, _InputIterator __last) argument
777 { return this->replace(_M_iend(), _M_iend(), __first, __last); }
891 * @param __first Iterator referencing the first character to append.
905 assign(_InputIterator __first, _InputIterator __last) argument
906 { return this->replace(_M_ibegin(), _M_iend(), __first, __last); }
1143 * @param __first Iterator referencing the first character to remove.
1152 erase(iterator __first, iterator __last) argument
1154 _GLIBCXX_DEBUG_PEDASSERT(__first >= _M_ibegin() && __first <
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/c++/4.6.1/ext/
H A Dropeimpl.h1658 _Rope_rotate(_Rope_iterator __first, argument
1665 rope<_CharT, _Alloc>& __r(__first.container());
1666 rope<_CharT, _Alloc> __prefix = __r.substr(0, __first.index());
1672 __r.substr(__first.index(), __middle.index() - __first.index());
1682 rotate(_Rope_iterator<char, __STL_DEFAULT_ALLOCATOR(char)> __first, argument
1685 { _Rope_rotate(__first, __middle, __last); }
1697 rotate(_Rope_iterator<wchar_t, __STL_DEFAULT_ALLOCATOR(char)> __first,
1700 { _Rope_rotate(__first, __middle, __last); }
H A Dvstring.h753 * @param __first Iterator referencing the first character to append.
761 append(_InputIterator __first, _InputIterator __last) argument
762 { return this->replace(_M_iend(), _M_iend(), __first, __last); }
876 * @param __first Iterator referencing the first character to append.
885 assign(_InputIterator __first, _InputIterator __last) argument
886 { return this->replace(_M_ibegin(), _M_iend(), __first, __last); }
1118 * @param __first Iterator referencing the first character to remove.
1127 erase(iterator __first, iterator __last) argument
1129 _GLIBCXX_DEBUG_PEDASSERT(__first >= _M_ibegin() && __first <
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/include/c++/4.5.3/ext/
H A Dropeimpl.h1656 _Rope_rotate(_Rope_iterator __first, argument
1663 rope<_CharT, _Alloc>& __r(__first.container());
1664 rope<_CharT, _Alloc> __prefix = __r.substr(0, __first.index());
1670 __r.substr(__first.index(), __middle.index() - __first.index());
1680 rotate(_Rope_iterator<char, __STL_DEFAULT_ALLOCATOR(char)> __first, argument
1683 { _Rope_rotate(__first, __middle, __last); }
1695 rotate(_Rope_iterator<wchar_t, __STL_DEFAULT_ALLOCATOR(char)> __first,
1698 { _Rope_rotate(__first, __middle, __last); }
H A Dvstring.h751 * @param __first Iterator referencing the first character to append.
759 append(_InputIterator __first, _InputIterator __last) argument
760 { return this->replace(_M_iend(), _M_iend(), __first, __last); }
874 * @param __first Iterator referencing the first character to append.
883 assign(_InputIterator __first, _InputIterator __last) argument
884 { return this->replace(_M_ibegin(), _M_iend(), __first, __last); }
1116 * @param __first Iterator referencing the first character to remove.
1125 erase(iterator __first, iterator __last) argument
1127 _GLIBCXX_DEBUG_PEDASSERT(__first >= _M_ibegin() && __first <
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/include/c++/4.5.3/ext/
H A Dropeimpl.h1656 _Rope_rotate(_Rope_iterator __first, argument
1663 rope<_CharT, _Alloc>& __r(__first.container());
1664 rope<_CharT, _Alloc> __prefix = __r.substr(0, __first.index());
1670 __r.substr(__first.index(), __middle.index() - __first.index());
1680 rotate(_Rope_iterator<char, __STL_DEFAULT_ALLOCATOR(char)> __first, argument
1683 { _Rope_rotate(__first, __middle, __last); }
1695 rotate(_Rope_iterator<wchar_t, __STL_DEFAULT_ALLOCATOR(char)> __first,
1698 { _Rope_rotate(__first, __middle, __last); }
H A Dvstring.h751 * @param __first Iterator referencing the first character to append.
759 append(_InputIterator __first, _InputIterator __last) argument
760 { return this->replace(_M_iend(), _M_iend(), __first, __last); }
874 * @param __first Iterator referencing the first character to append.
883 assign(_InputIterator __first, _InputIterator __last) argument
884 { return this->replace(_M_ibegin(), _M_iend(), __first, __last); }
1116 * @param __first Iterator referencing the first character to remove.
1125 erase(iterator __first, iterator __last) argument
1127 _GLIBCXX_DEBUG_PEDASSERT(__first >= _M_ibegin() && __first <
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/c++/4.6.1/bits/
H A Dhashtable_policy.h44 __distance_fw(_Iterator __first, _Iterator __last, argument
50 __distance_fw(_Iterator __first, _Iterator __last, argument
52 { return std::distance(__first, __last); }
56 __distance_fw(_Iterator __first, _Iterator __last) argument
59 return __distance_fw(__first, __last, _Tag());
H A Dbasic_string.h1035 append(_InputIterator __first, _InputIterator __last) argument
1036 { return this->replace(_M_iend(), _M_iend(), __first, __last); }
1147 assign(_InputIterator __first, _InputIterator __last) argument
1148 { return this->replace(_M_ibegin(), _M_iend(), __first, __last); }
1383 erase(iterator __first, iterator __last);
H A Dlocale_facets.h106 const _CharT* __first, const _CharT* __last);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/include/c++/4.5.3/bits/
H A Dhashtable_policy.h41 __distance_fw(_Iterator __first, _Iterator __last, argument
47 __distance_fw(_Iterator __first, _Iterator __last, argument
49 { return std::distance(__first, __last); }
53 __distance_fw(_Iterator __first, _Iterator __last) argument
56 return __distance_fw(__first, __last, _Tag());
H A Dbasic_string.h992 append(_InputIterator __first, _InputIterator __last) argument
993 { return this->replace(_M_iend(), _M_iend(), __first, __last); }
1104 assign(_InputIterator __first, _InputIterator __last) argument
1105 { return this->replace(_M_ibegin(), _M_iend(), __first, __last); }
1340 erase(iterator __first, iterator __last);
H A Dlocale_facets.h104 const _CharT* __first, const _CharT* __last);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/include/c++/4.5.3/bits/
H A Dhashtable_policy.h41 __distance_fw(_Iterator __first, _Iterator __last, argument
47 __distance_fw(_Iterator __first, _Iterator __last, argument
49 { return std::distance(__first, __last); }
53 __distance_fw(_Iterator __first, _Iterator __last) argument
56 return __distance_fw(__first, __last, _Tag());
H A Dbasic_string.h992 append(_InputIterator __first, _InputIterator __last) argument
993 { return this->replace(_M_iend(), _M_iend(), __first, __last); }
1104 assign(_InputIterator __first, _InputIterator __last) argument
1105 { return this->replace(_M_ibegin(), _M_iend(), __first, __last); }
1340 erase(iterator __first, iterator __last);
H A Dlocale_facets.h104 const _CharT* __first, const _CharT* __last);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/parallel/
H A Dmultiway_merge.h1010 operator()(_RAIter __first, _RAIter __last, _StrictWeakOrdering __comp) argument
1011 { __gnu_sequential::stable_sort(__first, __last, __comp); }
1023 operator()(_RAIter __first, _RAIter __last, _StrictWeakOrdering __comp) argument
1024 { __gnu_sequential::sort(__first, __last, __comp); }

Completed in 348 milliseconds

1234567