reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
26 if (pos == std::string::npos) 30 tmp_scheme = uri.substr(0, pos); 31 auto host_pos = pos + kSchemeSep.size(); 45 pos = host_port.find(']'); 46 if (pos == std::string::npos) 49 tmp_hostname = host_port.substr(1, pos - 1); 50 host_port = host_port.drop_front(pos + 1);