Searched refs:countriesInfo (Results 1 – 1 of 1) sorted by relevance
313 CountriesInfo countriesInfo = countriesInfoMap->at(countryCode); in AddCountryLanguages() local315 int availableLanguagesSize = static_cast<int>(countriesInfo.country_languages_num()); in AddCountryLanguages()320 for (int i = 0; i < countriesInfo.country_languages_size(); i++) { in AddCountryLanguages()321 std::string language = countriesInfo.country_languages(i); in AddCountryLanguages()