Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DChannelSafeHandle.cs53 …var result = Native.grpcsharp_channel_create_call(this, parentCall, propagationMask, cq, method, h… in CreateCall()
DNativeMethods.Generated.cs86 … public readonly Delegates.grpcsharp_channel_create_call_delegate grpcsharp_channel_create_call; field in Grpc.Core.Internal.NativeMethods
186 …this.grpcsharp_channel_create_call = GetMethodDelegate<Delegates.grpcsharp_channel_create_call_del… in NativeMethods()
285 … this.grpcsharp_channel_create_call = DllImportsFromStaticLib.grpcsharp_channel_create_call; in NativeMethods()
384 … this.grpcsharp_channel_create_call = DllImportsFromSharedLib.grpcsharp_channel_create_call; in NativeMethods()
689 …public static extern CallSafeHandle grpcsharp_channel_create_call(ChannelSafeHandle channel, CallS… in grpcsharp_channel_create_call() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
982 …public static extern CallSafeHandle grpcsharp_channel_create_call(ChannelSafeHandle channel, CallS… in grpcsharp_channel_create_call() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
/external/grpc-grpc/templates/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs.template54 …'CallSafeHandle grpcsharp_channel_create_call(ChannelSafeHandle channel, CallSafeHandle parentCall…
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c397 GPR_EXPORT grpc_call* GPR_CALLTYPE grpcsharp_channel_create_call( in grpcsharp_channel_create_call() function