Home
last modified time | relevance | path

Searched refs:gprsharp_now (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DTimespec.cs81 return Native.gprsharp_now(ClockType.Realtime);
215 return Native.gprsharp_now(ClockType.Precise);
DNativeMethods.Generated.cs124 public readonly Delegates.gprsharp_now_delegate gprsharp_now; field in Grpc.Core.Internal.NativeMethods
224 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.DllImportsFromStaticLib
1096 public static extern Timespec gprsharp_now(ClockType clockType); in gprsharp_now() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
/external/grpc-grpc/templates/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs.template92 'Timespec gprsharp_now(ClockType clockType)',
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c486 GPR_EXPORT gpr_timespec GPR_CALLTYPE gprsharp_now(gpr_clock_type clock_type) { in gprsharp_now() function