Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/test/subscriptions/
Dcoroutine.cpp32 } RXCPP_CATCH(...) { in __anon4ed78aa40102()
93 } RXCPP_CATCH(...) { in __anon4ed78aa40202()
/external/Reactive-Extensions/RxCpp/Rx/v2/test/operators/
Dlift.cpp36 } RXCPP_CATCH(...) { in on_next()
251 … RXCPP_TRY {pass = predicate(n);} RXCPP_CATCH(...){dest.on_error(rxu::current_exception());}; in __anon3192a8220602()
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-util.hpp35 #define RXCPP_CATCH(...) catch(__VA_ARGS__) macro
39 #define RXCPP_CATCH(...) if ((false)) macro
721 } RXCPP_CATCH(...) { in ~unwinder()
Drx-observer.hpp645 } RXCPP_CATCH(...) { in on_exception()
657 } RXCPP_CATCH(...) { in on_exception()
Drx-observable.hpp436 } RXCPP_CATCH(...) { in subscribe()
Drx-subscriber.hpp56 } RXCPP_CATCH(...) { in operator ()()
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/subjects/
Drx-synchronize.hpp77 } RXCPP_CATCH(...) { in ensure_processing()
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-observe_on.hpp155 RXCPP_CATCH(...) { in ensure_processing()