chromium/out/Default/gen/third_party/libphonenumber/phonenumbers/phonenumber.pb.h

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: phonenumber.proto

#ifndef GOOGLE_PROTOBUF_INCLUDED_phonenumber_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_phonenumber_2eproto

#include <limits>
#include <string>

#include <google/protobuf/port_def.inc>
#if PROTOBUF_VERSION < 3021000
#error This file was generated by a newer version of protoc which is
#error incompatible with your Protocol Buffer headers. Please update
#error your headers.
#endif
#if 3021012 < PROTOBUF_MIN_PROTOC_VERSION
#error This file was generated by an older version of protoc which is
#error incompatible with your Protocol Buffer headers. Please
#error regenerate this file with a newer version of protoc.
#endif

#include <google/protobuf/port_undef.inc>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/arena.h>
#include <google/protobuf/arenastring.h>
#include <google/protobuf/generated_message_util.h>
#include <google/protobuf/metadata_lite.h>
#include <google/protobuf/message_lite.h>
#include <google/protobuf/repeated_field.h>  // IWYU pragma: export
#include <google/protobuf/extension_set.h>  // IWYU pragma: export
#include <google/protobuf/generated_enum_util.h>
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_phonenumber_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_phonenumber_2eproto {};
namespace i18n {
namespace phonenumbers {
class PhoneNumber;
struct PhoneNumberDefaultTypeInternal;
extern PhoneNumberDefaultTypeInternal _PhoneNumber_default_instance_;
}  // namespace phonenumbers
}  // namespace i18n
PROTOBUF_NAMESPACE_OPEN
template<> ::i18n::phonenumbers::PhoneNumber* Arena::CreateMaybeMessage<::i18n::phonenumbers::PhoneNumber>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace i18n {
namespace phonenumbers {

enum PhoneNumber_CountryCodeSource : int {};
bool PhoneNumber_CountryCodeSource_IsValid(int value);
constexpr PhoneNumber_CountryCodeSource PhoneNumber_CountryCodeSource_CountryCodeSource_MIN =;
constexpr PhoneNumber_CountryCodeSource PhoneNumber_CountryCodeSource_CountryCodeSource_MAX =;
constexpr int PhoneNumber_CountryCodeSource_CountryCodeSource_ARRAYSIZE =;

const std::string& PhoneNumber_CountryCodeSource_Name(PhoneNumber_CountryCodeSource value);
template<typename T>
inline const std::string& PhoneNumber_CountryCodeSource_Name(T enum_t_value) {}
bool PhoneNumber_CountryCodeSource_Parse(
    ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, PhoneNumber_CountryCodeSource* value);
// ===================================================================

class PhoneNumber final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:i18n.phonenumbers.PhoneNumber) */ {};
// ===================================================================


// ===================================================================

#ifdef __GNUC__
  #pragma GCC diagnostic push
  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
#endif  // __GNUC__
// PhoneNumber

// required int32 country_code = 1;
inline bool PhoneNumber::_internal_has_country_code() const {}
inline bool PhoneNumber::has_country_code() const {}
inline void PhoneNumber::clear_country_code() {}
inline int32_t PhoneNumber::_internal_country_code() const {}
inline int32_t PhoneNumber::country_code() const {}
inline void PhoneNumber::_internal_set_country_code(int32_t value) {}
inline void PhoneNumber::set_country_code(int32_t value) {}

// required uint64 national_number = 2;
inline bool PhoneNumber::_internal_has_national_number() const {}
inline bool PhoneNumber::has_national_number() const {}
inline void PhoneNumber::clear_national_number() {}
inline uint64_t PhoneNumber::_internal_national_number() const {}
inline uint64_t PhoneNumber::national_number() const {}
inline void PhoneNumber::_internal_set_national_number(uint64_t value) {}
inline void PhoneNumber::set_national_number(uint64_t value) {}

// optional string extension = 3;
inline bool PhoneNumber::_internal_has_extension() const {}
inline bool PhoneNumber::has_extension() const {}
inline void PhoneNumber::clear_extension() {}
inline const std::string& PhoneNumber::extension() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void PhoneNumber::set_extension(ArgT0&& arg0, ArgT... args) {}
inline std::string* PhoneNumber::mutable_extension() {}
inline const std::string& PhoneNumber::_internal_extension() const {}
inline void PhoneNumber::_internal_set_extension(const std::string& value) {}
inline std::string* PhoneNumber::_internal_mutable_extension() {}
inline std::string* PhoneNumber::release_extension() {}
inline void PhoneNumber::set_allocated_extension(std::string* extension) {}

// optional bool italian_leading_zero = 4;
inline bool PhoneNumber::_internal_has_italian_leading_zero() const {}
inline bool PhoneNumber::has_italian_leading_zero() const {}
inline void PhoneNumber::clear_italian_leading_zero() {}
inline bool PhoneNumber::_internal_italian_leading_zero() const {}
inline bool PhoneNumber::italian_leading_zero() const {}
inline void PhoneNumber::_internal_set_italian_leading_zero(bool value) {}
inline void PhoneNumber::set_italian_leading_zero(bool value) {}

// optional int32 number_of_leading_zeros = 8 [default = 1];
inline bool PhoneNumber::_internal_has_number_of_leading_zeros() const {}
inline bool PhoneNumber::has_number_of_leading_zeros() const {}
inline void PhoneNumber::clear_number_of_leading_zeros() {}
inline int32_t PhoneNumber::_internal_number_of_leading_zeros() const {}
inline int32_t PhoneNumber::number_of_leading_zeros() const {}
inline void PhoneNumber::_internal_set_number_of_leading_zeros(int32_t value) {}
inline void PhoneNumber::set_number_of_leading_zeros(int32_t value) {}

// optional string raw_input = 5;
inline bool PhoneNumber::_internal_has_raw_input() const {}
inline bool PhoneNumber::has_raw_input() const {}
inline void PhoneNumber::clear_raw_input() {}
inline const std::string& PhoneNumber::raw_input() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void PhoneNumber::set_raw_input(ArgT0&& arg0, ArgT... args) {}
inline std::string* PhoneNumber::mutable_raw_input() {}
inline const std::string& PhoneNumber::_internal_raw_input() const {}
inline void PhoneNumber::_internal_set_raw_input(const std::string& value) {}
inline std::string* PhoneNumber::_internal_mutable_raw_input() {}
inline std::string* PhoneNumber::release_raw_input() {}
inline void PhoneNumber::set_allocated_raw_input(std::string* raw_input) {}

// optional .i18n.phonenumbers.PhoneNumber.CountryCodeSource country_code_source = 6;
inline bool PhoneNumber::_internal_has_country_code_source() const {}
inline bool PhoneNumber::has_country_code_source() const {}
inline void PhoneNumber::clear_country_code_source() {}
inline ::i18n::phonenumbers::PhoneNumber_CountryCodeSource PhoneNumber::_internal_country_code_source() const {}
inline ::i18n::phonenumbers::PhoneNumber_CountryCodeSource PhoneNumber::country_code_source() const {}
inline void PhoneNumber::_internal_set_country_code_source(::i18n::phonenumbers::PhoneNumber_CountryCodeSource value) {}
inline void PhoneNumber::set_country_code_source(::i18n::phonenumbers::PhoneNumber_CountryCodeSource value) {}

// optional string preferred_domestic_carrier_code = 7;
inline bool PhoneNumber::_internal_has_preferred_domestic_carrier_code() const {}
inline bool PhoneNumber::has_preferred_domestic_carrier_code() const {}
inline void PhoneNumber::clear_preferred_domestic_carrier_code() {}
inline const std::string& PhoneNumber::preferred_domestic_carrier_code() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void PhoneNumber::set_preferred_domestic_carrier_code(ArgT0&& arg0, ArgT... args) {}
inline std::string* PhoneNumber::mutable_preferred_domestic_carrier_code() {}
inline const std::string& PhoneNumber::_internal_preferred_domestic_carrier_code() const {}
inline void PhoneNumber::_internal_set_preferred_domestic_carrier_code(const std::string& value) {}
inline std::string* PhoneNumber::_internal_mutable_preferred_domestic_carrier_code() {}
inline std::string* PhoneNumber::release_preferred_domestic_carrier_code() {}
inline void PhoneNumber::set_allocated_preferred_domestic_carrier_code(std::string* preferred_domestic_carrier_code) {}

#ifdef __GNUC__
  #pragma GCC diagnostic pop
#endif  // __GNUC__

// @@protoc_insertion_point(namespace_scope)

}  // namespace phonenumbers
}  // namespace i18n

PROTOBUF_NAMESPACE_OPEN

template <> struct is_proto_enum< ::i18n::phonenumbers::PhoneNumber_CountryCodeSource> : ::std::true_type {};

PROTOBUF_NAMESPACE_CLOSE

// @@protoc_insertion_point(global_scope)

#include <google/protobuf/port_undef.inc>
#endif  // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_phonenumber_2eproto