Home
last modified time | relevance | path

Searched refs:cancelled_error_string (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/core/lib/iomgr/
Derror.cc538 static const char* cancelled_error_string = "\"Cancelled\""; variable
752 if (err == GRPC_ERROR_CANCELLED) return cancelled_error_string; in grpc_error_string()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Derror.cc535 static const char* cancelled_error_string = "\"Cancelled\""; variable
747 if (err == GRPC_ERROR_CANCELLED) return cancelled_error_string; in grpc_error_string()