Home
last modified time | relevance | path

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

/third_party/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
/third_party/grpc/
Dlibgrpc.map176 "grpc_error_do_unref(grpc_error*)";