Home
last modified time | relevance | path

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

/third_party/python/Lib/
D_pydecimal.py3380 def logical_and(self, other, context=None): member in Decimal
4738 def logical_and(self, a, b): member in Context
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp19622 struct logical_and : public binary_function<_Tp, _Tp, bool> struct
19626 operator()(const _Tp& __x, const _Tp& __y) const in operator ()()
19653 struct logical_and<void> struct
19658 operator()(_Tp&& __t, _Up&& __u) const in operator ()()
19663 typedef __is_transparent is_transparent;