Searched refs:grpcsharp_call_start_unary (Results 1 – 4 of 4) sorted by relevance
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/ |
D | CallSafeHandle.cs | 74 …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()
|
D | NativeMethods.Generated.cs | 62 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/ |
D | NativeMethods.Generated.cs.template | 30 …'CallError grpcsharp_call_start_unary(CallSafeHandle call, BatchContextSafeHandle ctx, byte[] send…
|
/external/grpc-grpc/src/csharp/ext/ |
D | grpc_csharp_ext.c | 562 GPR_EXPORT grpc_call_error GPR_CALLTYPE grpcsharp_call_start_unary( in grpcsharp_call_start_unary() function
|