Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-switch_if_empty.hpp42 struct switch_if_empty struct
49 switch_if_empty(backup_source_type b) in switch_if_empty() argument
108 auto switch_if_empty(AN&&... an) in switch_if_empty() function
140 class SwitchIfEmpty = rxo::detail::switch_if_empty<SourceValue, rxu::decay_t<BackupSource>>>
162 class DefaultIfEmpty = rxo::detail::switch_if_empty<SourceValue, BackupSource>>
/external/Reactive-Extensions/RxCpp/Rx/v2/test/operators/
Dswitch_if_empty.cpp25 | rxo::switch_if_empty(ys) in __anonea71d4810102()
78 .switch_if_empty(ys) in __anonea71d4810202()
132 .switch_if_empty(ys) in __anonea71d4810302()
184 .switch_if_empty(ys) in __anonea71d4810402()
237 .switch_if_empty(ys) in __anonea71d4810502()
/external/Reactive-Extensions/RxCpp/Rx/v2/examples/doxygen/
Dswitch_if_empty.cpp10 .switch_if_empty(rxcpp::observable<>::range(1, 5));
26 | switch_if_empty(range(1, 5));
/external/Reactive-Extensions/RxCpp/projects/doxygen/
DCMakeLists.txt102 ${DOXY_EXAMPLES_SRC_DIR}/switch_if_empty.cpp
/external/Reactive-Extensions/RxCpp/Rx/v2/test/
DCMakeLists.txt75 ${TEST_DIR}/operators/switch_if_empty.cpp
/external/Reactive-Extensions/RxCpp/projects/CMake/
DCMakeLists.txt74 ${RXCPP_DIR}/Rx/v2/src/rxcpp/operators/rx-switch_if_empty.hpp
/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