Home
last modified time | relevance | path

Searched defs:grpcsharp_request_call_context_create (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs50 …nly Delegates.grpcsharp_request_call_context_create_delegate grpcsharp_request_call_context_create; field in Grpc.Core.Internal.NativeMethods
581 … public static extern RequestCallContextSafeHandle grpcsharp_request_call_context_create(); in grpcsharp_request_call_context_create() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
874 … public static extern RequestCallContextSafeHandle grpcsharp_request_call_context_create(); in grpcsharp_request_call_context_create() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c84 grpcsharp_request_call_context_create() { in grpcsharp_request_call_context_create() function