Home
last modified time | relevance | path

Searched defs:grpcsharp_auth_property_iterator_next (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs122 …nly Delegates.grpcsharp_auth_property_iterator_next_delegate grpcsharp_auth_property_iterator_next; field in Grpc.Core.Internal.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/src/csharp/ext/
Dgrpc_csharp_ext.c1083 grpcsharp_auth_property_iterator_next(grpc_auth_property_iterator* it) { in grpcsharp_auth_property_iterator_next() function