chromium/out/Default/gen/components/sync/protocol/plus_address_specifics.pb.h

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: components/sync/protocol/plus_address_specifics.proto

#ifndef GOOGLE_PROTOBUF_INCLUDED_components_2fsync_2fprotocol_2fplus_5faddress_5fspecifics_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_components_2fsync_2fprotocol_2fplus_5faddress_5fspecifics_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
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_components_2fsync_2fprotocol_2fplus_5faddress_5fspecifics_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_components_2fsync_2fprotocol_2fplus_5faddress_5fspecifics_2eproto {};
namespace sync_pb {
class PlusAddressSpecifics;
struct PlusAddressSpecificsDefaultTypeInternal;
extern PlusAddressSpecificsDefaultTypeInternal _PlusAddressSpecifics_default_instance_;
class PlusEmail;
struct PlusEmailDefaultTypeInternal;
extern PlusEmailDefaultTypeInternal _PlusEmail_default_instance_;
}  // namespace sync_pb
PROTOBUF_NAMESPACE_OPEN
template<> ::sync_pb::PlusAddressSpecifics* Arena::CreateMaybeMessage<::sync_pb::PlusAddressSpecifics>(Arena*);
template<> ::sync_pb::PlusEmail* Arena::CreateMaybeMessage<::sync_pb::PlusEmail>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace sync_pb {

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

class PlusAddressSpecifics final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:sync_pb.PlusAddressSpecifics) */ {};
// -------------------------------------------------------------------

class PlusEmail final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:sync_pb.PlusEmail) */ {};
// ===================================================================


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

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

// optional string profile_id = 1;
inline bool PlusAddressSpecifics::_internal_has_profile_id() const {}
inline bool PlusAddressSpecifics::has_profile_id() const {}
inline void PlusAddressSpecifics::clear_profile_id() {}
inline const std::string& PlusAddressSpecifics::profile_id() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void PlusAddressSpecifics::set_profile_id(ArgT0&& arg0, ArgT... args) {}
inline std::string* PlusAddressSpecifics::mutable_profile_id() {}
inline const std::string& PlusAddressSpecifics::_internal_profile_id() const {}
inline void PlusAddressSpecifics::_internal_set_profile_id(const std::string& value) {}
inline std::string* PlusAddressSpecifics::_internal_mutable_profile_id() {}
inline std::string* PlusAddressSpecifics::release_profile_id() {}
inline void PlusAddressSpecifics::set_allocated_profile_id(std::string* profile_id) {}

// optional string facet = 2;
inline bool PlusAddressSpecifics::_internal_has_facet() const {}
inline bool PlusAddressSpecifics::has_facet() const {}
inline void PlusAddressSpecifics::clear_facet() {}
inline const std::string& PlusAddressSpecifics::facet() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void PlusAddressSpecifics::set_facet(ArgT0&& arg0, ArgT... args) {}
inline std::string* PlusAddressSpecifics::mutable_facet() {}
inline const std::string& PlusAddressSpecifics::_internal_facet() const {}
inline void PlusAddressSpecifics::_internal_set_facet(const std::string& value) {}
inline std::string* PlusAddressSpecifics::_internal_mutable_facet() {}
inline std::string* PlusAddressSpecifics::release_facet() {}
inline void PlusAddressSpecifics::set_allocated_facet(std::string* facet) {}

// optional .sync_pb.PlusEmail plus_email = 3;
inline bool PlusAddressSpecifics::_internal_has_plus_email() const {}
inline bool PlusAddressSpecifics::has_plus_email() const {}
inline void PlusAddressSpecifics::clear_plus_email() {}
inline const ::sync_pb::PlusEmail& PlusAddressSpecifics::_internal_plus_email() const {}
inline const ::sync_pb::PlusEmail& PlusAddressSpecifics::plus_email() const {}
inline void PlusAddressSpecifics::unsafe_arena_set_allocated_plus_email(
    ::sync_pb::PlusEmail* plus_email) {}
inline ::sync_pb::PlusEmail* PlusAddressSpecifics::release_plus_email() {}
inline ::sync_pb::PlusEmail* PlusAddressSpecifics::unsafe_arena_release_plus_email() {}
inline ::sync_pb::PlusEmail* PlusAddressSpecifics::_internal_mutable_plus_email() {}
inline ::sync_pb::PlusEmail* PlusAddressSpecifics::mutable_plus_email() {}
inline void PlusAddressSpecifics::set_allocated_plus_email(::sync_pb::PlusEmail* plus_email) {}

// -------------------------------------------------------------------

// PlusEmail

// optional string email_address = 1;
inline bool PlusEmail::_internal_has_email_address() const {}
inline bool PlusEmail::has_email_address() const {}
inline void PlusEmail::clear_email_address() {}
inline const std::string& PlusEmail::email_address() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void PlusEmail::set_email_address(ArgT0&& arg0, ArgT... args) {}
inline std::string* PlusEmail::mutable_email_address() {}
inline const std::string& PlusEmail::_internal_email_address() const {}
inline void PlusEmail::_internal_set_email_address(const std::string& value) {}
inline std::string* PlusEmail::_internal_mutable_email_address() {}
inline std::string* PlusEmail::release_email_address() {}
inline void PlusEmail::set_allocated_email_address(std::string* email_address) {}

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


// @@protoc_insertion_point(namespace_scope)

}  // namespace sync_pb

// @@protoc_insertion_point(global_scope)

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