Searched refs:second_number_as_proto (Results 1 – 1 of 1) sorted by relevance
3110 PhoneNumber second_number_as_proto; in IsNumberMatchWithTwoStrings() local3112 &second_number_as_proto); in IsNumberMatchWithTwoStrings()3114 return IsNumberMatchWithOneString(second_number_as_proto, first_number); in IsNumberMatchWithTwoStrings()3121 false, &second_number_as_proto); in IsNumberMatchWithTwoStrings()3123 return IsNumberMatch(first_number_as_proto, second_number_as_proto); in IsNumberMatchWithTwoStrings()3138 PhoneNumber second_number_as_proto; in IsNumberMatchWithOneString() local3140 Parse(second_number, RegionCode::GetUnknown(), &second_number_as_proto); in IsNumberMatchWithOneString()3142 return IsNumberMatch(first_number, second_number_as_proto); in IsNumberMatchWithOneString()3166 false, &second_number_as_proto); in IsNumberMatchWithOneString()3168 return IsNumberMatch(first_number, second_number_as_proto); in IsNumberMatchWithOneString()