Searched refs:grpcsharp_auth_property_iterator_next (Results 1 – 4 of 4) sorted by relevance
55 … while ((authPropertyPtr = Native.grpcsharp_auth_property_iterator_next(ref it)) != IntPtr.Zero) in ToAuthContext()
122 …nly Delegates.grpcsharp_auth_property_iterator_next_delegate grpcsharp_auth_property_iterator_next; field in Grpc.Core.Internal.NativeMethods222 …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.DllImportsFromStaticLib1090 …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
90 …'IntPtr grpcsharp_auth_property_iterator_next(ref AuthContextSafeHandle.NativeAuthPropertyIterator…
1083 grpcsharp_auth_property_iterator_next(grpc_auth_property_iterator* it) { in grpcsharp_auth_property_iterator_next() function