Searched defs:grpc_call_details_destroy (Results 1 – 5 of 5) sorted by relevance
37 void grpc_call_details_destroy(grpc_call_details* cd) { in grpc_call_details_destroy() function
36 void grpc_call_details_destroy(grpc_call_details* details) { in grpc_call_details_destroy() function
82 #define grpc_call_details_destroy grpc_call_details_destroy_import macro
1628 pub fn grpc_call_details_destroy(details: *mut grpc_call_details); in grpc_call_details_destroy() function