Home
last modified time | relevance | path

Searched defs:is_operator (Results 1 – 3 of 3) sorted by relevance

/external/python/pybind11/include/pybind11/
Dattr.h24 struct is_operator { }; struct
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-operators.hpp25 struct is_operator : std::false_type struct
30 struct is_operator<T, rxu::types_checked_t<typename T::operator_tag>> struct
38 struct is_operator : detail::is_operator<Decayed> struct
/external/rust/crates/bindgen/src/ir/
Dfunction.rs383 let is_operator = |spelling: &str| { in from_ty() localVariable