Searched refs:__copy_aux (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstreambuf_iterator.h73 __copy_aux(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>,
301 __copy_aux(_CharT* __first, _CharT* __last, function
313 __copy_aux(const _CharT* __first, const _CharT* __last, function
325 __copy_aux(istreambuf_iterator<_CharT> __first, function
H A Dstl_algobase.h305 __copy_aux(_II __first, _II __last, _OI __result) function
322 __copy_aux(_CharT*, _CharT*, ostreambuf_iterator<_CharT>);
327 __copy_aux(const _CharT*, const _CharT*, ostreambuf_iterator<_CharT>);
331 __copy_aux(istreambuf_iterator<_CharT>, istreambuf_iterator<_CharT>,
340 { return std::__copy_aux(__first, __last, __result); }
349 { return std::__copy_aux(__first.base(), __last.base(), __result); }
358 { return _OI(std::__copy_aux(__first, __last, __result.base())); }
367 { return _OI(std::__copy_aux(__first.base(), __last.base(),
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_streambuf.h161 __copy_aux(istreambuf_iterator<_CharT2>,

Completed in 111 milliseconds