Home
last modified time | relevance | path

Searched refs:values_from (Results 1 – 4 of 4) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-util.hpp80 struct values_from;
83 struct values_from<T, 0, Step, Cursor, ValueN...> struct
89 struct values_from struct
91 … typedef typename values_from<T, Remaining - 1, Step, Cursor + Step, ValueN..., Cursor>::type type; argument
219 …-> decltype(detail::apply(std::move(p), typename values_from<int, sizeof...(ParamN)>::type(), std:… in apply()
220 …return detail::apply(std::move(p), typename values_from<int, sizeof...(ParamN)>::type(), std:… in apply()
225 …-> decltype(detail::apply_to_each(p, typename values_from<int, sizeof...(ParamN)>::type(), f_inner… in apply_to_each()
226 …return detail::apply_to_each(p, typename values_from<int, sizeof...(ParamN)>::type(), f_inner… in apply_to_each()
231 …-> decltype(detail::apply_to_each(p, typename values_from<int, sizeof...(ParamN)>::type(), f_inner… in apply_to_each()
232 …return detail::apply_to_each(p, typename values_from<int, sizeof...(ParamN)>::type(), f_inner… in apply_to_each()
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-combine_latest.hpp233 subscribe_all(state, typename rxu::values_from<int, sizeof...(ObservableN)>::type()); in on_subscribe()
Drx-with_latest_from.hpp233 subscribe_all(state, typename rxu::values_from<int, sizeof...(ObservableN)>::type()); in on_subscribe()
Drx-zip.hpp265 subscribe_all(state, typename rxu::values_from<int, sizeof...(ObservableN)>::type()); in on_subscribe()