Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DChannelSafeHandle.cs48 return Native.grpcsharp_secure_channel_create(credentials, target, channelArgs); in CreateSecure()
DNativeMethods.Generated.cs85 …public readonly Delegates.grpcsharp_secure_channel_create_delegate grpcsharp_secure_channel_create; field in Grpc.Core.Internal.NativeMethods
185 …this.grpcsharp_secure_channel_create = GetMethodDelegate<Delegates.grpcsharp_secure_channel_create… in NativeMethods()
284 … this.grpcsharp_secure_channel_create = DllImportsFromStaticLib.grpcsharp_secure_channel_create; in NativeMethods()
383 … this.grpcsharp_secure_channel_create = DllImportsFromSharedLib.grpcsharp_secure_channel_create; in NativeMethods()
686 …public static extern ChannelSafeHandle grpcsharp_secure_channel_create(ChannelCredentialsSafeHandl… in grpcsharp_secure_channel_create() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
979 …public static extern ChannelSafeHandle grpcsharp_secure_channel_create(ChannelCredentialsSafeHandl… in grpcsharp_secure_channel_create() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
/external/grpc-grpc/templates/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs.template53 …'ChannelSafeHandle grpcsharp_secure_channel_create(ChannelCredentialsSafeHandle credentials, strin…
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c957 GPR_EXPORT grpc_channel* GPR_CALLTYPE grpcsharp_secure_channel_create( in grpcsharp_secure_channel_create() function