Searched refs:grpcsharp_call_get_peer (Results 1 – 4 of 4) sorted by relevance
74 public readonly Delegates.grpcsharp_call_get_peer_delegate grpcsharp_call_get_peer; field in Grpc.Core.Internal.NativeMethods174 …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.DllImportsFromStaticLib946 public static extern CStringSafeHandle grpcsharp_call_get_peer(CallSafeHandle call); in grpcsharp_call_get_peer() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
191 using (var cstring = Native.grpcsharp_call_get_peer(this)) in GetPeer()
42 'CStringSafeHandle grpcsharp_call_get_peer(CallSafeHandle call)',
520 GPR_EXPORT char* GPR_CALLTYPE grpcsharp_call_get_peer(grpc_call* call) { in grpcsharp_call_get_peer() function