Home
last modified time | relevance | path

Searched refs:addr_uri (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/cpp/server/
Dserver_builder.cc162 const grpc::string& addr_uri, std::shared_ptr<ServerCredentials> creds, in AddListeningPort() argument
165 grpc::string addr = addr_uri; in AddListeningPort()
166 if (addr_uri.compare(0, uri_scheme.size(), uri_scheme) == 0) { in AddListeningPort()
168 while (addr_uri[pos] == '/') ++pos; // Skip slashes. in AddListeningPort()
169 addr = addr_uri.substr(pos); in AddListeningPort()
/external/grpc-grpc/include/grpcpp/
Dserver_builder.h91 ServerBuilder& AddListeningPort(const grpc::string& addr_uri,