Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/cppgc/
Dtask-handle.h30 bool IsCanceled() const { in IsCanceled() function
Dgc-invoker.cc57 if (handle_.IsCanceled() || (collector_->epoch() != saved_epoch_)) return; in Run()
Dmarker.cc140 if (handle_.IsCanceled()) return; in Run()
Dsweeper.cc971 if (handle_.IsCanceled()) return; in Run()
/third_party/protobuf/python/google/protobuf/
Dservice.py180 def IsCanceled(self): member in RpcController
/third_party/protobuf/src/google/protobuf/
Dservice.h247 virtual bool IsCanceled() const = 0;
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.inc1251 bool IsCanceled() const {
1252 ADD_FAILURE() << "IsCanceled() not expected during this test.";
/third_party/python/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp2711 if (IsCanceled() || HRESULT_FROM_WIN32(ERROR_INSTALL_USEREXIT) == hrStatus) { in SetProgressState()