Searched refs:CountryCodeInfo (Results 1 – 5 of 5) sorted by relevance
74 class CountryCodeInfo; variable90 template<> ::i18n::phonenumbers::CountryCodeInfo* Arena::CreateMaybeMessage<::i18n::phonenumbers::C…318 const ::i18n::phonenumbers::CountryCodeInfo& country_code_info() const;319 ::i18n::phonenumbers::CountryCodeInfo* release_country_code_info();320 ::i18n::phonenumbers::CountryCodeInfo* mutable_country_code_info();321 void set_allocated_country_code_info(::i18n::phonenumbers::CountryCodeInfo* country_code_info);323 const ::i18n::phonenumbers::CountryCodeInfo& _internal_country_code_info() const;324 ::i18n::phonenumbers::CountryCodeInfo* _internal_mutable_country_code_info();327 ::i18n::phonenumbers::CountryCodeInfo* country_code_info);328 ::i18n::phonenumbers::CountryCodeInfo* unsafe_arena_release_country_code_info();[all …]
53 ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<CountryCodeInfo> _instance;76 new (ptr) ::i18n::phonenumbers::CountryCodeInfo(); in InitDefaultsscc_info_CountryCodeInfo_geocoding_5fdata_2eproto()79 ::i18n::phonenumbers::CountryCodeInfo::InitAsDefaultInstance(); in InitDefaultsscc_info_CountryCodeInfo_geocoding_5fdata_2eproto()139 …._instance.get_mutable()->country_code_info_ = const_cast< ::i18n::phonenumbers::CountryCodeInfo*>( in InitAsDefaultInstance()140 ::i18n::phonenumbers::CountryCodeInfo::internal_default_instance()); in InitAsDefaultInstance()149 static const ::i18n::phonenumbers::CountryCodeInfo& country_code_info(const GeocodingInfo* msg);162 const ::i18n::phonenumbers::CountryCodeInfo&190 country_code_info_ = new ::i18n::phonenumbers::CountryCodeInfo(*from.country_code_info_); in GeocodingInfo()517 …_internal_mutable_country_code_info()->::i18n::phonenumbers::CountryCodeInfo::MergeFrom(from._inte… in MergeFrom()1382 void CountryCodeInfo::InitAsDefaultInstance() { in InitAsDefaultInstance()[all …]
27 required CountryCodeInfo country_code_info = 6;48 message CountryCodeInfo { message
62 static CountryCodeInfo* countryCodeInfo;
41 CountryCodeInfo* UpdateGeocoding::countryCodeInfo = nullptr;59 countryCodeInfo = new CountryCodeInfo(geocodingInfo->country_code_info()); in LoadGeocodingData()