Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-ref_count.hpp53 template <typename connectable_type, typename observable_type>
55 ref_count_state_base(connectable_type other, observable_type source) in ref_count_state_base()
59 connectable_type connectable; // connects to this. subscribes to this if subscribable empty.
69 template <typename connectable_type>
70 struct ref_count_state_base<connectable_type, void> {
71 explicit ref_count_state_base(connectable_type c) in ref_count_state_base()
74 connectable_type connectable; // connects to this. subscribes to this if subscribable empty.
88 typedef rxu::decay_t<ConnectableObservable> connectable_type; typedef
101 explicit ref_count_state(connectable_type source) in ref_count_state()
108 ref_count_state(connectable_type other, in ref_count_state()
[all …]