Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs128 public readonly Delegates.gprsharp_sizeof_timespec_delegate gprsharp_sizeof_timespec; field in Grpc.Core.Internal.NativeMethods
228 …this.gprsharp_sizeof_timespec = GetMethodDelegate<Delegates.gprsharp_sizeof_timespec_delegate>(lib… in NativeMethods()
327 this.gprsharp_sizeof_timespec = DllImportsFromStaticLib.gprsharp_sizeof_timespec; in NativeMethods()
426 this.gprsharp_sizeof_timespec = DllImportsFromSharedLib.gprsharp_sizeof_timespec; in NativeMethods()
815 public static extern int gprsharp_sizeof_timespec(); in gprsharp_sizeof_timespec() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
1108 public static extern int gprsharp_sizeof_timespec(); in gprsharp_sizeof_timespec() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
DTimespec.cs224 return Native.gprsharp_sizeof_timespec();
/external/grpc-grpc/templates/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs.template96 'int gprsharp_sizeof_timespec()',
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c505 GPR_EXPORT int32_t GPR_CALLTYPE gprsharp_sizeof_timespec(void) { in gprsharp_sizeof_timespec() function