Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Derror.h175 void grpc_error_do_unref(grpc_error* err, const char* file, int line);
182 grpc_error_do_unref(err, file, line); in grpc_error_unref()
188 void grpc_error_do_unref(grpc_error* err);
195 grpc_error_do_unref(err); in grpc_error_unref()
Derror.cc175 void grpc_error_do_unref(grpc_error* err, const char* file, int line) { in grpc_error_do_unref() function
186 void grpc_error_do_unref(grpc_error* err) { in grpc_error_do_unref() function