Searched refs:is_cancelled (Results 1 – 13 of 13) sorted by relevance
26 bool is_cancelled = false; in TEST() local30 token, [&is_cancelled]() { is_cancelled = true; }); in TEST()35 EXPECT_FALSE(is_cancelled); in TEST()39 bool is_cancelled = false; in TEST() local43 token, [&is_cancelled]() { is_cancelled = true; }); in TEST()46 EXPECT_TRUE(is_cancelled); in TEST()60 bool is_cancelled = false; in TEST() local64 token, [&is_cancelled]() { is_cancelled = true; }); in TEST()67 EXPECT_TRUE(is_cancelled); in TEST()119 bool is_cancelled = false; in TEST() local[all …]
199 if (!attempt.is_cancelled) { in Cancel()200 attempt.is_cancelled = true; in Cancel()226 if (!attempt.is_cancelled) { in CloseAndCancel()227 attempt.is_cancelled = true; in CloseAndCancel()272 if (attempts->front().is_cancelled) { in TryAttemptLocked()
119 if (!attempt.is_cancelled) { in Cancel()120 attempt.is_cancelled = true; in Cancel()143 if (takegrad_attempts_.front().is_cancelled) { in TryAttemptLocked()
99 bool is_cancelled; member110 is_cancelled(false) {} in Attempt()
165 bool is_cancelled; member179 is_cancelled(false) {} in Attempt()
132 bool is_cancelled = false; in CallContainer() local134 is_cancelled = !ctx_->cancellation_manager()->RegisterCallback( in CallContainer()151 if (is_cancelled) { in CallContainer()
31 bool (*is_cancelled)(const BindStateBase*)) in BindStateBase()34 is_cancelled_(is_cancelled) {} in BindStateBase()
60 bool (*is_cancelled)(const BindStateBase*));
66 jboolean is_cancelled = env->CallBooleanMethod(obj, is_cancelled_mid); in StartServer() local67 if (is_cancelled == JNI_TRUE) { in StartServer()
35 DCHECK(is_cancelled()); in ~PlatformDelegate()
71 bool is_cancelled() const { in is_cancelled() function
485 DCHECK(!is_cancelled()); in Cancel()
1462 bool is_cancelled = false; member1470 return cancellation_data->is_cancelled; in CheckCancellation()1479 void Cancel() { cancellation_data_.is_cancelled = true; } in Cancel()1516 cancellation_data_.is_cancelled = true; in CancelOpRegistration()1542 cancellation_data_.is_cancelled = false; in SetUp()