Home
last modified time | relevance | path

Searched defs:grpcsharp_secure_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.c221 void grpcsharp_secure_channel_create() { in grpcsharp_secure_channel_create() function
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs86 …public readonly Delegates.grpcsharp_secure_channel_create_delegate grpcsharp_secure_channel_create; field in Grpc.Core.Internal.NativeMethods
1166 …public static extern ChannelSafeHandle grpcsharp_secure_channel_create(ChannelCredentialsSafeHandl… in grpcsharp_secure_channel_create() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
1486 …public static extern ChannelSafeHandle grpcsharp_secure_channel_create(ChannelCredentialsSafeHandl… in grpcsharp_secure_channel_create() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
1806 …public static extern ChannelSafeHandle grpcsharp_secure_channel_create(ChannelCredentialsSafeHandl… in grpcsharp_secure_channel_create() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x86
2126 …public static extern ChannelSafeHandle grpcsharp_secure_channel_create(ChannelCredentialsSafeHandl… in grpcsharp_secure_channel_create() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x64
2446 …public static extern ChannelSafeHandle grpcsharp_secure_channel_create(ChannelCredentialsSafeHandl… in grpcsharp_secure_channel_create() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x86_dll
2766 …public static extern ChannelSafeHandle grpcsharp_secure_channel_create(ChannelCredentialsSafeHandl… in grpcsharp_secure_channel_create() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x64_dll
/third_party/grpc/src/csharp/ext/
Dgrpc_csharp_ext.c1072 GPR_EXPORT grpc_channel* GPR_CALLTYPE grpcsharp_secure_channel_create( in grpcsharp_secure_channel_create() function