Home
last modified time | relevance | path

Searched defs:gprsharp_now (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/src/csharp/unitypackage/unitypackage_skeleton/Plugins/Grpc.Core/runtimes/
Dgrpc_csharp_ext_dummy_stubs.c405 void gprsharp_now() { in gprsharp_now() function
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs132 public readonly Delegates.gprsharp_now_delegate gprsharp_now; field in Grpc.Core.Internal.NativeMethods
1304 public static extern Timespec gprsharp_now(ClockType clockType); in gprsharp_now() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
1624 public static extern Timespec gprsharp_now(ClockType clockType); in gprsharp_now() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
1944 public static extern Timespec gprsharp_now(ClockType clockType); in gprsharp_now() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x86
2264 public static extern Timespec gprsharp_now(ClockType clockType); in gprsharp_now() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x64
2584 public static extern Timespec gprsharp_now(ClockType clockType); in gprsharp_now() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x86_dll
2904 public static extern Timespec gprsharp_now(ClockType clockType); in gprsharp_now() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x64_dll
/third_party/grpc/src/csharp/ext/
Dgrpc_csharp_ext.c521 GPR_EXPORT gpr_timespec GPR_CALLTYPE gprsharp_now(gpr_clock_type clock_type) { in gprsharp_now() function