Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/iomgr/
Derror.h180 inline void grpc_error_unref(grpc_error* err, const char* file, int line) { in grpc_error_unref() function
185 #define GRPC_ERROR_UNREF(err) grpc_error_unref(err, __FILE__, __LINE__)
193 inline void grpc_error_unref(grpc_error* err) { in grpc_error_unref() function
198 #define GRPC_ERROR_UNREF(err) grpc_error_unref(err)