Home
last modified time | relevance | path

Searched refs:grpcsharp_call_send_status_from_server (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs68 …y Delegates.grpcsharp_call_send_status_from_server_delegate grpcsharp_call_send_status_from_server; field in Grpc.Core.Internal.NativeMethods
168 …this.grpcsharp_call_send_status_from_server = GetMethodDelegate<Delegates.grpcsharp_call_send_stat… in NativeMethods()
267 …this.grpcsharp_call_send_status_from_server = DllImportsFromStaticLib.grpcsharp_call_send_status_f… in NativeMethods()
366 …this.grpcsharp_call_send_status_from_server = DllImportsFromSharedLib.grpcsharp_call_send_status_f… in NativeMethods()
635 …public static extern CallError grpcsharp_call_send_status_from_server(CallSafeHandle call, BatchCo… in grpcsharp_call_send_status_from_server() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
928 …public static extern CallError grpcsharp_call_send_status_from_server(CallSafeHandle call, BatchCo… in grpcsharp_call_send_status_from_server() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
DCallSafeHandle.cs138 …Native.grpcsharp_call_send_status_from_server(this, ctx, status.StatusCode, statusDetailBytes, new… in StartSendStatusFromServer()
/external/grpc-grpc/templates/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs.template36 …'CallError grpcsharp_call_send_status_from_server(CallSafeHandle call, BatchContextSafeHandle ctx,…
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c768 GPR_EXPORT grpc_call_error GPR_CALLTYPE grpcsharp_call_send_status_from_server( in grpcsharp_call_send_status_from_server() function