Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DChannelCredentialsSafeHandle.cs55 return Native.grpcsharp_composite_channel_credentials_create(channelCreds, callCreds); in CreateComposite()
DNativeMethods.Generated.cs82 …csharp_composite_channel_credentials_create_delegate grpcsharp_composite_channel_credentials_creat… field in Grpc.Core.Internal.NativeMethods
182 …this.grpcsharp_composite_channel_credentials_create = GetMethodDelegate<Delegates.grpcsharp_compos… in NativeMethods()
281 …this.grpcsharp_composite_channel_credentials_create = DllImportsFromStaticLib.grpcsharp_composite_… in NativeMethods()
380 …this.grpcsharp_composite_channel_credentials_create = DllImportsFromSharedLib.grpcsharp_composite_… in NativeMethods()
677 …public static extern ChannelCredentialsSafeHandle grpcsharp_composite_channel_credentials_create(C… in grpcsharp_composite_channel_credentials_create() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
970 …public static extern ChannelCredentialsSafeHandle grpcsharp_composite_channel_credentials_create(C… in grpcsharp_composite_channel_credentials_create() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
/external/grpc-grpc/templates/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs.template50 …'ChannelCredentialsSafeHandle grpcsharp_composite_channel_credentials_create(ChannelCredentialsSaf…
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c1003 grpcsharp_composite_channel_credentials_create( in grpcsharp_composite_channel_credentials_create() function