Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-zip.hpp201 … if (rxu::apply_to_each(state->pending, source_completed_values_empty(), rxu::any_value_true())) { in subscribe_one()
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-util.hpp143 struct any_value_true { struct
154 return v0 || any_value_true()(vn...); in operator ()()