reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
25 auto pos = uri.find(kSchemeSep); 30 tmp_scheme = uri.substr(0, pos); 32 auto path_pos = uri.find('/', host_pos); 34 tmp_path = uri.substr(path_pos); 38 auto host_port = uri.substr( 40 ((path_pos != std::string::npos) ? path_pos : uri.size()) - host_pos);