Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs73 … public readonly Delegates.grpcsharp_call_set_credentials_delegate grpcsharp_call_set_credentials; field in Grpc.Core.Internal.NativeMethods
173 …this.grpcsharp_call_set_credentials = GetMethodDelegate<Delegates.grpcsharp_call_set_credentials_d… in NativeMethods()
272 … this.grpcsharp_call_set_credentials = DllImportsFromStaticLib.grpcsharp_call_set_credentials; in NativeMethods()
371 … this.grpcsharp_call_set_credentials = DllImportsFromSharedLib.grpcsharp_call_set_credentials; in NativeMethods()
650 …public static extern CallError grpcsharp_call_set_credentials(CallSafeHandle call, CallCredentials… in grpcsharp_call_set_credentials() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
943 …public static extern CallError grpcsharp_call_set_credentials(CallSafeHandle call, CallCredentials… in grpcsharp_call_set_credentials() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
DCallSafeHandle.cs66 Native.grpcsharp_call_set_credentials(this, credentials).CheckOk(); in SetCredentials()
/external/grpc-grpc/templates/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs.template41 …'CallError grpcsharp_call_set_credentials(CallSafeHandle call, CallCredentialsSafeHandle credentia…
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c857 grpcsharp_call_set_credentials(grpc_call* call, grpc_call_credentials* creds) { in grpcsharp_call_set_credentials() function