Searched defs:logical_or (Results 1 – 2 of 2) sorted by relevance
3414 def logical_or(self, other, context=None): member in Decimal4798 def logical_or(self, a, b): member in Context
19632 struct logical_or : public binary_function<_Tp, _Tp, bool> struct19636 operator()(const _Tp& __x, const _Tp& __y) const in operator ()()19668 struct logical_or<void> struct19673 operator()(_Tp&& __t, _Up&& __u) const in operator ()()19678 typedef __is_transparent is_transparent;