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

/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
H A D_tools.h34 template <class _StorageT, class _ValueT, class _BinaryPredicate>
449 template <class _StorageT, class _ValueT, class _BinaryPredicate>
454 _BinaryPredWrapper (_BinaryPredicate const& __pred) : _M_pred(__pred) {}
456 _BinaryPredicate get_pred() const { return _M_pred; }
463 operator _BinaryPredicate() const
467 _BinaryPredicate _M_pred;
/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_algo.c292 template <class _InputIterator, class _OutputIterator, class _BinaryPredicate, variable
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_pre
[all...]

Completed in 63 milliseconds