Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/filters/client_channel/
Dserver_address.cc44 ServerAddress::ServerAddress( in ServerAddress() function in grpc_core::ServerAddress
49 ServerAddress::ServerAddress( in ServerAddress() function in grpc_core::ServerAddress
57 ServerAddress::ServerAddress(const ServerAddress& other) in ServerAddress() function in grpc_core::ServerAddress
74 ServerAddress::ServerAddress(ServerAddress&& other) noexcept in ServerAddress() function in grpc_core::ServerAddress
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/
Dsubchannel_list.h269 const ServerAddress& /*address*/, in SubchannelData()