Searched refs:tmp_hostname (Results 1 – 1 of 1) sorted by relevance
25 llvm::StringRef tmp_scheme, tmp_hostname, tmp_path; in Parse() local52 tmp_hostname = host_port.substr(1, pos - 1); in Parse()57 std::tie(tmp_hostname, host_port) = host_port.split(':'); in Parse()70 hostname = tmp_hostname; in Parse()