Home | History | Annotate | Download | only in stl

Lines Matching defs:_BinaryPredicate

292 template <class _InputIterator, class _OutputIterator, class _BinaryPredicate,
297 _BinaryPredicate __binary_pred, _Tp*) {
308 template <class _InputIter, class _OutputIter, class _BinaryPredicate>
311 _BinaryPredicate __binary_pred, const output_iterator_tag &) {
316 template <class _InputIter, class _ForwardIter, class _BinaryPredicate>
319 _BinaryPredicate __binary_pred, const forward_iterator_tag &) {
327 template <class _InputIterator, class _BidirectionalIterator, class _BinaryPredicate>
330 _BidirectionalIterator __result, _BinaryPredicate __binary_pred,
335 template <class _InputIterator, class _RandomAccessIterator, class _BinaryPredicate>
338 _RandomAccessIterator __result, _BinaryPredicate __binary_pred,
356 template <class _InputIter, class _OutputIter, class _BinaryPredicate>
359 _BinaryPredicate __binary_pred) {