Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DBatchContextSafeHandle.cs119 Native.grpcsharp_batch_context_reset(this); in Recycle()
DNativeMethods.Generated.cs48 … public readonly Delegates.grpcsharp_batch_context_reset_delegate grpcsharp_batch_context_reset; field in Grpc.Core.Internal.NativeMethods
148 …this.grpcsharp_batch_context_reset = GetMethodDelegate<Delegates.grpcsharp_batch_context_reset_del… in NativeMethods()
247 … this.grpcsharp_batch_context_reset = DllImportsFromStaticLib.grpcsharp_batch_context_reset; in NativeMethods()
346 … this.grpcsharp_batch_context_reset = DllImportsFromSharedLib.grpcsharp_batch_context_reset; in NativeMethods()
575 public static extern void grpcsharp_batch_context_reset(BatchContextSafeHandle ctx); in grpcsharp_batch_context_reset() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
868 public static extern void grpcsharp_batch_context_reset(BatchContextSafeHandle ctx); in grpcsharp_batch_context_reset() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
/external/grpc-grpc/templates/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs.template16 'void grpcsharp_batch_context_reset(BatchContextSafeHandle ctx)',
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c198 grpcsharp_batch_context_reset(grpcsharp_batch_context* ctx) { in grpcsharp_batch_context_reset() function
222 grpcsharp_batch_context_reset(ctx); in grpcsharp_batch_context_destroy()