Searched refs:_M_pred (Results 1 - 25 of 28) sorted by relevance

12

/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dpredefined_ops.h222 _Predicate _M_pred; member in struct:__gnu_cxx::__ops::_Iter_pred
225 : _M_pred(__pred)
231 { return bool(_M_pred(*__it)); }
284 _Predicate _M_pred; member in struct:__gnu_cxx::__ops::_Iter_negate
287 : _M_pred(__pred)
293 { return !bool(_M_pred(*__it)); }
299 { return _Iter_negate<_Predicate>(__pred._M_pred); }
H A Dstl_function.h708 _Predicate _M_pred; member in class:unary_negate
712 unary_negate(const _Predicate& __x) : _M_pred(__x) { }
716 { return !_M_pred(__x); }
732 _Predicate _M_pred; member in class:binary_negate
736 binary_negate(const _Predicate& __x) : _M_pred(__x) { }
741 { return !_M_pred(__x, __y); }
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dpredefined_ops.h222 _Predicate _M_pred; member in struct:__gnu_cxx::__ops::_Iter_pred
225 : _M_pred(__pred)
231 { return bool(_M_pred(*__it)); }
284 _Predicate _M_pred; member in struct:__gnu_cxx::__ops::_Iter_negate
287 : _M_pred(__pred)
293 { return !bool(_M_pred(*__it)); }
299 { return _Iter_negate<_Predicate>(__pred._M_pred); }
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dpredefined_ops.h222 _Predicate _M_pred; member in struct:__gnu_cxx::__ops::_Iter_pred
225 : _M_pred(__pred)
231 { return bool(_M_pred(*__it)); }
284 _Predicate _M_pred; member in struct:__gnu_cxx::__ops::_Iter_negate
287 : _M_pred(__pred)
293 { return !bool(_M_pred(*__it)); }
299 { return _Iter_negate<_Predicate>(__pred._M_pred); }
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dpredefined_ops.h222 _Predicate _M_pred; member in struct:__gnu_cxx::__ops::_Iter_pred
225 : _M_pred(__pred)
231 { return bool(_M_pred(*__it)); }
284 _Predicate _M_pred; member in struct:__gnu_cxx::__ops::_Iter_negate
287 : _M_pred(__pred)
293 { return !bool(_M_pred(*__it)); }
299 { return _Iter_negate<_Predicate>(__pred._M_pred); }
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/pointers/
H A D_tools.h440 _UnaryPredWrapper (_UnaryPredicate const& __pred) : _M_pred(__pred) {}
443 { return _M_pred(cast_traits::to_value_type_cref(__ref)); }
446 _UnaryPredicate _M_pred; member in struct:_UnaryPredWrapper
454 _BinaryPredWrapper (_BinaryPredicate const& __pred) : _M_pred(__pred) {}
456 _BinaryPredicate get_pred() const { return _M_pred; }
459 { return _M_pred(cast_traits::to_value_type_cref(__fst), cast_traits::to_value_type_cref(__snd)); }
464 { return _M_pred; }
467 _BinaryPredicate _M_pred; member in struct:_BinaryPredWrapper
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/pointers/
H A D_tools.h440 _UnaryPredWrapper (_UnaryPredicate const& __pred) : _M_pred(__pred) {}
443 { return _M_pred(cast_traits::to_value_type_cref(__ref)); }
446 _UnaryPredicate _M_pred; member in struct:_UnaryPredWrapper
454 _BinaryPredWrapper (_BinaryPredicate const& __pred) : _M_pred(__pred) {}
456 _BinaryPredicate get_pred() const { return _M_pred; }
459 { return _M_pred(cast_traits::to_value_type_cref(__fst), cast_traits::to_value_type_cref(__snd)); }
464 { return _M_pred; }
467 _BinaryPredicate _M_pred; member in struct:_BinaryPredWrapper
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/pointers/
H A D_tools.h440 _UnaryPredWrapper (_UnaryPredicate const& __pred) : _M_pred(__pred) {}
443 { return _M_pred(cast_traits::to_value_type_cref(__ref)); }
446 _UnaryPredicate _M_pred; member in struct:_UnaryPredWrapper
454 _BinaryPredWrapper (_BinaryPredicate const& __pred) : _M_pred(__pred) {}
456 _BinaryPredicate get_pred() const { return _M_pred; }
459 { return _M_pred(cast_traits::to_value_type_cref(__fst), cast_traits::to_value_type_cref(__snd)); }
464 { return _M_pred; }
467 _BinaryPredicate _M_pred; member in struct:_BinaryPredWrapper
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/pointers/
H A D_tools.h440 _UnaryPredWrapper (_UnaryPredicate const& __pred) : _M_pred(__pred) {}
443 { return _M_pred(cast_traits::to_value_type_cref(__ref)); }
446 _UnaryPredicate _M_pred; member in struct:_UnaryPredWrapper
454 _BinaryPredWrapper (_BinaryPredicate const& __pred) : _M_pred(__pred) {}
456 _BinaryPredicate get_pred() const { return _M_pred; }
459 { return _M_pred(cast_traits::to_value_type_cref(__fst), cast_traits::to_value_type_cref(__snd)); }
464 { return _M_pred; }
467 _BinaryPredicate _M_pred; member in struct:_BinaryPredWrapper
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dstl_function.h355 _Predicate _M_pred; member in class:unary_negate
359 unary_negate(const _Predicate& __x) : _M_pred(__x) { }
363 { return !_M_pred(__x); }
379 _Predicate _M_pred; member in class:binary_negate
383 binary_negate(const _Predicate& __x) : _M_pred(__x) { }
388 { return !_M_pred(__x, __y); }
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dstl_function.h355 _Predicate _M_pred; member in class:unary_negate
359 unary_negate(const _Predicate& __x) : _M_pred(__x) { }
363 { return !_M_pred(__x); }
379 _Predicate _M_pred; member in class:binary_negate
383 binary_negate(const _Predicate& __x) : _M_pred(__x) { }
388 { return !_M_pred(__x, __y); }
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/bits/
H A Dstl_function.h355 _Predicate _M_pred; member in class:unary_negate
359 unary_negate(const _Predicate& __x) : _M_pred(__x) { }
363 { return !_M_pred(__x); }
379 _Predicate _M_pred; member in class:binary_negate
383 binary_negate(const _Predicate& __x) : _M_pred(__x) { }
388 { return !_M_pred(__x, __y); }
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
H A Dstl_function.h355 _Predicate _M_pred; member in class:unary_negate
359 unary_negate(const _Predicate& __x) : _M_pred(__x) { }
363 { return !_M_pred(__x); }
379 _Predicate _M_pred; member in class:binary_negate
383 binary_negate(const _Predicate& __x) : _M_pred(__x) { }
388 { return !_M_pred(__x, __y); }
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_function.h144 _Predicate _M_pred; member in class:unary_negate
146 explicit unary_negate(const _Predicate& __x) : _M_pred(__x) {}
148 return !_M_pred(__x);
173 _Predicate _M_pred; member in class:binary_negate
175 explicit binary_negate(const _Predicate& __x) : _M_pred(__x) {}
177 return !_M_pred(__x, __y);
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
H A D_function.h144 _Predicate _M_pred; member in class:unary_negate
146 explicit unary_negate(const _Predicate& __x) : _M_pred(__x) {}
148 return !_M_pred(__x);
173 _Predicate _M_pred; member in class:binary_negate
175 explicit binary_negate(const _Predicate& __x) : _M_pred(__x) {}
177 return !_M_pred(__x, __y);
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
H A D_function.h144 _Predicate _M_pred; member in class:unary_negate
146 explicit unary_negate(const _Predicate& __x) : _M_pred(__x) {}
148 return !_M_pred(__x);
173 _Predicate _M_pred; member in class:binary_negate
175 explicit binary_negate(const _Predicate& __x) : _M_pred(__x) {}
177 return !_M_pred(__x, __y);
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
H A D_function.h144 _Predicate _M_pred; member in class:unary_negate
146 explicit unary_negate(const _Predicate& __x) : _M_pred(__x) {}
148 return !_M_pred(__x);
173 _Predicate _M_pred; member in class:binary_negate
175 explicit binary_negate(const _Predicate& __x) : _M_pred(__x) {}
177 return !_M_pred(__x, __y);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
H A Dbase.h177 _Predicate _M_pred; member in class:__gnu_parallel::__unary_negate
181 __unary_negate(const _Predicate& __x) : _M_pred(__x) { }
185 { return !_M_pred(__x); }
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
H A Dbase.h177 _Predicate _M_pred; member in class:__gnu_parallel::__unary_negate
181 __unary_negate(const _Predicate& __x) : _M_pred(__x) { }
185 { return !_M_pred(__x); }
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/parallel/
H A Dbase.h177 _Predicate _M_pred; member in class:__gnu_parallel::__unary_negate
181 __unary_negate(const _Predicate& __x) : _M_pred(__x) { }
185 { return !_M_pred(__x); }
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
H A Dbase.h177 _Predicate _M_pred; member in class:__gnu_parallel::__unary_negate
181 __unary_negate(const _Predicate& __x) : _M_pred(__x) { }
185 { return !_M_pred(__x); }
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
H A Dbase.h177 _Predicate _M_pred; member in class:__gnu_parallel::__unary_negate
181 __unary_negate(const _Predicate& __x) : _M_pred(__x) { }
185 { return !_M_pred(__x); }
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
H A Dbase.h177 _Predicate _M_pred; member in class:__gnu_parallel::__unary_negate
181 __unary_negate(const _Predicate& __x) : _M_pred(__x) { }
185 { return !_M_pred(__x); }
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
H A Dbase.h177 _Predicate _M_pred; member in class:__gnu_parallel::__unary_negate
181 __unary_negate(const _Predicate& __x) : _M_pred(__x) { }
185 { return !_M_pred(__x); }
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
H A Dbase.h177 _Predicate _M_pred; member in class:__gnu_parallel::__unary_negate
181 __unary_negate(const _Predicate& __x) : _M_pred(__x) { }
185 { return !_M_pred(__x); }

Completed in 862 milliseconds

12