Searched refs:__out_ite (Results 1 – 3 of 3) sorted by relevance
/external/stlport/stlport/stl/ |
D | _monetary.c | 62 __get_monetary_value(_InIt& __first, _InIt __last, _OuIt __out_ite, in __get_monetary_value() argument 76 *__out_ite++ = *__first++; in __get_monetary_value() 101 *__out_ite++ = _CharT('0'); in __get_monetary_value() 111 *__out_ite++ = *__first++; in __get_monetary_value() 151 back_insert_iterator<string_type> __out_ite(__buf); in __money_do_get() 227 __result = __get_monetary_value(__s, __end, __out_ite, __c_type, in __money_do_get()
|
D | _algo.c | 561 _OutputIter __out_ite, const _Distance __n) { in random_sample_n() argument 568 *__out_ite = *__first; in random_sample_n() 569 ++__out_ite; in random_sample_n() 576 return __out_ite; in random_sample_n() 583 _OutputIter __out_ite, const _Distance __n, in random_sample_n() argument 591 *__out_ite = *__first; in random_sample_n() 592 ++__out_ite; in random_sample_n() 599 return __out_ite; in random_sample_n() 606 _RandomAccessIter __out_ite, in __random_sample() argument 611 __out_ite[__m] = *__first; in __random_sample() [all …]
|
D | _algo.h | 374 _OutputIter __out_ite, const _Distance __n); 379 _OutputIter __out_ite, const _Distance __n,
|