Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-sequence_equal.hpp92 , other_completed(false) in on_subscribe()
106 mutable bool other_completed; in on_subscribe() member
139 if((!state->source_values.empty() && state->other_completed) || in on_subscribe()
148 if(state->source_completed && state->other_completed) { in on_subscribe()
169 auto& completed = state->other_completed; in on_subscribe()