Home
last modified time | relevance | path

Searched refs:country_code_info_ (Results 1 – 2 of 2) sorted by relevance

/third_party/libphonenumber/cpp/src/phonenumbers/ohos/
Dgeocoding_data.pb.cc139 …numbers::_GeocodingInfo_default_instance_._instance.get_mutable()->country_code_info_ = const_cast… in InitAsDefaultInstance()
164 return *msg->country_code_info_; in country_code_info()
190 country_code_info_ = new ::i18n::phonenumbers::CountryCodeInfo(*from.country_code_info_); in GeocodingInfo()
192 country_code_info_ = nullptr; in GeocodingInfo()
200 reinterpret_cast<char*>(&country_code_info_) - in SharedCtor()
201 reinterpret_cast<char*>(&language_code_info_)) + sizeof(country_code_info_)); in SharedCtor()
213 if (this != internal_default_instance()) delete country_code_info_; in SharedDtor()
248 GOOGLE_DCHECK(country_code_info_ != nullptr); in Clear()
249 country_code_info_->Clear(); in Clear()
428 *country_code_info_); in RequiredFieldsByteSizeFallback()
[all …]
Dgeocoding_data.pb.h347 ::i18n::phonenumbers::CountryCodeInfo* country_code_info_;
1350 PROTOBUF_ASSUME(!value || country_code_info_ != nullptr); in _internal_has_country_code_info()
1357 if (country_code_info_ != nullptr) country_code_info_->Clear(); in clear_country_code_info()
1361 const ::i18n::phonenumbers::CountryCodeInfo* p = country_code_info_; in _internal_country_code_info()
1372 delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(country_code_info_); in unsafe_arena_set_allocated_country_code_info()
1374 country_code_info_ = country_code_info; in unsafe_arena_set_allocated_country_code_info()
1384 ::i18n::phonenumbers::CountryCodeInfo* temp = country_code_info_; in release_country_code_info()
1385 country_code_info_ = nullptr; in release_country_code_info()
1394 ::i18n::phonenumbers::CountryCodeInfo* temp = country_code_info_; in unsafe_arena_release_country_code_info()
1395 country_code_info_ = nullptr; in unsafe_arena_release_country_code_info()
[all …]