Searched refs:host_end_pos (Results 1 – 1 of 1) sorted by relevance
151 size_t host_end_pos = pattern.find(kPathSeparator, host_start_pos); in Parse() local154 if (host_start_pos == host_end_pos) in Parse()157 if (host_end_pos == std::string::npos) in Parse()160 host_ = pattern.substr(host_start_pos, host_end_pos - host_start_pos); in Parse()178 path_start_pos = host_end_pos; in Parse()