Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs125 public readonly Delegates.gprsharp_inf_future_delegate gprsharp_inf_future; field in Grpc.Core.Internal.NativeMethods
225 … 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.DllImportsFromStaticLib
1099 public static extern Timespec gprsharp_inf_future(ClockType clockType); in gprsharp_inf_future() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
DTimespec.cs233 return Native.gprsharp_inf_future(ClockType.Realtime);
/external/grpc-grpc/templates/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs.template93 'Timespec gprsharp_inf_future(ClockType clockType)',
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c491 gprsharp_inf_future(gpr_clock_type clock_type) { in gprsharp_inf_future() function