Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-sources.hpp15 struct tag_source {}; struct
20 typedef tag_source source_tag;
30 …static const bool value = std::is_convertible<decltype(check<rxu::decay_t<T>>(0)), tag_source*>::v…
Drx-connectable_observable.hpp53 void construct(SO&& source, rxs::tag_source&&) { in construct() argument
74 …::conditional<is_dynamic_observable<SOF>::value, tag_dynamic_observable, rxs::tag_source>::type()); in dynamic_connectable_observable()
Drx-grouped_observable.hpp61 void construct(SO&& source, const rxs::tag_source&) { in construct() argument
80 …_dynamic_grouped_observable<SOF>::value, tag_dynamic_grouped_observable, rxs::tag_source>::type()); in dynamic_grouped_observable()
Drx-observable.hpp52 void construct(SO&& source, rxs::tag_source&&) { in construct() argument
78 …ional<rxs::is_source<SOF>::value || rxo::is_operator<SOF>::value, rxs::tag_source, tag_function>::… in dynamic_observable()