Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-combine_latest.hpp102 struct combine_latest : public operator_base<rxu::value_type_t<combine_latest_traits<Coordination, … struct
104 typedef combine_latest<Coordination, Selector, ObservableN...> this_type; argument
130 combine_latest(coordination_type sf, selector_type s, tuple_source_type ts) in combine_latest() argument
242 auto combine_latest(AN&&... an) in combine_latest() function
255 …class combine_latest = rxo::detail::combine_latest<identity_one_worker, rxu::detail::pack, rxu::de…
256 class Value = rxu::value_type_t<combine_latest>,
257 class Result = observable<Value, combine_latest>>
260 …return Result(combine_latest(identity_current_thread(), rxu::pack(), std::make_tuple(std::forward<… in member()
268 …class combine_latest = rxo::detail::combine_latest<identity_one_worker, ResolvedSelector, rxu::dec…
269 class Value = rxu::value_type_t<combine_latest>,
[all …]
/external/Reactive-Extensions/RxCpp/Rx/v2/test/operators/
Dcombine_latest.cpp31 .combine_latest( in __anon5d7f3c530102()
99 .combine_latest( in __anon5d7f3c530302()
166 .combine_latest( in __anon5d7f3c530502()
231 .combine_latest( in __anon5d7f3c530702()
293 .combine_latest( in __anon5d7f3c530902()
347 .combine_latest( in __anon5d7f3c530c02()
401 .combine_latest( in __anon5d7f3c530f02()
457 .combine_latest( in __anon5d7f3c531102()
515 .combine_latest( in __anon5d7f3c531302()
575 .combine_latest( in __anon5d7f3c531502()
[all …]
/external/Reactive-Extensions/RxCpp/Rx/v2/examples/doxygen/
Dcombine_latest.cpp11 auto values = o1.combine_latest(o2, o3);
38 auto values = o1.combine_latest(thr, o2, o3);
54 auto values = o1.combine_latest(
72 auto values = o1.combine_latest(
/external/Reactive-Extensions/RxCpp/projects/doxygen/
DCMakeLists.txt51 ${DOXY_EXAMPLES_SRC_DIR}/combine_latest.cpp
/external/Reactive-Extensions/RxCpp/Rx/v2/test/
DCMakeLists.txt37 ${TEST_DIR}/operators/combine_latest.cpp
/external/Reactive-Extensions/RxCpp/Rx/v2/test/subscriptions/
Dsubscription.cpp91 .combine_latest([](int i, int j) { in __anon1ab139c80702()
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-observable.hpp1101 auto combine_latest(AN... an) const in combine_latest() function in rxcpp::observable