Home
last modified time | relevance | path

Searched defs:grpcsharp_call_auth_context (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.c361 void grpcsharp_call_auth_context() { in grpcsharp_call_auth_context() function
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs121 public readonly Delegates.grpcsharp_call_auth_context_delegate grpcsharp_call_auth_context; field in Grpc.Core.Internal.NativeMethods
1271 … public static extern AuthContextSafeHandle grpcsharp_call_auth_context(CallSafeHandle call); in grpcsharp_call_auth_context() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
1591 … public static extern AuthContextSafeHandle grpcsharp_call_auth_context(CallSafeHandle call); in grpcsharp_call_auth_context() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
1911 … public static extern AuthContextSafeHandle grpcsharp_call_auth_context(CallSafeHandle call); in grpcsharp_call_auth_context() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x86
2231 … public static extern AuthContextSafeHandle grpcsharp_call_auth_context(CallSafeHandle call); in grpcsharp_call_auth_context() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x64
2551 … public static extern AuthContextSafeHandle grpcsharp_call_auth_context(CallSafeHandle call); in grpcsharp_call_auth_context() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x86_dll
2871 … public static extern AuthContextSafeHandle grpcsharp_call_auth_context(CallSafeHandle call); in grpcsharp_call_auth_context() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x64_dll
/third_party/grpc/src/csharp/ext/
Dgrpc_csharp_ext.c1183 grpcsharp_call_auth_context(grpc_call* call) { in grpcsharp_call_auth_context() function