Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Derror.cc536 static const char* no_error_string = "\"No Error\""; variable
750 if (err == GRPC_ERROR_NONE) return no_error_string; in grpc_error_string()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Derror.cc533 static const char* no_error_string = "\"No Error\""; variable
745 if (err == GRPC_ERROR_NONE) return no_error_string; in grpc_error_string()