Home
last modified time | relevance | path

Searched refs:grpcsharp_call_get_peer (Results 1 – 4 of 4) 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
174 …this.grpcsharp_call_get_peer = GetMethodDelegate<Delegates.grpcsharp_call_get_peer_delegate>(libra… in NativeMethods()
273 this.grpcsharp_call_get_peer = DllImportsFromStaticLib.grpcsharp_call_get_peer; in NativeMethods()
372 this.grpcsharp_call_get_peer = DllImportsFromSharedLib.grpcsharp_call_get_peer; in 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
DCallSafeHandle.cs191 using (var cstring = Native.grpcsharp_call_get_peer(this)) in GetPeer()
/external/grpc-grpc/templates/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs.template42 'CStringSafeHandle grpcsharp_call_get_peer(CallSafeHandle call)',
/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