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