HomeSort by relevance Sort by last modified time
    Searched refs:pendingCompletions (Results 1 - 7 of 7) sorted by null

  /external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
rx-switch_on_next.hpp 91 , pendingCompletions(0)
99 int pendingCompletions;
123 ++state->pendingCompletions;
143 --state->pendingCompletions;
163 if (state->pendingCompletions == 1) {
170 ++state->pendingCompletions;
179 if (--state->pendingCompletions == 0) {
rx-merge_delay_error.hpp 105 , pendingCompletions(0)
113 int pendingCompletions;
137 ++state->pendingCompletions;
159 ++state->pendingCompletions;
171 if(--state->pendingCompletions == 0) {
180 if (--state->pendingCompletions == 0) {
196 if(--state->pendingCompletions == 0) {
205 if (--state->pendingCompletions == 0) {
rx-merge.hpp 112 , pendingCompletions(0)
120 int pendingCompletions;
143 ++state->pendingCompletions;
165 ++state->pendingCompletions;
181 if (--state->pendingCompletions == 0) {
196 if (--state->pendingCompletions == 0) {
rx-flat_map.hpp 136 , pendingCompletions(0)
143 int pendingCompletions;
166 ++state->pendingCompletions;
189 ++state->pendingCompletions;
206 if (--state->pendingCompletions == 0) {
221 if (--state->pendingCompletions == 0) {
rx-combine_latest.hpp 181 if (--state->pendingCompletions == 0) {
212 , pendingCompletions(sizeof... (ObservableN))
221 mutable int pendingCompletions;
rx-with_latest_from.hpp 181 if (--state->pendingCompletions == 0) {
212 , pendingCompletions(sizeof... (ObservableN))
221 mutable int pendingCompletions;
rx-zip.hpp 213 if (--state->pendingCompletions == 0) {
244 , pendingCompletions(sizeof... (ObservableN))
253 mutable int pendingCompletions;

Completed in 243 milliseconds