Searched defs:grpc_call_unref (Results 1 – 7 of 7) sorted by relevance
111 void CoreCodegen::grpc_call_unref(grpc_call* call) { ::grpc_call_unref(call); } in grpc_call_unref() function in grpc::CoreCodegen
122 void CoreCodegen::grpc_call_unref(grpc_call* call) { ::grpc_call_unref(call); } in grpc_call_unref() function in grpc::CoreCodegen
538 void grpc_call_unref(grpc_call* c) { in grpc_call_unref() function
202 #define grpc_call_unref grpc_call_unref_import macro
577 void grpc_call_unref(grpc_call* c) { in grpc_call_unref() function
2011 pub fn grpc_call_unref(call: *mut grpc_call); in grpc_call_unref() function