Searched refs:__out_first (Results 1 – 2 of 2) sorted by relevance
/external/stlport/stlport/stl/ |
D | _algo.c | 651 _RandomAccessIter __out_first, _RandomAccessIter __out_last) { in random_sample() argument 653 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__out_first, __out_last)) in random_sample() 655 __out_first, __out_last - __out_first); in random_sample() 661 _RandomAccessIter __out_first, _RandomAccessIter __out_last, in random_sample() argument 664 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__out_first, __out_last)) in random_sample() 666 __out_first, __rand, in random_sample() 667 __out_last - __out_first); in random_sample()
|
D | _algo.h | 385 _RandomAccessIter __out_first, _RandomAccessIter __out_last); 391 _RandomAccessIter __out_first, _RandomAccessIter __out_last,
|