Searched refs:IsSet (Results 1 – 6 of 6) sorted by relevance
38 ASSERT_FALSE(flag.IsSet()); in TEST()40 ASSERT_TRUE(flag.IsSet()); in TEST()45 ASSERT_FALSE(flag.IsSet()); in TEST()47 ASSERT_TRUE(flag.IsSet()); in TEST()49 ASSERT_TRUE(flag.IsSet()); in TEST()
18 bool CancellationFlag::IsSet() const { in IsSet() function in base::CancellationFlag
29 bool IsSet() const; // Returns true iff the flag was set.
115 while (!canceled_.IsSet() && !(file_enum.Next().value().empty())) { in ThreadMain()150 for (int i = 0; !canceled_.IsSet() && delegate_ && i < count; ++i) in OnReceivedData()157 if (!error && canceled_.IsSet()) in OnDone()
202 static bool IsSet(const ExecutionAccess& lock);
224 if (IsSet(access)) { in EnableInterrupts()252 bool StackGuard::IsSet(const ExecutionAccess& lock) { in IsSet() function in v8::internal::StackGuard