Searched refs:grpc_error_unref (Results 1 – 3 of 3) sorted by relevance
/external/grpc-grpc/src/core/lib/iomgr/ |
D | error.h | 162 void grpc_error_unref(grpc_error* err, const char* file, int line); 164 #define GRPC_ERROR_UNREF(err) grpc_error_unref(err, __FILE__, __LINE__) 167 void grpc_error_unref(grpc_error* err); 169 #define GRPC_ERROR_UNREF(err) grpc_error_unref(err)
|
D | error.cc | 180 void grpc_error_unref(grpc_error* err, const char* file, int line) { in grpc_error_unref() function 192 void grpc_error_unref(grpc_error* err) { in grpc_error_unref() function
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | error.h | 180 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)
|