Searched refs:gprsharp_now (Results 1 – 4 of 4) sorted by relevance
81 return Native.gprsharp_now(ClockType.Realtime);215 return Native.gprsharp_now(ClockType.Precise);
124 public readonly Delegates.gprsharp_now_delegate gprsharp_now; field in Grpc.Core.Internal.NativeMethods224 this.gprsharp_now = GetMethodDelegate<Delegates.gprsharp_now_delegate>(library); in NativeMethods()323 this.gprsharp_now = DllImportsFromStaticLib.gprsharp_now; in NativeMethods()422 this.gprsharp_now = DllImportsFromSharedLib.gprsharp_now; in NativeMethods()803 public static extern Timespec gprsharp_now(ClockType clockType); in gprsharp_now() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib1096 public static extern Timespec gprsharp_now(ClockType clockType); in gprsharp_now() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
92 'Timespec gprsharp_now(ClockType clockType)',
486 GPR_EXPORT gpr_timespec GPR_CALLTYPE gprsharp_now(gpr_clock_type clock_type) { in gprsharp_now() function