Home
last modified time | relevance | path

Searched refs:apply_to_each (Results 1 – 2 of 2) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-util.hpp205 auto apply_to_each(std::tuple<ParamN...>& p, values<int, IndexN...>, F_inner& f_inner, F_outer& f_o… in apply_to_each() function
211 auto apply_to_each(std::tuple<ParamN...>& p, values<int, IndexN...>, const F_inner& f_inner, const … in apply_to_each() function
224 auto apply_to_each(std::tuple<ParamN...>& p, F_inner& f_inner, F_outer& f_outer) in apply_to_each() function
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()
230 auto apply_to_each(std::tuple<ParamN...>& p, const F_inner& f_inner, const F_outer& f_outer) in apply_to_each() function
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-zip.hpp197 … if (rxu::apply_to_each(state->pending, values_not_empty(), rxu::all_values_true())) { in subscribe_one()
198 … auto selectedResult = rxu::apply_to_each(state->pending, extract_value_front(), state->selector); in subscribe_one()
201 … if (rxu::apply_to_each(state->pending, source_completed_values_empty(), rxu::any_value_true())) { in subscribe_one()