Home
last modified time | relevance | path

Searched defs:CANCELLED (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/src/google/protobuf/stubs/
Dstatus.h48 CANCELLED = 1, enumerator
83 static const Status CANCELLED; variable
Dstatus.cc86 const Status Status::CANCELLED = Status(error::CANCELLED, ""); member in google::protobuf::util::Status
/third_party/node/lib/
Ddns.js324 CANCELLED: 'ECANCELLED' property
/third_party/python/Lib/concurrent/futures/
D_base.py21 CANCELLED = 'CANCELLED' variable