Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DCallSafeHandle.cs74 …Native.grpcsharp_call_start_unary(this, ctx, payload, new UIntPtr((ulong)payload.Length), writeFla… in StartUnary()
81 …Native.grpcsharp_call_start_unary(this, ctx, payload, new UIntPtr((ulong)payload.Length), writeFla… in StartUnary()
DNativeMethods.Generated.cs62 public readonly Delegates.grpcsharp_call_start_unary_delegate grpcsharp_call_start_unary; field in Grpc.Core.Internal.NativeMethods
162 …this.grpcsharp_call_start_unary = GetMethodDelegate<Delegates.grpcsharp_call_start_unary_delegate>… in NativeMethods()
261 this.grpcsharp_call_start_unary = DllImportsFromStaticLib.grpcsharp_call_start_unary; in NativeMethods()
360 this.grpcsharp_call_start_unary = DllImportsFromSharedLib.grpcsharp_call_start_unary; in NativeMethods()
617 …public static extern CallError grpcsharp_call_start_unary(CallSafeHandle call, BatchContextSafeHan… in grpcsharp_call_start_unary() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
910 …public static extern CallError grpcsharp_call_start_unary(CallSafeHandle call, BatchContextSafeHan… in grpcsharp_call_start_unary() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
/external/grpc-grpc/templates/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs.template30 …'CallError grpcsharp_call_start_unary(CallSafeHandle call, BatchContextSafeHandle ctx, byte[] send…
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c562 GPR_EXPORT grpc_call_error GPR_CALLTYPE grpcsharp_call_start_unary( in grpcsharp_call_start_unary() function