Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/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
77 ServerAddress::ServerAddress(ServerAddress&& other) noexcept in ServerAddress() function in grpc_core::ServerAddress
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/
Dsubchannel_list.h269 const ServerAddress& /*address*/, in SubchannelData()