Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-ref_count.hpp95 struct ref_count_state : public std::enable_shared_from_this<ref_count_state>, struct
101 explicit ref_count_state(connectable_type source) in ref_count_state() argument
108 ref_count_state(connectable_type other, in ref_count_state() function
120 std::shared_ptr<ref_count_state> state;
130 : state(std::make_shared<ref_count_state>(std::move(source))) in ref_count()
142 : state(std::make_shared<ref_count_state>(std::move(other), std::move(source))) in ref_count()