Searched defs:CANCELLED (Results 1 – 4 of 4) sorted by relevance
/third_party/protobuf/src/google/protobuf/stubs/ | ||
D | status.h | 48 CANCELLED = 1, enumerator |
D | status.cc | 86 const Status Status::CANCELLED = Status(error::CANCELLED, ""); member in google::protobuf::util::Status |
/third_party/node/lib/ | ||
D | dns.js | 324 CANCELLED: 'ECANCELLED' property |
/third_party/python/Lib/concurrent/futures/ | ||
D | _base.py | 21 CANCELLED = 'CANCELLED' variable |