Home
last modified time | relevance | path

Searched defs:CANCELLED (Results 1 – 14 of 14) 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/grpc/src/cpp/util/
Dstatus.cc24 const Status& Status::CANCELLED = Status(StatusCode::CANCELLED, ""); member in grpc::Status
/third_party/grpc/include/grpcpp/impl/codegen/
Dstatus.h107 static const Status& CANCELLED; variable
Dstatus_code_enum.h29 CANCELLED = 1, enumerator
/third_party/grpc/src/ruby/lib/grpc/core/
Dstatus_codes.rb25 CANCELLED = 1 constant
/third_party/grpc/test/core/transport/
Dstatus_metadata_test.cc32 TEST(GetStatusCodeFromMetadata, CANCELLED) { in TEST() argument
/third_party/grpc/src/python/grpcio/grpc/framework/interfaces/base/
Dbase.py77 CANCELLED = 'cancelled' variable in Outcome.Kind
/third_party/glib/gio/
Dgcancellable.c40 CANCELLED, enumerator
/third_party/node/lib/
Ddns.js324 CANCELLED: 'ECANCELLED' property
/third_party/python/Lib/concurrent/futures/
D_base.py21 CANCELLED = 'CANCELLED' variable
/third_party/grpc/src/python/grpcio/grpc/framework/interfaces/face/
Dface.py85 CANCELLED = 'cancelled' variable in Abortion.Kind
/third_party/grpc/src/python/grpcio/grpc/
D__init__.py257 CANCELLED = (_cygrpc.StatusCode.cancelled, 'cancelled') variable in StatusCode
/third_party/libusb/libusb/os/
Dlinux_usbfs.c148 CANCELLED, enumerator