Home
last modified time | relevance | path

Searched defs:grpcsharp_insecure_channel_create (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.c217 void grpcsharp_insecure_channel_create() { in grpcsharp_insecure_channel_create() function
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs85 …ic readonly Delegates.grpcsharp_insecure_channel_create_delegate grpcsharp_insecure_channel_create; field in Grpc.Core.Internal.NativeMethods
1163 …public static extern ChannelSafeHandle grpcsharp_insecure_channel_create(string target, ChannelArg… in grpcsharp_insecure_channel_create() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
1483 …public static extern ChannelSafeHandle grpcsharp_insecure_channel_create(string target, ChannelArg… in grpcsharp_insecure_channel_create() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
1803 …public static extern ChannelSafeHandle grpcsharp_insecure_channel_create(string target, ChannelArg… in grpcsharp_insecure_channel_create() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x86
2123 …public static extern ChannelSafeHandle grpcsharp_insecure_channel_create(string target, ChannelArg… in grpcsharp_insecure_channel_create() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x64
2443 …public static extern ChannelSafeHandle grpcsharp_insecure_channel_create(string target, ChannelArg… in grpcsharp_insecure_channel_create() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x86_dll
2763 …public static extern ChannelSafeHandle grpcsharp_insecure_channel_create(string target, ChannelArg… in grpcsharp_insecure_channel_create() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x64_dll
/third_party/grpc/src/csharp/ext/
Dgrpc_csharp_ext.c423 grpcsharp_insecure_channel_create(const char* target, in grpcsharp_insecure_channel_create() function