Home
last modified time | relevance | path

Searched defs:logical_and (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_function.h79 struct logical_and : public binary_function<_Tp, _Tp, bool> { struct
80 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x && __y; } in operator()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
Dbind.hpp321 template<class A> bool operator()( type<bool>, logical_and & /*f*/, A & a, int ) in operator ()() argument