Searched refs:addr_uri (Results 1 – 3 of 3) sorted by relevance
212 const std::string& addr_uri, std::shared_ptr<ServerCredentials> creds, in AddListeningPort() argument215 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()
136 const std::string& addr_uri,
132 const std::string& addr_uri,