Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs119 public readonly Delegates.grpcsharp_call_auth_context_delegate grpcsharp_call_auth_context; field in Grpc.Core.Internal.NativeMethods
219 …this.grpcsharp_call_auth_context = GetMethodDelegate<Delegates.grpcsharp_call_auth_context_delegat… in NativeMethods()
318 this.grpcsharp_call_auth_context = DllImportsFromStaticLib.grpcsharp_call_auth_context; in NativeMethods()
417 this.grpcsharp_call_auth_context = DllImportsFromSharedLib.grpcsharp_call_auth_context; in NativeMethods()
788 … public static extern AuthContextSafeHandle grpcsharp_call_auth_context(CallSafeHandle call); in grpcsharp_call_auth_context() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
1081 … public static extern AuthContextSafeHandle grpcsharp_call_auth_context(CallSafeHandle call); in grpcsharp_call_auth_context() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
DCallSafeHandle.cs199 return Native.grpcsharp_call_auth_context(this); in GetAuthContext()
/external/grpc-grpc/templates/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs.template87 'AuthContextSafeHandle grpcsharp_call_auth_context(CallSafeHandle call)',
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c1067 grpcsharp_call_auth_context(grpc_call* call) { in grpcsharp_call_auth_context() function