Lines Matching refs:PhoneNumber

18   ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<PhoneNumber> _instance;
27 new (ptr) ::i18n::phonenumbers::PhoneNumber();
30 ::i18n::phonenumbers::PhoneNumber::InitAsDefaultInstance();
102 constexpr PhoneNumber_CountryCodeSource PhoneNumber::UNSPECIFIED;
103 constexpr PhoneNumber_CountryCodeSource PhoneNumber::FROM_NUMBER_WITH_PLUS_SIGN;
104 constexpr PhoneNumber_CountryCodeSource PhoneNumber::FROM_NUMBER_WITH_IDD;
105 constexpr PhoneNumber_CountryCodeSource PhoneNumber::FROM_NUMBER_WITHOUT_PLUS_SIGN;
106 constexpr PhoneNumber_CountryCodeSource PhoneNumber::FROM_DEFAULT_COUNTRY;
107 constexpr PhoneNumber_CountryCodeSource PhoneNumber::CountryCodeSource_MIN;
108 constexpr PhoneNumber_CountryCodeSource PhoneNumber::CountryCodeSource_MAX;
109 constexpr int PhoneNumber::CountryCodeSource_ARRAYSIZE;
114 void PhoneNumber::InitAsDefaultInstance() {
116 class PhoneNumber::_Internal {
118 using HasBits = decltype(std::declval<PhoneNumber>()._has_bits_);
148 PhoneNumber::PhoneNumber(::PROTOBUF_NAMESPACE_ID::Arena* arena)
152 // @@protoc_insertion_point(arena_constructor:i18n.phonenumbers.PhoneNumber)
154 PhoneNumber::PhoneNumber(const PhoneNumber& from)
176 // @@protoc_insertion_point(copy_constructor:i18n.phonenumbers.PhoneNumber)
179 void PhoneNumber::SharedCtor() {
190 PhoneNumber::~PhoneNumber() {
191 // @@protoc_insertion_point(destructor:i18n.phonenumbers.PhoneNumber)
196 void PhoneNumber::SharedDtor() {
203 void PhoneNumber::ArenaDtor(void* object) {
204 PhoneNumber* _this = reinterpret_cast< PhoneNumber* >(object);
207 void PhoneNumber::RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena*) {
209 void PhoneNumber::SetCachedSize(int size) const {
212 const PhoneNumber& PhoneNumber::default_instance() {
218 void PhoneNumber::Clear() {
219 // @@protoc_insertion_point(message_clear_start:i18n.phonenumbers.PhoneNumber)
246 const char* PhoneNumber::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
295 // optional .i18n.phonenumbers.PhoneNumber.CountryCodeSource country_code_source = 6;
346 ::PROTOBUF_NAMESPACE_ID::uint8* PhoneNumber::_InternalSerialize(
348 // @@protoc_insertion_point(serialize_to_array_start:i18n.phonenumbers.PhoneNumber)
383 // optional .i18n.phonenumbers.PhoneNumber.CountryCodeSource country_code_source = 6;
406 // @@protoc_insertion_point(serialize_to_array_end:i18n.phonenumbers.PhoneNumber)
410 size_t PhoneNumber::RequiredFieldsByteSizeFallback() const {
411 // @@protoc_insertion_point(required_fields_byte_size_fallback_start:i18n.phonenumbers.PhoneNumber)
430 size_t PhoneNumber::ByteSizeLong() const {
431 // @@protoc_insertion_point(message_byte_size_start:i18n.phonenumbers.PhoneNumber)
482 // optional .i18n.phonenumbers.PhoneNumber.CountryCodeSource country_code_source = 6;
504 void PhoneNumber::CheckTypeAndMergeFrom(
506 MergeFrom(*::PROTOBUF_NAMESPACE_ID::internal::DownCast<const PhoneNumber*>(
510 void PhoneNumber::MergeFrom(const PhoneNumber& from) {
511 // @@protoc_insertion_point(class_specific_merge_from_start:i18n.phonenumbers.PhoneNumber)
547 void PhoneNumber::CopyFrom(const PhoneNumber& from) {
548 // @@protoc_insertion_point(class_specific_copy_from_start:i18n.phonenumbers.PhoneNumber)
554 bool PhoneNumber::IsInitialized() const {
559 void PhoneNumber::InternalSwap(PhoneNumber* other) {
567 PROTOBUF_FIELD_OFFSET(PhoneNumber, country_code_source_)
568 + sizeof(PhoneNumber::country_code_source_)
569 - PROTOBUF_FIELD_OFFSET(PhoneNumber, national_number_)>(
575 std::string PhoneNumber::GetTypeName() const {
576 return "i18n.phonenumbers.PhoneNumber";
584 template<> PROTOBUF_NOINLINE ::i18n::phonenumbers::PhoneNumber* Arena::CreateMaybeMessage< ::i18n::phonenumbers::PhoneNumber >(Arena* arena) {
585 return Arena::CreateMessageInternal< ::i18n::phonenumbers::PhoneNumber >(arena);