Searched refs:gprsharp_inf_future (Results 1 – 4 of 4) sorted by relevance
125 public readonly Delegates.gprsharp_inf_future_delegate gprsharp_inf_future; field in Grpc.Core.Internal.NativeMethods225 … this.gprsharp_inf_future = GetMethodDelegate<Delegates.gprsharp_inf_future_delegate>(library); in NativeMethods()324 this.gprsharp_inf_future = DllImportsFromStaticLib.gprsharp_inf_future; in NativeMethods()423 this.gprsharp_inf_future = DllImportsFromSharedLib.gprsharp_inf_future; in NativeMethods()806 public static extern Timespec gprsharp_inf_future(ClockType clockType); in gprsharp_inf_future() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib1099 public static extern Timespec gprsharp_inf_future(ClockType clockType); in gprsharp_inf_future() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
233 return Native.gprsharp_inf_future(ClockType.Realtime);
93 'Timespec gprsharp_inf_future(ClockType clockType)',
491 gprsharp_inf_future(gpr_clock_type clock_type) { in gprsharp_inf_future() function