Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-switch_if_empty.hpp42 struct switch_if_empty struct
44 typedef rxu::decay_t<T> source_value_type;
45 typedef rxu::decay_t<BackupSource> backup_source_type;
47 backup_source_type backup;
49 switch_if_empty(backup_source_type b) in switch_if_empty() function
55 struct switch_if_empty_observer
97 auto operator()(Subscriber dest) const in operator ()()
108 auto switch_if_empty(AN&&... an) in switch_if_empty() function
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-observable.hpp722 auto switch_if_empty(AN&&... an) const in switch_if_empty() function in rxcpp::observable