Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DAuthContextSafeHandle.cs55 … while ((authPropertyPtr = Native.grpcsharp_auth_property_iterator_next(ref it)) != IntPtr.Zero) in ToAuthContext()
DNativeMethods.Generated.cs122 …nly Delegates.grpcsharp_auth_property_iterator_next_delegate grpcsharp_auth_property_iterator_next; field in Grpc.Core.Internal.NativeMethods
222 …this.grpcsharp_auth_property_iterator_next = GetMethodDelegate<Delegates.grpcsharp_auth_property_i… in NativeMethods()
321 …this.grpcsharp_auth_property_iterator_next = DllImportsFromStaticLib.grpcsharp_auth_property_itera… in NativeMethods()
420 …this.grpcsharp_auth_property_iterator_next = DllImportsFromSharedLib.grpcsharp_auth_property_itera… in NativeMethods()
797 …public static extern IntPtr grpcsharp_auth_property_iterator_next(ref AuthContextSafeHandle.Native… in grpcsharp_auth_property_iterator_next() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
1090 …public static extern IntPtr grpcsharp_auth_property_iterator_next(ref AuthContextSafeHandle.Native… in grpcsharp_auth_property_iterator_next() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
/external/grpc-grpc/templates/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs.template90 …'IntPtr grpcsharp_auth_property_iterator_next(ref AuthContextSafeHandle.NativeAuthPropertyIterator…
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c1083 grpcsharp_auth_property_iterator_next(grpc_auth_property_iterator* it) { in grpcsharp_auth_property_iterator_next() function