Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-window_toggle.hpp50 struct window_toggle struct
52 typedef window_toggle<T, Openings, ClosingSelector, Coordination> this_type;
54 using source_value_type = rxu::decay_t<T>;
55 using coordination_type = rxu::decay_t<Coordination>;
56 using coordinator_type = typename coordination_type::coordinator_type;
57 using openings_type = rxu::decay_t<Openings>;
58 using openings_value_type = typename openings_type::value_type;
59 using closing_selector_type = rxu::decay_t<ClosingSelector>;
60 using closings_type = rxu::result_of_t<closing_selector_type(openings_value_type)>;
61 using closings_value_type = typename closings_type::value_type;
[all …]
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-observable.hpp946 auto window_toggle(AN&&... an) const in window_toggle() function in rxcpp::observable