Home
last modified time | relevance | path

Searched defs:grpcsharp_channel_create_call (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/src/csharp/unitypackage/unitypackage_skeleton/Plugins/Grpc.Core/runtimes/
Dgrpc_csharp_ext_dummy_stubs.c225 void grpcsharp_channel_create_call() { in grpcsharp_channel_create_call() function
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs87 … public readonly Delegates.grpcsharp_channel_create_call_delegate grpcsharp_channel_create_call; field in Grpc.Core.Internal.NativeMethods
1169 …public static extern CallSafeHandle grpcsharp_channel_create_call(ChannelSafeHandle channel, CallS… in grpcsharp_channel_create_call() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
1489 …public static extern CallSafeHandle grpcsharp_channel_create_call(ChannelSafeHandle channel, CallS… in grpcsharp_channel_create_call() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
1809 …public static extern CallSafeHandle grpcsharp_channel_create_call(ChannelSafeHandle channel, CallS… in grpcsharp_channel_create_call() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x86
2129 …public static extern CallSafeHandle grpcsharp_channel_create_call(ChannelSafeHandle channel, CallS… in grpcsharp_channel_create_call() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x64
2449 …public static extern CallSafeHandle grpcsharp_channel_create_call(ChannelSafeHandle channel, CallS… in grpcsharp_channel_create_call() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x86_dll
2769 …public static extern CallSafeHandle grpcsharp_channel_create_call(ChannelSafeHandle channel, CallS… in grpcsharp_channel_create_call() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x64_dll
/third_party/grpc/src/csharp/ext/
Dgrpc_csharp_ext.c432 GPR_EXPORT grpc_call* GPR_CALLTYPE grpcsharp_channel_create_call( in grpcsharp_channel_create_call() function