Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs66 public readonly Delegates.grpcsharp_call_send_message_delegate grpcsharp_call_send_message; field in Grpc.Core.Internal.NativeMethods
166 …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.DllImportsFromStaticLib
922 …public static extern CallError grpcsharp_call_send_message(CallSafeHandle call, BatchContextSafeHa… in grpcsharp_call_send_message() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
DCallSafeHandle.cs117 …Native.grpcsharp_call_send_message(this, ctx, payload, new UIntPtr((ulong)payload.Length), writeFl… in StartSendMessage()
/external/grpc-grpc/templates/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs.template34 …'CallError grpcsharp_call_send_message(CallSafeHandle call, BatchContextSafeHandle ctx, byte[] sen…
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c736 GPR_EXPORT grpc_call_error GPR_CALLTYPE grpcsharp_call_send_message( in grpcsharp_call_send_message() function