Searched refs:colon_offset (Results 1 – 1 of 1) sorted by relevance
73 const size_t colon_offset = hostname_and_port.find_last_of(':'); in Connect() local76 if (colon_offset == std::string::npos) { in Connect()80 hostname = hostname_and_port.substr(0, colon_offset); in Connect()81 port = hostname_and_port.substr(colon_offset + 1); in Connect()