Searched refs:lift_operator (Results 1 – 2 of 2) sorted by relevance
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/ |
D | rx-lift.hpp | 61 struct lift_operator : public operator_base<typename lift_traits<ResultType, SourceOperator, Operat… struct 69 lift_operator(source_operator_type s, operator_type op) in lift_operator() argument
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/ |
D | rx-observable.hpp | 618 …e<rxu::value_type_t<rxo::detail::lift_operator<ResultType, source_operator_type, Operator>>, rxo::… in lift() 619 …e<rxu::value_type_t<rxo::detail::lift_operator<ResultType, source_operator_type, Operator>>, rxo::… in lift() 620 …rxo::detail::lift_operator<ResultType, source_operator_type, Operator>(source_operator, std::forwa… in lift() 632 …e<rxu::value_type_t<rxo::detail::lift_operator<ResultType, source_operator_type, Operator>>, rxo::… in lift_if() 633 …e<rxu::value_type_t<rxo::detail::lift_operator<ResultType, source_operator_type, Operator>>, rxo::… in lift_if() 634 …rxo::detail::lift_operator<ResultType, source_operator_type, Operator>(source_operator, std::forwa… in lift_if()
|