Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-switch_on_next.hpp42 struct switch_on_next struct
48 typedef switch_on_next<T, Observable, Coordination> this_type; argument
73 switch_on_next(const source_type& o, coordination_type sf) in switch_on_next() function
202 auto switch_on_next(AN&&... an) in switch_on_next() function
216 …class SwitchOnNext = rxo::detail::switch_on_next<SourceValue, rxu::decay_t<Observable>, identity_o…
229 …class SwitchOnNext = rxo::detail::switch_on_next<SourceValue, rxu::decay_t<Observable>, rxu::decay…
/external/Reactive-Extensions/RxCpp/Rx/v2/examples/doxygen/
Dswitch_on_next.cpp13 auto values = base.switch_on_next().take(10);
28 auto values = base.switch_on_next(rxcpp::observe_on_new_thread()).take(10);
/external/Reactive-Extensions/RxCpp/Rx/v2/test/operators/
Dswitch_on_next.cpp49 | rxo::switch_on_next(); in __anon836ea73d0102()
152 return xs.switch_on_next(); in __anon836ea73d0202()
240 return xs.switch_on_next(); in __anon836ea73d0302()
300 return xs.switch_on_next(); in __anon836ea73d0402()
349 return xs.switch_on_next(); in __anon836ea73d0502()
/external/Reactive-Extensions/RxCpp/Rx/v2/test/
DCMakeLists.txt76 ${TEST_DIR}/operators/switch_on_next.cpp
/external/Reactive-Extensions/RxCpp/projects/doxygen/
DCMakeLists.txt103 ${DOXY_EXAMPLES_SRC_DIR}/switch_on_next.cpp
/external/Reactive-Extensions/RxCpp/projects/CMake/
DCMakeLists.txt75 ${RXCPP_DIR}/Rx/v2/src/rxcpp/operators/rx-switch_on_next.hpp
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-observable.hpp990 auto switch_on_next(AN&&... an) const in switch_on_next() function in rxcpp::observable