Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dserver_address.cc38 ServerAddress::ServerAddress( in ServerAddress() function in grpc_core::ServerAddress
43 ServerAddress::ServerAddress( in ServerAddress() function in grpc_core::ServerAddress
51 ServerAddress::ServerAddress(const ServerAddress& other) in ServerAddress() function in grpc_core::ServerAddress
68 ServerAddress::ServerAddress(ServerAddress&& other) noexcept in ServerAddress() function in grpc_core::ServerAddress
/external/llvm-project/clang-tools-extra/clangd/index/remote/server/
DServer.cpp79 llvm::cl::opt<std::string> ServerAddress( variable
306 void runServerAndWait(clangd::SymbolIndex &Index, llvm::StringRef ServerAddress, in runServerAndWait()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/
Dsubchannel_list.h269 const ServerAddress& /*address*/, in SubchannelData()