Home
last modified time | relevance | path

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

/third_party/grpc/src/cpp/server/
Dserver_builder.cc212 const std::string& addr_uri, std::shared_ptr<ServerCredentials> creds, in AddListeningPort() argument
215 std::string addr = addr_uri; in AddListeningPort()
216 if (addr_uri.compare(0, uri_scheme.size(), uri_scheme) == 0) { in AddListeningPort()
218 while (addr_uri[pos] == '/') ++pos; // Skip slashes. in AddListeningPort()
219 addr = addr_uri.substr(pos); in AddListeningPort()
/third_party/grpc/include/grpcpp/
Dserver_builder_impl.h136 const std::string& addr_uri,
Dserver_builder.h132 const std::string& addr_uri,