Searched refs:grpcsharp_call_send_message (Results 1 – 4 of 4) sorted by relevance
66 public readonly Delegates.grpcsharp_call_send_message_delegate grpcsharp_call_send_message; field in Grpc.Core.Internal.NativeMethods166 …this.grpcsharp_call_send_message = GetMethodDelegate<Delegates.grpcsharp_call_send_message_delegat… in NativeMethods()265 this.grpcsharp_call_send_message = DllImportsFromStaticLib.grpcsharp_call_send_message; in NativeMethods()364 this.grpcsharp_call_send_message = DllImportsFromSharedLib.grpcsharp_call_send_message; in NativeMethods()629 …public static extern CallError grpcsharp_call_send_message(CallSafeHandle call, BatchContextSafeHa… in grpcsharp_call_send_message() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib922 …public static extern CallError grpcsharp_call_send_message(CallSafeHandle call, BatchContextSafeHa… in grpcsharp_call_send_message() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
117 …Native.grpcsharp_call_send_message(this, ctx, payload, new UIntPtr((ulong)payload.Length), writeFl… in StartSendMessage()
34 …'CallError grpcsharp_call_send_message(CallSafeHandle call, BatchContextSafeHandle ctx, byte[] sen…
736 GPR_EXPORT grpc_call_error GPR_CALLTYPE grpcsharp_call_send_message( in grpcsharp_call_send_message() function