Searched refs:method_length (Results 1 – 4 of 4) sorted by relevance
353 const grpcwrap_request_call_context* ctx, size_t* method_length) { in grpcwrap_request_call_context_method() argument354 *method_length = GRPC_SLICE_LENGTH(ctx->call_details.method); in grpcwrap_request_call_context_method()
316 const grpcsharp_request_call_context* ctx, size_t* method_length) { in grpcsharp_request_call_context_method() argument317 *method_length = GRPC_SLICE_LENGTH(ctx->call_details.method); in grpcsharp_request_call_context_method()
3844 method_length: *mut usize, in grpcwrap_request_call_context_method()