Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs74 public readonly Delegates.grpcsharp_call_get_peer_delegate grpcsharp_call_get_peer; field in Grpc.Core.Internal.NativeMethods
653 public static extern CStringSafeHandle grpcsharp_call_get_peer(CallSafeHandle call); in grpcsharp_call_get_peer() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
946 public static extern CStringSafeHandle grpcsharp_call_get_peer(CallSafeHandle call); in grpcsharp_call_get_peer() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c520 GPR_EXPORT char* GPR_CALLTYPE grpcsharp_call_get_peer(grpc_call* call) { in grpcsharp_call_get_peer() function