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

12

/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_function.h704 _Predicate _M_pred; member in class:unary_negate
708 unary_negate(const _Predicate& __x) : _M_pred(__x) { }
712 { return !_M_pred(__x); }
728 _Predicate _M_pred; member in class:binary_negate
732 binary_negate(const _Predicate& __x) : _M_pred(__x) { }
737 { return !_M_pred(__x, __y); }
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
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/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
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); }

Completed in 73 milliseconds

12