Searched refs:constraint_local_part (Results 1 – 1 of 1) sorted by relevance
229 std::string_view constraint_local_part; in Rfc822NameMatches() local234 constraint_local_part = constraint_components[0]; in Rfc822NameMatches()235 if (!IsAllowedRfc822LocalPart(constraint_local_part)) { in Rfc822NameMatches()253 if (!constraint_local_part.empty()) { in Rfc822NameMatches()255 ? string_util::IsEqualNoCase(local_part, constraint_local_part) in Rfc822NameMatches()256 : local_part == constraint_local_part) && in Rfc822NameMatches()