Searched refs:codeCount (Results 1 – 1 of 1) sorted by relevance
207 std::map<std::string, int> codeCount; // counting the number of different country codes in FindLargestCountCountryCode() local209 codeCount.insert_or_assign(info.second, codeCount[info.second] + 1); in FindLargestCountCountryCode()211 std::vector<std::pair<std::string, int>> sortCode(codeCount.begin(), codeCount.end()); in FindLargestCountCountryCode()