Searched refs:gprsharp_inf_past (Results 1 – 4 of 4) sorted by relevance
126 public readonly Delegates.gprsharp_inf_past_delegate gprsharp_inf_past; field in Grpc.Core.Internal.NativeMethods226 … this.gprsharp_inf_past = GetMethodDelegate<Delegates.gprsharp_inf_past_delegate>(library); in NativeMethods()325 this.gprsharp_inf_past = DllImportsFromStaticLib.gprsharp_inf_past; in NativeMethods()424 this.gprsharp_inf_past = DllImportsFromSharedLib.gprsharp_inf_past; in NativeMethods()809 public static extern Timespec gprsharp_inf_past(ClockType clockType); in gprsharp_inf_past() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib1102 public static extern Timespec gprsharp_inf_past(ClockType clockType); in gprsharp_inf_past() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
242 return Native.gprsharp_inf_past(ClockType.Realtime);
94 'Timespec gprsharp_inf_past(ClockType clockType)',
496 gprsharp_inf_past(gpr_clock_type clock_type) { in gprsharp_inf_past() function