Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DCompletionQueueEvent.cs40 return Native.grpcsharp_sizeof_grpc_event();
DNativeMethods.Generated.cs91 public readonly Delegates.grpcsharp_sizeof_grpc_event_delegate grpcsharp_sizeof_grpc_event; field in Grpc.Core.Internal.NativeMethods
191 …this.grpcsharp_sizeof_grpc_event = GetMethodDelegate<Delegates.grpcsharp_sizeof_grpc_event_delegat… in NativeMethods()
290 this.grpcsharp_sizeof_grpc_event = DllImportsFromStaticLib.grpcsharp_sizeof_grpc_event; in NativeMethods()
389 this.grpcsharp_sizeof_grpc_event = DllImportsFromSharedLib.grpcsharp_sizeof_grpc_event; in NativeMethods()
704 public static extern int grpcsharp_sizeof_grpc_event(); in grpcsharp_sizeof_grpc_event() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
997 public static extern int grpcsharp_sizeof_grpc_event(); in grpcsharp_sizeof_grpc_event() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
/external/grpc-grpc/templates/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs.template59 'int grpcsharp_sizeof_grpc_event()',
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c1129 GPR_EXPORT int32_t GPR_CALLTYPE grpcsharp_sizeof_grpc_event(void) { in grpcsharp_sizeof_grpc_event() function