Searched refs:grpc_closure_run (Results 1 – 1 of 1) sorted by relevance
245 inline void grpc_closure_run(const char* file, int line, grpc_closure* c, function248 inline void grpc_closure_run(grpc_closure* c, grpc_error* error) {269 grpc_closure_run(__FILE__, __LINE__, closure, error)271 #define GRPC_CLOSURE_RUN(closure, error) grpc_closure_run(closure, error)