Home
last modified time | relevance | path

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

/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
Drx-observable.hpp78 …typename std::conditional<rxs::is_source<SOF>::value || rxo::is_operator<SOF>::value, rxs::tag_sou… in dynamic_observable()
532 …static_assert(rxo::is_operator<source_operator_type>::value || rxs::is_source<source_operator_type…
/external/v8/src/torque/
Dast.h223 CallExpression(SourcePosition pos, std::string callee, bool is_operator, in CallExpression()
229 is_operator(is_operator), in CallExpression()
233 bool is_operator; member