Searched refs:grpcsharp_redirect_log (Results 1 – 4 of 4) sorted by relevance
49 native.grpcsharp_redirect_log(writeCallback); in Redirect()
105 public readonly Delegates.grpcsharp_redirect_log_delegate grpcsharp_redirect_log; field in Grpc.Core.Internal.NativeMethods205 …this.grpcsharp_redirect_log = GetMethodDelegate<Delegates.grpcsharp_redirect_log_delegate>(library… in NativeMethods()304 this.grpcsharp_redirect_log = DllImportsFromStaticLib.grpcsharp_redirect_log; in NativeMethods()403 this.grpcsharp_redirect_log = DllImportsFromSharedLib.grpcsharp_redirect_log; in NativeMethods()746 public static extern void grpcsharp_redirect_log(GprLogDelegate callback); in grpcsharp_redirect_log() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib1039 public static extern void grpcsharp_redirect_log(GprLogDelegate callback); in grpcsharp_redirect_log() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
73 'void grpcsharp_redirect_log(GprLogDelegate callback)',
1106 GPR_EXPORT void GPR_CALLTYPE grpcsharp_redirect_log(grpcsharp_log_func func) { in grpcsharp_redirect_log() function