HomeSort by relevance Sort by last modified time
    Searched defs:_BinaryPredicate (Results 1 - 6 of 6) sorted by null

  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/pointers/
_tools.h 34 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;
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/pointers/
_tools.h 34 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;
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/pointers/
_tools.h 34 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;
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_algo.c 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
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_algo.c 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
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_algo.c 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
    [all...]

Completed in 274 milliseconds