Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DBatchContextSafeHandle.cs50 var ctx = Native.grpcsharp_batch_context_create(); in Create()
DNativeMethods.Generated.cs40 … public readonly Delegates.grpcsharp_batch_context_create_delegate grpcsharp_batch_context_create; field in Grpc.Core.Internal.NativeMethods
140 …this.grpcsharp_batch_context_create = GetMethodDelegate<Delegates.grpcsharp_batch_context_create_d… in NativeMethods()
239 … this.grpcsharp_batch_context_create = DllImportsFromStaticLib.grpcsharp_batch_context_create; in NativeMethods()
338 … this.grpcsharp_batch_context_create = DllImportsFromSharedLib.grpcsharp_batch_context_create; in NativeMethods()
551 public static extern BatchContextSafeHandle grpcsharp_batch_context_create(); in grpcsharp_batch_context_create() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
844 public static extern BatchContextSafeHandle grpcsharp_batch_context_create(); in grpcsharp_batch_context_create() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
/external/grpc-grpc/templates/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs.template8 'BatchContextSafeHandle grpcsharp_batch_context_create()',
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c71 grpcsharp_batch_context_create() { in grpcsharp_batch_context_create() function