Searched refs:first_dot_index (Results 1 – 1 of 1) sorted by relevance
419 size_t first_dot_index = std::string::npos; in VerifyHostname() local428 if (first_dot_index == std::string::npos) in VerifyHostname()429 first_dot_index = reference_name.length(); in VerifyHostname()467 DCHECK(first_dot_index != std::string::npos); in VerifyHostname()469 wildcard_domain.remove_prefix(first_dot_index); in VerifyHostname()