Searched defs:__out_first (Results 1 - 1 of 1) sorted by relevance

/external/stlport/stlport/stl/
H A D_algo.c651 _RandomAccessIter __out_first, _RandomAccessIter __out_last) {
653 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__out_first, __out_last))
655 __out_first, __out_last - __out_first);
661 _RandomAccessIter __out_first, _RandomAccessIter __out_last,
664 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__out_first, __out_last))
666 __out_first, __rand,
667 __out_last - __out_first);
650 random_sample(_InputIter __first, _InputIter __last, _RandomAccessIter __out_first, _RandomAccessIter __out_last) argument
660 random_sample(_InputIter __first, _InputIter __last, _RandomAccessIter __out_first, _RandomAccessIter __out_last, _RandomNumberGenerator& __rand) argument

Completed in 32 milliseconds