Home
last modified time | relevance | path

Searched defs:gprsharp_inf_future (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.c409 void gprsharp_inf_future() { in gprsharp_inf_future() function
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs133 public readonly Delegates.gprsharp_inf_future_delegate gprsharp_inf_future; field in Grpc.Core.Internal.NativeMethods
1307 public static extern Timespec gprsharp_inf_future(ClockType clockType); in gprsharp_inf_future() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
1627 public static extern Timespec gprsharp_inf_future(ClockType clockType); in gprsharp_inf_future() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
1947 public static extern Timespec gprsharp_inf_future(ClockType clockType); in gprsharp_inf_future() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x86
2267 public static extern Timespec gprsharp_inf_future(ClockType clockType); in gprsharp_inf_future() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x64
2587 public static extern Timespec gprsharp_inf_future(ClockType clockType); in gprsharp_inf_future() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x86_dll
2907 public static extern Timespec gprsharp_inf_future(ClockType clockType); in gprsharp_inf_future() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x64_dll
/third_party/grpc/src/csharp/ext/
Dgrpc_csharp_ext.c526 gprsharp_inf_future(gpr_clock_type clock_type) { in gprsharp_inf_future() function