Searched refs:host_pos (Results 1 – 1 of 1) sorted by relevance
38 auto host_pos = pos + kSchemeSep.size(); in Parse() local39 auto path_pos = uri.find('/', host_pos); in Parse()46 host_pos, in Parse()47 ((path_pos != std::string::npos) ? path_pos : uri.size()) - host_pos); in Parse()