Searched defs:ServerAddress (Results 1 – 3 of 3) sorted by relevance
55 ServerAddress::ServerAddress( in ServerAddress() function in grpc_core::ServerAddress60 ServerAddress::ServerAddress(const ServerAddress& other) in ServerAddress() function in grpc_core::ServerAddress79 ServerAddress::ServerAddress(ServerAddress&& other) noexcept in ServerAddress() function in grpc_core::ServerAddress
30 using ServerAddress = EndpointAddresses; variable
291 const ServerAddress& /*address*/, in SubchannelData()