// Generated by the protocol buffer compiler.  DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: components/sync/protocol/password_sharing_invitation_specifics.proto
// Protobuf C++ Version: 7.35.1

#include "components/sync/protocol/password_sharing_invitation_specifics.pb.h"

#include <algorithm>
#include <type_traits>
#include "google/protobuf/io/coded_stream.h"
#include "google/protobuf/generated_message_tctable_impl.h"
#include "google/protobuf/internal_visibility.h"
#include "google/protobuf/extension_set.h"
#include "google/protobuf/generated_message_util.h"
#include "google/protobuf/wire_format_lite.h"
#include "google/protobuf/io/zero_copy_stream_impl_lite.h"
// @@protoc_insertion_point(includes)

// Must be included last.
#include "google/protobuf/port_def.inc"
PROTOBUF_PRAGMA_INIT_SEG
namespace _pb = ::google::protobuf;
namespace _pbi = ::google::protobuf::internal;
namespace _fl = ::google::protobuf::internal::field_layout;
namespace sync_pb {
class UserDisplayInfo::_Internal {
 public:
  using HasBits = decltype(::std::declval<UserDisplayInfo>()._impl_._has_bits_);
  static constexpr ::int32_t kHasBitsOffset =
      8 * PROTOBUF_FIELD_OFFSET(UserDisplayInfo, _impl_._has_bits_);
};

constexpr UserDisplayInfo::ParseTableT_ UserDisplayInfo::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(UserDisplayInfo, _impl_._has_bits_),
      0, // no _extensions_
      3, 24,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967288,  // skipmap
      offsetof(ParseTableT_, field_entries),
      3,  // num_field_entries
      0,  // num_aux_entries
      offsetof(ParseTableT_, field_names),  // no aux_entries
      class_data,
      nullptr,  // post_loop_handler
      ::_pbi::TcParser::GenericFallbackLite,  // fallback
      #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
      ::_pbi::TcParser::GetTable<::sync_pb::UserDisplayInfo>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      {::_pbi::TcParser::MiniParse, {}},
      // optional string email = 1;
      {::_pbi::TcParser::FastBS1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(UserDisplayInfo, _impl_.email_)}},
      // optional string display_name = 2;
      {::_pbi::TcParser::FastBS1,
       {18, 1, 0,
        PROTOBUF_FIELD_OFFSET(UserDisplayInfo, _impl_.display_name_)}},
      // optional string profile_image_url = 3;
      {::_pbi::TcParser::FastBS1,
       {26, 2, 0,
        PROTOBUF_FIELD_OFFSET(UserDisplayInfo, _impl_.profile_image_url_)}},
    }}, {{
      65535, 65535
    }}, {{
      // optional string email = 1;
      {PROTOBUF_FIELD_OFFSET(UserDisplayInfo, _impl_.email_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional string display_name = 2;
      {PROTOBUF_FIELD_OFFSET(UserDisplayInfo, _impl_.display_name_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional string profile_image_url = 3;
      {PROTOBUF_FIELD_OFFSET(UserDisplayInfo, _impl_.profile_image_url_), _Internal::kHasBitsOffset + 2, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
    }},
    // no aux_entries
    {{
    }},
  };
}


inline constexpr UserDisplayInfo::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        email_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        display_name_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        profile_image_url_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()) {}

template <typename>
constexpr UserDisplayInfo::UserDisplayInfo(::_pbi::ConstantInitialized,
                       const ::_pbi::ClassData* PROTOBUF_NONNULL class_data)
    : ::google::protobuf::MessageLite(
#if defined(PROTOBUF_CUSTOM_VTABLE)
          class_data
#endif  // PROTOBUF_CUSTOM_VTABLE
          ),
      _impl_(internal_visibility(), ::_pbi::ConstantInitialized()) {
}
inline void* PROTOBUF_NONNULL UserDisplayInfo::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) UserDisplayInfo(arena);
}
constexpr auto UserDisplayInfo::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::CopyInit(sizeof(UserDisplayInfo), alignof(UserDisplayInfo));
}
constexpr auto UserDisplayInfo::InternalGenerateClassData_(
    const MessageLite& prototype,
    const ::google::protobuf::internal::TcParseTableBase* tc_table) {
  return ::google::protobuf::internal::ClassDataLite{
      {
          &prototype,
#ifndef PROTOBUF_MESSAGE_GLOBALS
          &_table_.header,
#else
          tc_table,
#endif
          nullptr,  // IsInitialized
          &UserDisplayInfo::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<UserDisplayInfo>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &UserDisplayInfo::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<UserDisplayInfo>(), &UserDisplayInfo::ByteSizeLong,
              &UserDisplayInfo::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(UserDisplayInfo, _impl_._cached_size_),
          true,
      },
      "sync_pb.UserDisplayInfo",
  };
}
struct UserDisplayInfoGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr UserDisplayInfoGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 UserDisplayInfo_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(UserDisplayInfo::InternalGenerateClassData_(
            _default, &UserDisplayInfo_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<UserDisplayInfo>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~UserDisplayInfoGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) UserDisplayInfo _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<UserDisplayInfo>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(UserDisplayInfoGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST UserDisplayInfoGlobalsTypeInternal UserDisplayInfo_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* UserDisplayInfo_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return UserDisplayInfo_globals_.GetClassData();
#else
  return UserDisplayInfo_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
class PasswordSharingInvitationData_PasswordGroupElementData::_Internal {
 public:
  using HasBits = decltype(::std::declval<PasswordSharingInvitationData_PasswordGroupElementData>()._impl_._has_bits_);
  static constexpr ::int32_t kHasBitsOffset =
      8 * PROTOBUF_FIELD_OFFSET(PasswordSharingInvitationData_PasswordGroupElementData, _impl_._has_bits_);
};

constexpr PasswordSharingInvitationData_PasswordGroupElementData::ParseTableT_ PasswordSharingInvitationData_PasswordGroupElementData::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(PasswordSharingInvitationData_PasswordGroupElementData, _impl_._has_bits_),
      0, // no _extensions_
      9, 56,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294966817,  // skipmap
      offsetof(ParseTableT_, field_entries),
      7,  // num_field_entries
      0,  // num_aux_entries
      offsetof(ParseTableT_, field_names),  // no aux_entries
      class_data,
      nullptr,  // post_loop_handler
      ::_pbi::TcParser::GenericFallbackLite,  // fallback
      #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
      ::_pbi::TcParser::GetTable<::sync_pb::PasswordSharingInvitationData_PasswordGroupElementData>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // optional string display_name = 8;
      {::_pbi::TcParser::FastBS1,
       {66, 4, 0,
        PROTOBUF_FIELD_OFFSET(PasswordSharingInvitationData_PasswordGroupElementData, _impl_.display_name_)}},
      // optional string avatar_url = 9;
      {::_pbi::TcParser::FastBS1,
       {74, 5, 0,
        PROTOBUF_FIELD_OFFSET(PasswordSharingInvitationData_PasswordGroupElementData, _impl_.avatar_url_)}},
      // optional int32 scheme = 2;
      {::_pbi::TcParser::FastV32S1,
       {16, 6, 0,
        PROTOBUF_FIELD_OFFSET(PasswordSharingInvitationData_PasswordGroupElementData, _impl_.scheme_)}},
      // optional string signon_realm = 3;
      {::_pbi::TcParser::FastBS1,
       {26, 0, 0,
        PROTOBUF_FIELD_OFFSET(PasswordSharingInvitationData_PasswordGroupElementData, _impl_.signon_realm_)}},
      // optional string origin = 4;
      {::_pbi::TcParser::FastBS1,
       {34, 1, 0,
        PROTOBUF_FIELD_OFFSET(PasswordSharingInvitationData_PasswordGroupElementData, _impl_.origin_)}},
      // optional string username_element = 5;
      {::_pbi::TcParser::FastBS1,
       {42, 2, 0,
        PROTOBUF_FIELD_OFFSET(PasswordSharingInvitationData_PasswordGroupElementData, _impl_.username_element_)}},
      {::_pbi::TcParser::MiniParse, {}},
      // optional string password_element = 7;
      {::_pbi::TcParser::FastBS1,
       {58, 3, 0,
        PROTOBUF_FIELD_OFFSET(PasswordSharingInvitationData_PasswordGroupElementData, _impl_.password_element_)}},
    }}, {{
      65535, 65535
    }}, {{
      // optional int32 scheme = 2;
      {PROTOBUF_FIELD_OFFSET(PasswordSharingInvitationData_PasswordGroupElementData, _impl_.scheme_), _Internal::kHasBitsOffset + 6, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt32)},
      // optional string signon_realm = 3;
      {PROTOBUF_FIELD_OFFSET(PasswordSharingInvitationData_PasswordGroupElementData, _impl_.signon_realm_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional string origin = 4;
      {PROTOBUF_FIELD_OFFSET(PasswordSharingInvitationData_PasswordGroupElementData, _impl_.origin_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional string username_element = 5;
      {PROTOBUF_FIELD_OFFSET(PasswordSharingInvitationData_PasswordGroupElementData, _impl_.username_element_), _Internal::kHasBitsOffset + 2, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional string password_element = 7;
      {PROTOBUF_FIELD_OFFSET(PasswordSharingInvitationData_PasswordGroupElementData, _impl_.password_element_), _Internal::kHasBitsOffset + 3, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional string display_name = 8;
      {PROTOBUF_FIELD_OFFSET(PasswordSharingInvitationData_PasswordGroupElementData, _impl_.display_name_), _Internal::kHasBitsOffset + 4, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional string avatar_url = 9;
      {PROTOBUF_FIELD_OFFSET(PasswordSharingInvitationData_PasswordGroupElementData, _impl_.avatar_url_), _Internal::kHasBitsOffset + 5, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
    }},
    // no aux_entries
    {{
    }},
  };
}


inline constexpr PasswordSharingInvitationData_PasswordGroupElementData::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        signon_realm_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        origin_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        username_element_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        password_element_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        display_name_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        avatar_url_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        scheme_{0} {}

template <typename>
constexpr PasswordSharingInvitationData_PasswordGroupElementData::PasswordSharingInvitationData_PasswordGroupElementData(::_pbi::ConstantInitialized,
                       const ::_pbi::ClassData* PROTOBUF_NONNULL class_data)
    : ::google::protobuf::MessageLite(
#if defined(PROTOBUF_CUSTOM_VTABLE)
          class_data
#endif  // PROTOBUF_CUSTOM_VTABLE
          ),
      _impl_(internal_visibility(), ::_pbi::ConstantInitialized()) {
}
inline void* PROTOBUF_NONNULL PasswordSharingInvitationData_PasswordGroupElementData::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) PasswordSharingInvitationData_PasswordGroupElementData(arena);
}
constexpr auto PasswordSharingInvitationData_PasswordGroupElementData::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::CopyInit(sizeof(PasswordSharingInvitationData_PasswordGroupElementData), alignof(PasswordSharingInvitationData_PasswordGroupElementData));
}
constexpr auto PasswordSharingInvitationData_PasswordGroupElementData::InternalGenerateClassData_(
    const MessageLite& prototype,
    const ::google::protobuf::internal::TcParseTableBase* tc_table) {
  return ::google::protobuf::internal::ClassDataLite{
      {
          &prototype,
#ifndef PROTOBUF_MESSAGE_GLOBALS
          &_table_.header,
#else
          tc_table,
#endif
          nullptr,  // IsInitialized
          &PasswordSharingInvitationData_PasswordGroupElementData::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<PasswordSharingInvitationData_PasswordGroupElementData>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &PasswordSharingInvitationData_PasswordGroupElementData::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<PasswordSharingInvitationData_PasswordGroupElementData>(), &PasswordSharingInvitationData_PasswordGroupElementData::ByteSizeLong,
              &PasswordSharingInvitationData_PasswordGroupElementData::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(PasswordSharingInvitationData_PasswordGroupElementData, _impl_._cached_size_),
          true,
      },
      "sync_pb.PasswordSharingInvitationData.PasswordGroupElementData",
  };
}
struct PasswordSharingInvitationData_PasswordGroupElementDataGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr PasswordSharingInvitationData_PasswordGroupElementDataGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 PasswordSharingInvitationData_PasswordGroupElementData_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(PasswordSharingInvitationData_PasswordGroupElementData::InternalGenerateClassData_(
            _default, &PasswordSharingInvitationData_PasswordGroupElementData_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<PasswordSharingInvitationData_PasswordGroupElementData>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~PasswordSharingInvitationData_PasswordGroupElementDataGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) PasswordSharingInvitationData_PasswordGroupElementData _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<PasswordSharingInvitationData_PasswordGroupElementData>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(PasswordSharingInvitationData_PasswordGroupElementDataGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST PasswordSharingInvitationData_PasswordGroupElementDataGlobalsTypeInternal PasswordSharingInvitationData_PasswordGroupElementData_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* PasswordSharingInvitationData_PasswordGroupElementData_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return PasswordSharingInvitationData_PasswordGroupElementData_globals_.GetClassData();
#else
  return PasswordSharingInvitationData_PasswordGroupElementData_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
class OutgoingPasswordSharingInvitationCommitError::_Internal {
 public:
  using HasBits = decltype(::std::declval<OutgoingPasswordSharingInvitationCommitError>()._impl_._has_bits_);
  static constexpr ::int32_t kHasBitsOffset =
      8 * PROTOBUF_FIELD_OFFSET(OutgoingPasswordSharingInvitationCommitError, _impl_._has_bits_);
};

constexpr OutgoingPasswordSharingInvitationCommitError::ParseTableT_ OutgoingPasswordSharingInvitationCommitError::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(OutgoingPasswordSharingInvitationCommitError, _impl_._has_bits_),
      0, // no _extensions_
      1, 0,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967294,  // skipmap
      offsetof(ParseTableT_, field_entries),
      1,  // num_field_entries
      1,  // num_aux_entries
      offsetof(ParseTableT_, aux_entries),
      class_data,
      nullptr,  // post_loop_handler
      ::_pbi::TcParser::GenericFallbackLite,  // fallback
      #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
      ::_pbi::TcParser::GetTable<::sync_pb::OutgoingPasswordSharingInvitationCommitError>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // optional .sync_pb.OutgoingPasswordSharingInvitationCommitError.ErrorCode error_code = 1;
      {::_pbi::TcParser::FastEr0S1,
       {8, 0, 2,
        PROTOBUF_FIELD_OFFSET(OutgoingPasswordSharingInvitationCommitError, _impl_.error_code_)}},
    }}, {{
      65535, 65535
    }}, {{
      // optional .sync_pb.OutgoingPasswordSharingInvitationCommitError.ErrorCode error_code = 1;
      {PROTOBUF_FIELD_OFFSET(OutgoingPasswordSharingInvitationCommitError, _impl_.error_code_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kEnumRange)},
    }},
    {{
        {0, 2},
    }},
    {{
    }},
  };
}


inline constexpr OutgoingPasswordSharingInvitationCommitError::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        error_code_{static_cast< ::sync_pb::OutgoingPasswordSharingInvitationCommitError_ErrorCode >(0)} {}

template <typename>
constexpr OutgoingPasswordSharingInvitationCommitError::OutgoingPasswordSharingInvitationCommitError(::_pbi::ConstantInitialized,
                       const ::_pbi::ClassData* PROTOBUF_NONNULL class_data)
    : ::google::protobuf::MessageLite(
#if defined(PROTOBUF_CUSTOM_VTABLE)
          class_data
#endif  // PROTOBUF_CUSTOM_VTABLE
          ),
      _impl_(internal_visibility(), ::_pbi::ConstantInitialized()) {
}
inline void* PROTOBUF_NONNULL OutgoingPasswordSharingInvitationCommitError::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) OutgoingPasswordSharingInvitationCommitError(arena);
}
constexpr auto OutgoingPasswordSharingInvitationCommitError::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::ZeroInit(sizeof(OutgoingPasswordSharingInvitationCommitError), alignof(OutgoingPasswordSharingInvitationCommitError));
}
constexpr auto OutgoingPasswordSharingInvitationCommitError::InternalGenerateClassData_(
    const MessageLite& prototype,
    const ::google::protobuf::internal::TcParseTableBase* tc_table) {
  return ::google::protobuf::internal::ClassDataLite{
      {
          &prototype,
#ifndef PROTOBUF_MESSAGE_GLOBALS
          &_table_.header,
#else
          tc_table,
#endif
          nullptr,  // IsInitialized
          &OutgoingPasswordSharingInvitationCommitError::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<OutgoingPasswordSharingInvitationCommitError>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &OutgoingPasswordSharingInvitationCommitError::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<OutgoingPasswordSharingInvitationCommitError>(), &OutgoingPasswordSharingInvitationCommitError::ByteSizeLong,
              &OutgoingPasswordSharingInvitationCommitError::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(OutgoingPasswordSharingInvitationCommitError, _impl_._cached_size_),
          true,
      },
      "sync_pb.OutgoingPasswordSharingInvitationCommitError",
  };
}
struct OutgoingPasswordSharingInvitationCommitErrorGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr OutgoingPasswordSharingInvitationCommitErrorGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 OutgoingPasswordSharingInvitationCommitError_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(OutgoingPasswordSharingInvitationCommitError::InternalGenerateClassData_(
            _default, &OutgoingPasswordSharingInvitationCommitError_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<OutgoingPasswordSharingInvitationCommitError>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~OutgoingPasswordSharingInvitationCommitErrorGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) OutgoingPasswordSharingInvitationCommitError _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<OutgoingPasswordSharingInvitationCommitError>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(OutgoingPasswordSharingInvitationCommitErrorGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST OutgoingPasswordSharingInvitationCommitErrorGlobalsTypeInternal OutgoingPasswordSharingInvitationCommitError_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* OutgoingPasswordSharingInvitationCommitError_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return OutgoingPasswordSharingInvitationCommitError_globals_.GetClassData();
#else
  return OutgoingPasswordSharingInvitationCommitError_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
class UserInfo::_Internal {
 public:
  using HasBits = decltype(::std::declval<UserInfo>()._impl_._has_bits_);
  static constexpr ::int32_t kHasBitsOffset =
      8 * PROTOBUF_FIELD_OFFSET(UserInfo, _impl_._has_bits_);
};

constexpr UserInfo::ParseTableT_ UserInfo::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(UserInfo, _impl_._has_bits_),
      0, // no _extensions_
      3, 24,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967288,  // skipmap
      offsetof(ParseTableT_, field_entries),
      3,  // num_field_entries
      2,  // num_aux_entries
      offsetof(ParseTableT_, aux_entries),
      class_data,
      nullptr,  // post_loop_handler
      ::_pbi::TcParser::GenericFallbackLite,  // fallback
      #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
      ::_pbi::TcParser::GetTable<::sync_pb::UserInfo>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      {::_pbi::TcParser::MiniParse, {}},
      // optional string user_id = 1;
      {::_pbi::TcParser::FastBS1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(UserInfo, _impl_.user_id_)}},
      // optional .sync_pb.UserDisplayInfo user_display_info = 2;
      {::_pbi::TcParser::FastMtS1,
       {18, 1, 0,
        PROTOBUF_FIELD_OFFSET(UserInfo, _impl_.user_display_info_)}},
      // optional .sync_pb.CrossUserSharingPublicKey cross_user_sharing_public_key = 3;
      {::_pbi::TcParser::FastMtS1,
       {26, 2, 1,
        PROTOBUF_FIELD_OFFSET(UserInfo, _impl_.cross_user_sharing_public_key_)}},
    }}, {{
      65535, 65535
    }}, {{
      // optional string user_id = 1;
      {PROTOBUF_FIELD_OFFSET(UserInfo, _impl_.user_id_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional .sync_pb.UserDisplayInfo user_display_info = 2;
      {PROTOBUF_FIELD_OFFSET(UserInfo, _impl_.user_display_info_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
      // optional .sync_pb.CrossUserSharingPublicKey cross_user_sharing_public_key = 3;
      {PROTOBUF_FIELD_OFFSET(UserInfo, _impl_.cross_user_sharing_public_key_), _Internal::kHasBitsOffset + 2, 1, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::sync_pb::UserDisplayInfo>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::sync_pb::UserDisplayInfo_globals_},
        #endif
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::sync_pb::CrossUserSharingPublicKey>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::sync_pb::CrossUserSharingPublicKey_globals_},
        #endif
    }},
    {{
    }},
  };
}


inline constexpr UserInfo::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        user_id_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        user_display_info_{nullptr},
        cross_user_sharing_public_key_{nullptr} {}

template <typename>
constexpr UserInfo::UserInfo(::_pbi::ConstantInitialized,
                       const ::_pbi::ClassData* PROTOBUF_NONNULL class_data)
    : ::google::protobuf::MessageLite(
#if defined(PROTOBUF_CUSTOM_VTABLE)
          class_data
#endif  // PROTOBUF_CUSTOM_VTABLE
          ),
      _impl_(internal_visibility(), ::_pbi::ConstantInitialized()) {
}
inline void* PROTOBUF_NONNULL UserInfo::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) UserInfo(arena);
}
constexpr auto UserInfo::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::CopyInit(sizeof(UserInfo), alignof(UserInfo));
}
constexpr auto UserInfo::InternalGenerateClassData_(
    const MessageLite& prototype,
    const ::google::protobuf::internal::TcParseTableBase* tc_table) {
  return ::google::protobuf::internal::ClassDataLite{
      {
          &prototype,
#ifndef PROTOBUF_MESSAGE_GLOBALS
          &_table_.header,
#else
          tc_table,
#endif
          nullptr,  // IsInitialized
          &UserInfo::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<UserInfo>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &UserInfo::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<UserInfo>(), &UserInfo::ByteSizeLong,
              &UserInfo::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(UserInfo, _impl_._cached_size_),
          true,
      },
      "sync_pb.UserInfo",
  };
}
struct UserInfoGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr UserInfoGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 UserInfo_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(UserInfo::InternalGenerateClassData_(
            _default, &UserInfo_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<UserInfo>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~UserInfoGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) UserInfo _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<UserInfo>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(UserInfoGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST UserInfoGlobalsTypeInternal UserInfo_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* UserInfo_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return UserInfo_globals_.GetClassData();
#else
  return UserInfo_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
class PasswordSharingInvitationData_PasswordGroupData::_Internal {
 public:
  using HasBits = decltype(::std::declval<PasswordSharingInvitationData_PasswordGroupData>()._impl_._has_bits_);
  static constexpr ::int32_t kHasBitsOffset =
      8 * PROTOBUF_FIELD_OFFSET(PasswordSharingInvitationData_PasswordGroupData, _impl_._has_bits_);
};

constexpr PasswordSharingInvitationData_PasswordGroupData::ParseTableT_ PasswordSharingInvitationData_PasswordGroupData::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(PasswordSharingInvitationData_PasswordGroupData, _impl_._has_bits_),
      0, // no _extensions_
      3, 24,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967288,  // skipmap
      offsetof(ParseTableT_, field_entries),
      3,  // num_field_entries
      1,  // num_aux_entries
      offsetof(ParseTableT_, aux_entries),
      class_data,
      nullptr,  // post_loop_handler
      ::_pbi::TcParser::GenericFallbackLite,  // fallback
      #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
      ::_pbi::TcParser::GetTable<::sync_pb::PasswordSharingInvitationData_PasswordGroupData>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      {::_pbi::TcParser::MiniParse, {}},
      // optional string username_value = 1;
      {::_pbi::TcParser::FastBS1,
       {10, 1, 0,
        PROTOBUF_FIELD_OFFSET(PasswordSharingInvitationData_PasswordGroupData, _impl_.username_value_)}},
      // optional string password_value = 2;
      {::_pbi::TcParser::FastBS1,
       {18, 2, 0,
        PROTOBUF_FIELD_OFFSET(PasswordSharingInvitationData_PasswordGroupData, _impl_.password_value_)}},
      // repeated .sync_pb.PasswordSharingInvitationData.PasswordGroupElementData element_data = 3;
      {::_pbi::TcParser::FastMtR1,
       {26, 0, 0,
        PROTOBUF_FIELD_OFFSET(PasswordSharingInvitationData_PasswordGroupData, _impl_.element_data_)}},
    }}, {{
      65535, 65535
    }}, {{
      // optional string username_value = 1;
      {PROTOBUF_FIELD_OFFSET(PasswordSharingInvitationData_PasswordGroupData, _impl_.username_value_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional string password_value = 2;
      {PROTOBUF_FIELD_OFFSET(PasswordSharingInvitationData_PasswordGroupData, _impl_.password_value_), _Internal::kHasBitsOffset + 2, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // repeated .sync_pb.PasswordSharingInvitationData.PasswordGroupElementData element_data = 3;
      {PROTOBUF_FIELD_OFFSET(PasswordSharingInvitationData_PasswordGroupData, _impl_.element_data_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcRepeated | ::_fl::kMessage | ::_fl::kTvTable)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::sync_pb::PasswordSharingInvitationData_PasswordGroupElementData>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::sync_pb::PasswordSharingInvitationData_PasswordGroupElementData_globals_},
        #endif
    }},
    {{
    }},
  };
}


inline constexpr PasswordSharingInvitationData_PasswordGroupData::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        element_data_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::sync_pb::PasswordSharingInvitationData_PasswordGroupData,
            PROTOBUF_FIELD_OFFSET(::sync_pb::PasswordSharingInvitationData_PasswordGroupData, _impl_.element_data_)>()
         }
        ,
        username_value_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        password_value_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()) {}

template <typename>
constexpr PasswordSharingInvitationData_PasswordGroupData::PasswordSharingInvitationData_PasswordGroupData(::_pbi::ConstantInitialized,
                       const ::_pbi::ClassData* PROTOBUF_NONNULL class_data)
    : ::google::protobuf::MessageLite(
#if defined(PROTOBUF_CUSTOM_VTABLE)
          class_data
#endif  // PROTOBUF_CUSTOM_VTABLE
          ),
      _impl_(internal_visibility(), ::_pbi::ConstantInitialized()) {
}
inline void* PROTOBUF_NONNULL PasswordSharingInvitationData_PasswordGroupData::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) PasswordSharingInvitationData_PasswordGroupData(arena);
}
constexpr auto PasswordSharingInvitationData_PasswordGroupData::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::CopyInit(sizeof(PasswordSharingInvitationData_PasswordGroupData), alignof(PasswordSharingInvitationData_PasswordGroupData));
}
constexpr auto PasswordSharingInvitationData_PasswordGroupData::InternalGenerateClassData_(
    const MessageLite& prototype,
    const ::google::protobuf::internal::TcParseTableBase* tc_table) {
  return ::google::protobuf::internal::ClassDataLite{
      {
          &prototype,
#ifndef PROTOBUF_MESSAGE_GLOBALS
          &_table_.header,
#else
          tc_table,
#endif
          nullptr,  // IsInitialized
          &PasswordSharingInvitationData_PasswordGroupData::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<PasswordSharingInvitationData_PasswordGroupData>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &PasswordSharingInvitationData_PasswordGroupData::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<PasswordSharingInvitationData_PasswordGroupData>(), &PasswordSharingInvitationData_PasswordGroupData::ByteSizeLong,
              &PasswordSharingInvitationData_PasswordGroupData::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(PasswordSharingInvitationData_PasswordGroupData, _impl_._cached_size_),
          true,
      },
      "sync_pb.PasswordSharingInvitationData.PasswordGroupData",
  };
}
struct PasswordSharingInvitationData_PasswordGroupDataGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr PasswordSharingInvitationData_PasswordGroupDataGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 PasswordSharingInvitationData_PasswordGroupData_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(PasswordSharingInvitationData_PasswordGroupData::InternalGenerateClassData_(
            _default, &PasswordSharingInvitationData_PasswordGroupData_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<PasswordSharingInvitationData_PasswordGroupData>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~PasswordSharingInvitationData_PasswordGroupDataGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) PasswordSharingInvitationData_PasswordGroupData _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<PasswordSharingInvitationData_PasswordGroupData>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(PasswordSharingInvitationData_PasswordGroupDataGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST PasswordSharingInvitationData_PasswordGroupDataGlobalsTypeInternal PasswordSharingInvitationData_PasswordGroupData_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* PasswordSharingInvitationData_PasswordGroupData_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return PasswordSharingInvitationData_PasswordGroupData_globals_.GetClassData();
#else
  return PasswordSharingInvitationData_PasswordGroupData_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
class PasswordSharingInvitationData::_Internal {
 public:
  using HasBits = decltype(::std::declval<PasswordSharingInvitationData>()._impl_._has_bits_);
  static constexpr ::int32_t kHasBitsOffset =
      8 * PROTOBUF_FIELD_OFFSET(PasswordSharingInvitationData, _impl_._has_bits_);
};

constexpr PasswordSharingInvitationData::ParseTableT_ PasswordSharingInvitationData::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(PasswordSharingInvitationData, _impl_._has_bits_),
      0, // no _extensions_
      2, 0,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967293,  // skipmap
      offsetof(ParseTableT_, field_entries),
      1,  // num_field_entries
      1,  // num_aux_entries
      offsetof(ParseTableT_, aux_entries),
      class_data,
      nullptr,  // post_loop_handler
      ::_pbi::TcParser::GenericFallbackLite,  // fallback
      #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
      ::_pbi::TcParser::GetTable<::sync_pb::PasswordSharingInvitationData>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // optional .sync_pb.PasswordSharingInvitationData.PasswordGroupData password_group_data = 2;
      {::_pbi::TcParser::FastMtS1,
       {18, 0, 0,
        PROTOBUF_FIELD_OFFSET(PasswordSharingInvitationData, _impl_.password_group_data_)}},
    }}, {{
      65535, 65535
    }}, {{
      // optional .sync_pb.PasswordSharingInvitationData.PasswordGroupData password_group_data = 2;
      {PROTOBUF_FIELD_OFFSET(PasswordSharingInvitationData, _impl_.password_group_data_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::sync_pb::PasswordSharingInvitationData_PasswordGroupData>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::sync_pb::PasswordSharingInvitationData_PasswordGroupData_globals_},
        #endif
    }},
    {{
    }},
  };
}


inline constexpr PasswordSharingInvitationData::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        password_group_data_{nullptr} {}

template <typename>
constexpr PasswordSharingInvitationData::PasswordSharingInvitationData(::_pbi::ConstantInitialized,
                       const ::_pbi::ClassData* PROTOBUF_NONNULL class_data)
    : ::google::protobuf::MessageLite(
#if defined(PROTOBUF_CUSTOM_VTABLE)
          class_data
#endif  // PROTOBUF_CUSTOM_VTABLE
          ),
      _impl_(internal_visibility(), ::_pbi::ConstantInitialized()) {
}
inline void* PROTOBUF_NONNULL PasswordSharingInvitationData::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) PasswordSharingInvitationData(arena);
}
constexpr auto PasswordSharingInvitationData::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::ZeroInit(sizeof(PasswordSharingInvitationData), alignof(PasswordSharingInvitationData));
}
constexpr auto PasswordSharingInvitationData::InternalGenerateClassData_(
    const MessageLite& prototype,
    const ::google::protobuf::internal::TcParseTableBase* tc_table) {
  return ::google::protobuf::internal::ClassDataLite{
      {
          &prototype,
#ifndef PROTOBUF_MESSAGE_GLOBALS
          &_table_.header,
#else
          tc_table,
#endif
          nullptr,  // IsInitialized
          &PasswordSharingInvitationData::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<PasswordSharingInvitationData>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &PasswordSharingInvitationData::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<PasswordSharingInvitationData>(), &PasswordSharingInvitationData::ByteSizeLong,
              &PasswordSharingInvitationData::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(PasswordSharingInvitationData, _impl_._cached_size_),
          true,
      },
      "sync_pb.PasswordSharingInvitationData",
  };
}
struct PasswordSharingInvitationDataGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr PasswordSharingInvitationDataGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 PasswordSharingInvitationData_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(PasswordSharingInvitationData::InternalGenerateClassData_(
            _default, &PasswordSharingInvitationData_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<PasswordSharingInvitationData>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~PasswordSharingInvitationDataGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) PasswordSharingInvitationData _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<PasswordSharingInvitationData>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(PasswordSharingInvitationDataGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST PasswordSharingInvitationDataGlobalsTypeInternal PasswordSharingInvitationData_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* PasswordSharingInvitationData_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return PasswordSharingInvitationData_globals_.GetClassData();
#else
  return PasswordSharingInvitationData_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
class OutgoingPasswordSharingInvitationSpecifics::_Internal {
 public:
  using HasBits = decltype(::std::declval<OutgoingPasswordSharingInvitationSpecifics>()._impl_._has_bits_);
  static constexpr ::int32_t kHasBitsOffset =
      8 * PROTOBUF_FIELD_OFFSET(OutgoingPasswordSharingInvitationSpecifics, _impl_._has_bits_);
};

constexpr OutgoingPasswordSharingInvitationSpecifics::ParseTableT_ OutgoingPasswordSharingInvitationSpecifics::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(OutgoingPasswordSharingInvitationSpecifics, _impl_._has_bits_),
      0, // no _extensions_
      7, 56,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967184,  // skipmap
      offsetof(ParseTableT_, field_entries),
      6,  // num_field_entries
      1,  // num_aux_entries
      offsetof(ParseTableT_, aux_entries),
      class_data,
      nullptr,  // post_loop_handler
      ::_pbi::TcParser::GenericFallbackLite,  // fallback
      #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
      ::_pbi::TcParser::GetTable<::sync_pb::OutgoingPasswordSharingInvitationSpecifics>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      {::_pbi::TcParser::MiniParse, {}},
      // optional string guid = 1;
      {::_pbi::TcParser::FastBS1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(OutgoingPasswordSharingInvitationSpecifics, _impl_.guid_)}},
      // optional string recipient_user_id = 2;
      {::_pbi::TcParser::FastBS1,
       {18, 1, 0,
        PROTOBUF_FIELD_OFFSET(OutgoingPasswordSharingInvitationSpecifics, _impl_.recipient_user_id_)}},
      // optional bytes encrypted_password_sharing_invitation_data = 3;
      {::_pbi::TcParser::FastBS1,
       {26, 2, 0,
        PROTOBUF_FIELD_OFFSET(OutgoingPasswordSharingInvitationSpecifics, _impl_.encrypted_password_sharing_invitation_data_)}},
      // optional .sync_pb.PasswordSharingInvitationData client_only_unencrypted_data = 4;
      {::_pbi::TcParser::FastMtS1,
       {34, 3, 0,
        PROTOBUF_FIELD_OFFSET(OutgoingPasswordSharingInvitationSpecifics, _impl_.client_only_unencrypted_data_)}},
      {::_pbi::TcParser::MiniParse, {}},
      // optional uint32 recipient_key_version = 6;
      {::_pbi::TcParser::FastV32S1,
       {48, 4, 0,
        PROTOBUF_FIELD_OFFSET(OutgoingPasswordSharingInvitationSpecifics, _impl_.recipient_key_version_)}},
      // optional uint32 sender_key_version = 7;
      {::_pbi::TcParser::FastV32S1,
       {56, 5, 0,
        PROTOBUF_FIELD_OFFSET(OutgoingPasswordSharingInvitationSpecifics, _impl_.sender_key_version_)}},
    }}, {{
      65535, 65535
    }}, {{
      // optional string guid = 1;
      {PROTOBUF_FIELD_OFFSET(OutgoingPasswordSharingInvitationSpecifics, _impl_.guid_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional string recipient_user_id = 2;
      {PROTOBUF_FIELD_OFFSET(OutgoingPasswordSharingInvitationSpecifics, _impl_.recipient_user_id_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional bytes encrypted_password_sharing_invitation_data = 3;
      {PROTOBUF_FIELD_OFFSET(OutgoingPasswordSharingInvitationSpecifics, _impl_.encrypted_password_sharing_invitation_data_), _Internal::kHasBitsOffset + 2, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional .sync_pb.PasswordSharingInvitationData client_only_unencrypted_data = 4;
      {PROTOBUF_FIELD_OFFSET(OutgoingPasswordSharingInvitationSpecifics, _impl_.client_only_unencrypted_data_), _Internal::kHasBitsOffset + 3, 0, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
      // optional uint32 recipient_key_version = 6;
      {PROTOBUF_FIELD_OFFSET(OutgoingPasswordSharingInvitationSpecifics, _impl_.recipient_key_version_), _Internal::kHasBitsOffset + 4, 0, (0 | ::_fl::kFcOptional | ::_fl::kUInt32)},
      // optional uint32 sender_key_version = 7;
      {PROTOBUF_FIELD_OFFSET(OutgoingPasswordSharingInvitationSpecifics, _impl_.sender_key_version_), _Internal::kHasBitsOffset + 5, 0, (0 | ::_fl::kFcOptional | ::_fl::kUInt32)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::sync_pb::PasswordSharingInvitationData>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::sync_pb::PasswordSharingInvitationData_globals_},
        #endif
    }},
    {{
    }},
  };
}


inline constexpr OutgoingPasswordSharingInvitationSpecifics::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        guid_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        recipient_user_id_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        encrypted_password_sharing_invitation_data_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        client_only_unencrypted_data_{nullptr},
        recipient_key_version_{0u},
        sender_key_version_{0u} {}

template <typename>
constexpr OutgoingPasswordSharingInvitationSpecifics::OutgoingPasswordSharingInvitationSpecifics(::_pbi::ConstantInitialized,
                       const ::_pbi::ClassData* PROTOBUF_NONNULL class_data)
    : ::google::protobuf::MessageLite(
#if defined(PROTOBUF_CUSTOM_VTABLE)
          class_data
#endif  // PROTOBUF_CUSTOM_VTABLE
          ),
      _impl_(internal_visibility(), ::_pbi::ConstantInitialized()) {
}
inline void* PROTOBUF_NONNULL OutgoingPasswordSharingInvitationSpecifics::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) OutgoingPasswordSharingInvitationSpecifics(arena);
}
constexpr auto OutgoingPasswordSharingInvitationSpecifics::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::CopyInit(sizeof(OutgoingPasswordSharingInvitationSpecifics), alignof(OutgoingPasswordSharingInvitationSpecifics));
}
constexpr auto OutgoingPasswordSharingInvitationSpecifics::InternalGenerateClassData_(
    const MessageLite& prototype,
    const ::google::protobuf::internal::TcParseTableBase* tc_table) {
  return ::google::protobuf::internal::ClassDataLite{
      {
          &prototype,
#ifndef PROTOBUF_MESSAGE_GLOBALS
          &_table_.header,
#else
          tc_table,
#endif
          nullptr,  // IsInitialized
          &OutgoingPasswordSharingInvitationSpecifics::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<OutgoingPasswordSharingInvitationSpecifics>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &OutgoingPasswordSharingInvitationSpecifics::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<OutgoingPasswordSharingInvitationSpecifics>(), &OutgoingPasswordSharingInvitationSpecifics::ByteSizeLong,
              &OutgoingPasswordSharingInvitationSpecifics::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(OutgoingPasswordSharingInvitationSpecifics, _impl_._cached_size_),
          true,
      },
      "sync_pb.OutgoingPasswordSharingInvitationSpecifics",
  };
}
struct OutgoingPasswordSharingInvitationSpecificsGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr OutgoingPasswordSharingInvitationSpecificsGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 OutgoingPasswordSharingInvitationSpecifics_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(OutgoingPasswordSharingInvitationSpecifics::InternalGenerateClassData_(
            _default, &OutgoingPasswordSharingInvitationSpecifics_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<OutgoingPasswordSharingInvitationSpecifics>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~OutgoingPasswordSharingInvitationSpecificsGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) OutgoingPasswordSharingInvitationSpecifics _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<OutgoingPasswordSharingInvitationSpecifics>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(OutgoingPasswordSharingInvitationSpecificsGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST OutgoingPasswordSharingInvitationSpecificsGlobalsTypeInternal OutgoingPasswordSharingInvitationSpecifics_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* OutgoingPasswordSharingInvitationSpecifics_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return OutgoingPasswordSharingInvitationSpecifics_globals_.GetClassData();
#else
  return OutgoingPasswordSharingInvitationSpecifics_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
class IncomingPasswordSharingInvitationSpecifics::_Internal {
 public:
  using HasBits = decltype(::std::declval<IncomingPasswordSharingInvitationSpecifics>()._impl_._has_bits_);
  static constexpr ::int32_t kHasBitsOffset =
      8 * PROTOBUF_FIELD_OFFSET(IncomingPasswordSharingInvitationSpecifics, _impl_._has_bits_);
};

constexpr IncomingPasswordSharingInvitationSpecifics::ParseTableT_ IncomingPasswordSharingInvitationSpecifics::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(IncomingPasswordSharingInvitationSpecifics, _impl_._has_bits_),
      0, // no _extensions_
      6, 56,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967248,  // skipmap
      offsetof(ParseTableT_, field_entries),
      5,  // num_field_entries
      2,  // num_aux_entries
      offsetof(ParseTableT_, aux_entries),
      class_data,
      nullptr,  // post_loop_handler
      ::_pbi::TcParser::GenericFallbackLite,  // fallback
      #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
      ::_pbi::TcParser::GetTable<::sync_pb::IncomingPasswordSharingInvitationSpecifics>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      {::_pbi::TcParser::MiniParse, {}},
      // optional string guid = 1;
      {::_pbi::TcParser::FastBS1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(IncomingPasswordSharingInvitationSpecifics, _impl_.guid_)}},
      // optional .sync_pb.UserInfo sender_info = 2;
      {::_pbi::TcParser::FastMtS1,
       {18, 2, 0,
        PROTOBUF_FIELD_OFFSET(IncomingPasswordSharingInvitationSpecifics, _impl_.sender_info_)}},
      // optional bytes encrypted_password_sharing_invitation_data = 3;
      {::_pbi::TcParser::FastBS1,
       {26, 1, 0,
        PROTOBUF_FIELD_OFFSET(IncomingPasswordSharingInvitationSpecifics, _impl_.encrypted_password_sharing_invitation_data_)}},
      // optional .sync_pb.PasswordSharingInvitationData client_only_unencrypted_data = 4;
      {::_pbi::TcParser::FastMtS1,
       {34, 3, 1,
        PROTOBUF_FIELD_OFFSET(IncomingPasswordSharingInvitationSpecifics, _impl_.client_only_unencrypted_data_)}},
      {::_pbi::TcParser::MiniParse, {}},
      // optional uint32 recipient_key_version = 6;
      {::_pbi::TcParser::FastV32S1,
       {48, 4, 0,
        PROTOBUF_FIELD_OFFSET(IncomingPasswordSharingInvitationSpecifics, _impl_.recipient_key_version_)}},
      {::_pbi::TcParser::MiniParse, {}},
    }}, {{
      65535, 65535
    }}, {{
      // optional string guid = 1;
      {PROTOBUF_FIELD_OFFSET(IncomingPasswordSharingInvitationSpecifics, _impl_.guid_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional .sync_pb.UserInfo sender_info = 2;
      {PROTOBUF_FIELD_OFFSET(IncomingPasswordSharingInvitationSpecifics, _impl_.sender_info_), _Internal::kHasBitsOffset + 2, 0, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
      // optional bytes encrypted_password_sharing_invitation_data = 3;
      {PROTOBUF_FIELD_OFFSET(IncomingPasswordSharingInvitationSpecifics, _impl_.encrypted_password_sharing_invitation_data_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional .sync_pb.PasswordSharingInvitationData client_only_unencrypted_data = 4;
      {PROTOBUF_FIELD_OFFSET(IncomingPasswordSharingInvitationSpecifics, _impl_.client_only_unencrypted_data_), _Internal::kHasBitsOffset + 3, 1, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
      // optional uint32 recipient_key_version = 6;
      {PROTOBUF_FIELD_OFFSET(IncomingPasswordSharingInvitationSpecifics, _impl_.recipient_key_version_), _Internal::kHasBitsOffset + 4, 0, (0 | ::_fl::kFcOptional | ::_fl::kUInt32)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::sync_pb::UserInfo>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::sync_pb::UserInfo_globals_},
        #endif
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::sync_pb::PasswordSharingInvitationData>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::sync_pb::PasswordSharingInvitationData_globals_},
        #endif
    }},
    {{
    }},
  };
}


inline constexpr IncomingPasswordSharingInvitationSpecifics::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        guid_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        encrypted_password_sharing_invitation_data_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        sender_info_{nullptr},
        client_only_unencrypted_data_{nullptr},
        recipient_key_version_{0u} {}

template <typename>
constexpr IncomingPasswordSharingInvitationSpecifics::IncomingPasswordSharingInvitationSpecifics(::_pbi::ConstantInitialized,
                       const ::_pbi::ClassData* PROTOBUF_NONNULL class_data)
    : ::google::protobuf::MessageLite(
#if defined(PROTOBUF_CUSTOM_VTABLE)
          class_data
#endif  // PROTOBUF_CUSTOM_VTABLE
          ),
      _impl_(internal_visibility(), ::_pbi::ConstantInitialized()) {
}
inline void* PROTOBUF_NONNULL IncomingPasswordSharingInvitationSpecifics::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) IncomingPasswordSharingInvitationSpecifics(arena);
}
constexpr auto IncomingPasswordSharingInvitationSpecifics::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::CopyInit(sizeof(IncomingPasswordSharingInvitationSpecifics), alignof(IncomingPasswordSharingInvitationSpecifics));
}
constexpr auto IncomingPasswordSharingInvitationSpecifics::InternalGenerateClassData_(
    const MessageLite& prototype,
    const ::google::protobuf::internal::TcParseTableBase* tc_table) {
  return ::google::protobuf::internal::ClassDataLite{
      {
          &prototype,
#ifndef PROTOBUF_MESSAGE_GLOBALS
          &_table_.header,
#else
          tc_table,
#endif
          nullptr,  // IsInitialized
          &IncomingPasswordSharingInvitationSpecifics::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<IncomingPasswordSharingInvitationSpecifics>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &IncomingPasswordSharingInvitationSpecifics::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<IncomingPasswordSharingInvitationSpecifics>(), &IncomingPasswordSharingInvitationSpecifics::ByteSizeLong,
              &IncomingPasswordSharingInvitationSpecifics::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(IncomingPasswordSharingInvitationSpecifics, _impl_._cached_size_),
          true,
      },
      "sync_pb.IncomingPasswordSharingInvitationSpecifics",
  };
}
struct IncomingPasswordSharingInvitationSpecificsGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr IncomingPasswordSharingInvitationSpecificsGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 IncomingPasswordSharingInvitationSpecifics_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(IncomingPasswordSharingInvitationSpecifics::InternalGenerateClassData_(
            _default, &IncomingPasswordSharingInvitationSpecifics_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<IncomingPasswordSharingInvitationSpecifics>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~IncomingPasswordSharingInvitationSpecificsGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) IncomingPasswordSharingInvitationSpecifics _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<IncomingPasswordSharingInvitationSpecifics>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(IncomingPasswordSharingInvitationSpecificsGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST IncomingPasswordSharingInvitationSpecificsGlobalsTypeInternal IncomingPasswordSharingInvitationSpecifics_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* IncomingPasswordSharingInvitationSpecifics_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return IncomingPasswordSharingInvitationSpecifics_globals_.GetClassData();
#else
  return IncomingPasswordSharingInvitationSpecifics_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
}  // namespace sync_pb
namespace sync_pb {
PROTOBUF_CONSTINIT const uint32_t OutgoingPasswordSharingInvitationCommitError_ErrorCode_internal_data_[] = {
    196608u, 0u, };
static const char OutgoingPasswordSharingInvitationCommitError_ErrorCode_names[] = {
    "NOT_FAMILY_MEMBER"
    "PUBLIC_KEY_VERSION_MISMATCH"
    "UNKNOWN"
};

static const ::google::protobuf::internal::EnumEntry OutgoingPasswordSharingInvitationCommitError_ErrorCode_entries[] = {
    {{&OutgoingPasswordSharingInvitationCommitError_ErrorCode_names[0], 17}, 2},
    {{&OutgoingPasswordSharingInvitationCommitError_ErrorCode_names[17], 27}, 1},
    {{&OutgoingPasswordSharingInvitationCommitError_ErrorCode_names[44], 7}, 0},
};

static const int OutgoingPasswordSharingInvitationCommitError_ErrorCode_entries_by_number[] = {
    2,  // 0 -> UNKNOWN
    1,  // 1 -> PUBLIC_KEY_VERSION_MISMATCH
    0,  // 2 -> NOT_FAMILY_MEMBER
};

bool OutgoingPasswordSharingInvitationCommitError_ErrorCode_Parse(::absl::string_view name,
                                  OutgoingPasswordSharingInvitationCommitError_ErrorCode* PROTOBUF_NONNULL value) {
  int int_value;
  bool success = ::google::protobuf::internal::LookUpEnumValue(
      OutgoingPasswordSharingInvitationCommitError_ErrorCode_entries, 3, name, &int_value);
  if (success) {
    *value = static_cast<OutgoingPasswordSharingInvitationCommitError_ErrorCode>(int_value);
  }
  return success;
}
static ::google::protobuf::internal::ExplicitlyConstructed<::std::string>
    OutgoingPasswordSharingInvitationCommitError_ErrorCode_strings[3] = {};

const ::std::string& OutgoingPasswordSharingInvitationCommitError_ErrorCode_Name(OutgoingPasswordSharingInvitationCommitError_ErrorCode value) {
  static const bool kDummy = ::google::protobuf::internal::InitializeEnumStrings(
      OutgoingPasswordSharingInvitationCommitError_ErrorCode_entries, OutgoingPasswordSharingInvitationCommitError_ErrorCode_entries_by_number, 3,
      OutgoingPasswordSharingInvitationCommitError_ErrorCode_strings);
  (void)kDummy;

  int idx = ::google::protobuf::internal::LookUpEnumName(OutgoingPasswordSharingInvitationCommitError_ErrorCode_entries,
                                  OutgoingPasswordSharingInvitationCommitError_ErrorCode_entries_by_number,
                                  3, value);
  return idx == -1 ? ::google::protobuf::internal::GetEmptyString() : OutgoingPasswordSharingInvitationCommitError_ErrorCode_strings[idx].get();
}
// ===================================================================

PasswordSharingInvitationData_PasswordGroupElementData::PasswordSharingInvitationData_PasswordGroupElementData(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, PasswordSharingInvitationData_PasswordGroupElementData_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:sync_pb.PasswordSharingInvitationData.PasswordGroupElementData)
}
PROTOBUF_NDEBUG_INLINE PasswordSharingInvitationData_PasswordGroupElementData::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::sync_pb::PasswordSharingInvitationData_PasswordGroupElementData& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0},
        signon_realm_(arena, from.signon_realm_),
        origin_(arena, from.origin_),
        username_element_(arena, from.username_element_),
        password_element_(arena, from.password_element_),
        display_name_(arena, from.display_name_),
        avatar_url_(arena, from.avatar_url_) {}

PasswordSharingInvitationData_PasswordGroupElementData::PasswordSharingInvitationData_PasswordGroupElementData(
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena,
    const PasswordSharingInvitationData_PasswordGroupElementData& from)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, PasswordSharingInvitationData_PasswordGroupElementData_get_class_data()) {

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  PasswordSharingInvitationData_PasswordGroupElementData* const _this = this;
  (void)_this;
  _internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
  new (&_impl_) Impl_(internal_visibility(), arena, from._impl_, from);
  _impl_.scheme_ = from._impl_.scheme_;

  // @@protoc_insertion_point(copy_constructor:sync_pb.PasswordSharingInvitationData.PasswordGroupElementData)
}
PROTOBUF_NDEBUG_INLINE PasswordSharingInvitationData_PasswordGroupElementData::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        signon_realm_(arena),
        origin_(arena),
        username_element_(arena),
        password_element_(arena),
        display_name_(arena),
        avatar_url_(arena) {}

inline void PasswordSharingInvitationData_PasswordGroupElementData::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
  _impl_.scheme_ = {};
}
PasswordSharingInvitationData_PasswordGroupElementData::~PasswordSharingInvitationData_PasswordGroupElementData() {
  // @@protoc_insertion_point(destructor:sync_pb.PasswordSharingInvitationData.PasswordGroupElementData)
  SharedDtor(*this);
}
inline void PasswordSharingInvitationData_PasswordGroupElementData::SharedDtor(MessageLite& self) {
  PasswordSharingInvitationData_PasswordGroupElementData& this_ = static_cast<PasswordSharingInvitationData_PasswordGroupElementData&>(self);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  this_._internal_metadata_.Delete<::std::string>();
  ABSL_DCHECK(this_.GetArena() == nullptr);
  this_._impl_.signon_realm_.Destroy();
  this_._impl_.origin_.Destroy();
  this_._impl_.username_element_.Destroy();
  this_._impl_.password_element_.Destroy();
  this_._impl_.display_name_.Destroy();
  this_._impl_.avatar_url_.Destroy();
  this_._impl_.~Impl_();
}

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite PasswordSharingInvitationData_PasswordGroupElementData_class_data_ =
    PasswordSharingInvitationData_PasswordGroupElementData::InternalGenerateClassData_(PasswordSharingInvitationData_PasswordGroupElementData_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
PasswordSharingInvitationData_PasswordGroupElementData::GetClassData() const {
  return PasswordSharingInvitationData_PasswordGroupElementData_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
PasswordSharingInvitationData_PasswordGroupElementData::GetClassData() const {
  return PasswordSharingInvitationData_PasswordGroupElementData_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const PasswordSharingInvitationData_PasswordGroupElementData::ParseTableT_
    PasswordSharingInvitationData_PasswordGroupElementData::_table_ =
        PasswordSharingInvitationData_PasswordGroupElementData::InternalGenerateParseTable_(PasswordSharingInvitationData_PasswordGroupElementData_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void PasswordSharingInvitationData_PasswordGroupElementData::Clear() {
// @@protoc_insertion_point(message_clear_start:sync_pb.PasswordSharingInvitationData.PasswordGroupElementData)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void) cached_has_bits;

  cached_has_bits = _impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x0000003fU)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _impl_.signon_realm_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _impl_.origin_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _impl_.username_element_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      _impl_.password_element_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      _impl_.display_name_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      _impl_.avatar_url_.ClearNonDefaultToEmpty();
    }
  }
  _impl_.scheme_ = 0;
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::uint8_t* PROTOBUF_NONNULL PasswordSharingInvitationData_PasswordGroupElementData::_InternalSerialize(
    const ::google::protobuf::MessageLite& base, ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) {
  const PasswordSharingInvitationData_PasswordGroupElementData& this_ = static_cast<const PasswordSharingInvitationData_PasswordGroupElementData&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::uint8_t* PROTOBUF_NONNULL PasswordSharingInvitationData_PasswordGroupElementData::_InternalSerialize(
    ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
  const PasswordSharingInvitationData_PasswordGroupElementData& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(serialize_to_array_start:sync_pb.PasswordSharingInvitationData.PasswordGroupElementData)
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = this_._impl_._has_bits_[0];
  // optional int32 scheme = 2;
  if (CheckHasBit(cached_has_bits, 0x00000040U)) {
    target =
        ::google::protobuf::internal::WireFormatLite::WriteInt32ToArrayWithField<2>(
            stream, this_._internal_scheme(), target);
  }

  // optional string signon_realm = 3;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    const ::std::string& _s = this_._internal_signon_realm();
    target = stream->WriteStringMaybeAliased(3, _s, target);
  }

  // optional string origin = 4;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    const ::std::string& _s = this_._internal_origin();
    target = stream->WriteStringMaybeAliased(4, _s, target);
  }

  // optional string username_element = 5;
  if (CheckHasBit(cached_has_bits, 0x00000004U)) {
    const ::std::string& _s = this_._internal_username_element();
    target = stream->WriteStringMaybeAliased(5, _s, target);
  }

  // optional string password_element = 7;
  if (CheckHasBit(cached_has_bits, 0x00000008U)) {
    const ::std::string& _s = this_._internal_password_element();
    target = stream->WriteStringMaybeAliased(7, _s, target);
  }

  // optional string display_name = 8;
  if (CheckHasBit(cached_has_bits, 0x00000010U)) {
    const ::std::string& _s = this_._internal_display_name();
    target = stream->WriteStringMaybeAliased(8, _s, target);
  }

  // optional string avatar_url = 9;
  if (CheckHasBit(cached_has_bits, 0x00000020U)) {
    const ::std::string& _s = this_._internal_avatar_url();
    target = stream->WriteStringMaybeAliased(9, _s, target);
  }

  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    target = stream->WriteRaw(
        this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).data(),
        static_cast<int>(this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size()), target);
  }
  // @@protoc_insertion_point(serialize_to_array_end:sync_pb.PasswordSharingInvitationData.PasswordGroupElementData)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t PasswordSharingInvitationData_PasswordGroupElementData::ByteSizeLong(const MessageLite& base) {
  const PasswordSharingInvitationData_PasswordGroupElementData& this_ = static_cast<const PasswordSharingInvitationData_PasswordGroupElementData&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t PasswordSharingInvitationData_PasswordGroupElementData::ByteSizeLong() const {
  const PasswordSharingInvitationData_PasswordGroupElementData& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:sync_pb.PasswordSharingInvitationData.PasswordGroupElementData)
  ::size_t total_size = 0;

  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void)cached_has_bits;

  ::_pbi::Prefetch5LinesFrom7Lines(&this_);
  cached_has_bits = this_._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x0000007fU)) {
    // optional string signon_realm = 3;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_signon_realm());
    }
    // optional string origin = 4;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_origin());
    }
    // optional string username_element = 5;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_username_element());
    }
    // optional string password_element = 7;
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_password_element());
    }
    // optional string display_name = 8;
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_display_name());
    }
    // optional string avatar_url = 9;
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_avatar_url());
    }
    // optional int32 scheme = 2;
    if (CheckHasBit(cached_has_bits, 0x00000040U)) {
      total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(
          this_._internal_scheme());
    }
  }
  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    total_size += this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size();
  }
  this_._impl_._cached_size_.Set(::_pbi::ToCachedSize(total_size));
  return total_size;
}

void PasswordSharingInvitationData_PasswordGroupElementData::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<PasswordSharingInvitationData_PasswordGroupElementData*>(&to_msg);
  auto& from = static_cast<const PasswordSharingInvitationData_PasswordGroupElementData&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(class_specific_merge_from_start:sync_pb.PasswordSharingInvitationData.PasswordGroupElementData)
  ABSL_DCHECK_NE(&from, _this);
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = from._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x0000007fU)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _this->_internal_set_signon_realm(from._internal_signon_realm());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_internal_set_origin(from._internal_origin());
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _this->_internal_set_username_element(from._internal_username_element());
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      _this->_internal_set_password_element(from._internal_password_element());
    }
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      _this->_internal_set_display_name(from._internal_display_name());
    }
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      _this->_internal_set_avatar_url(from._internal_avatar_url());
    }
    if (CheckHasBit(cached_has_bits, 0x00000040U)) {
      _this->_impl_.scheme_ = from._impl_.scheme_;
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

void PasswordSharingInvitationData_PasswordGroupElementData::CopyFrom(const PasswordSharingInvitationData_PasswordGroupElementData& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:sync_pb.PasswordSharingInvitationData.PasswordGroupElementData)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


void PasswordSharingInvitationData_PasswordGroupElementData::InternalSwap(PasswordSharingInvitationData_PasswordGroupElementData* PROTOBUF_RESTRICT PROTOBUF_NONNULL other) {
  using ::std::swap;
  auto* arena = GetArena();
  ABSL_DCHECK_EQ(arena, other->GetArena());
  _internal_metadata_.InternalSwap(&other->_internal_metadata_);
  swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.signon_realm_, &other->_impl_.signon_realm_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.origin_, &other->_impl_.origin_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.username_element_, &other->_impl_.username_element_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.password_element_, &other->_impl_.password_element_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.display_name_, &other->_impl_.display_name_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.avatar_url_, &other->_impl_.avatar_url_, arena);
  swap(_impl_.scheme_, other->_impl_.scheme_);
}

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

PasswordSharingInvitationData_PasswordGroupData::PasswordSharingInvitationData_PasswordGroupData(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, PasswordSharingInvitationData_PasswordGroupData_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:sync_pb.PasswordSharingInvitationData.PasswordGroupData)
}
PROTOBUF_NDEBUG_INLINE PasswordSharingInvitationData_PasswordGroupData::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::sync_pb::PasswordSharingInvitationData_PasswordGroupData& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0},
        element_data_ {
          visibility, ::_pbi::InternalMetadataOffset::Build<
              ::sync_pb::PasswordSharingInvitationData_PasswordGroupData,
              PROTOBUF_FIELD_OFFSET(::sync_pb::PasswordSharingInvitationData_PasswordGroupData, _impl_.element_data_)>()
          , from.element_data_
        }
        ,
        username_value_(arena, from.username_value_),
        password_value_(arena, from.password_value_) {}

PasswordSharingInvitationData_PasswordGroupData::PasswordSharingInvitationData_PasswordGroupData(
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena,
    const PasswordSharingInvitationData_PasswordGroupData& from)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, PasswordSharingInvitationData_PasswordGroupData_get_class_data()) {

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  PasswordSharingInvitationData_PasswordGroupData* const _this = this;
  (void)_this;
  _internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
  new (&_impl_) Impl_(internal_visibility(), arena, from._impl_, from);

  // @@protoc_insertion_point(copy_constructor:sync_pb.PasswordSharingInvitationData.PasswordGroupData)
}
PROTOBUF_NDEBUG_INLINE PasswordSharingInvitationData_PasswordGroupData::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        element_data_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::sync_pb::PasswordSharingInvitationData_PasswordGroupData,
            PROTOBUF_FIELD_OFFSET(::sync_pb::PasswordSharingInvitationData_PasswordGroupData, _impl_.element_data_)>()
         }
        ,
        username_value_(arena),
        password_value_(arena) {}

inline void PasswordSharingInvitationData_PasswordGroupData::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
}
PasswordSharingInvitationData_PasswordGroupData::~PasswordSharingInvitationData_PasswordGroupData() {
  // @@protoc_insertion_point(destructor:sync_pb.PasswordSharingInvitationData.PasswordGroupData)
  SharedDtor(*this);
}
inline void PasswordSharingInvitationData_PasswordGroupData::SharedDtor(MessageLite& self) {
  PasswordSharingInvitationData_PasswordGroupData& this_ = static_cast<PasswordSharingInvitationData_PasswordGroupData&>(self);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  this_._internal_metadata_.Delete<::std::string>();
  ABSL_DCHECK(this_.GetArena() == nullptr);
  this_._impl_.username_value_.Destroy();
  this_._impl_.password_value_.Destroy();
  this_._impl_.~Impl_();
}

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite PasswordSharingInvitationData_PasswordGroupData_class_data_ =
    PasswordSharingInvitationData_PasswordGroupData::InternalGenerateClassData_(PasswordSharingInvitationData_PasswordGroupData_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
PasswordSharingInvitationData_PasswordGroupData::GetClassData() const {
  return PasswordSharingInvitationData_PasswordGroupData_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
PasswordSharingInvitationData_PasswordGroupData::GetClassData() const {
  return PasswordSharingInvitationData_PasswordGroupData_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const PasswordSharingInvitationData_PasswordGroupData::ParseTableT_
    PasswordSharingInvitationData_PasswordGroupData::_table_ =
        PasswordSharingInvitationData_PasswordGroupData::InternalGenerateParseTable_(PasswordSharingInvitationData_PasswordGroupData_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void PasswordSharingInvitationData_PasswordGroupData::Clear() {
// @@protoc_insertion_point(message_clear_start:sync_pb.PasswordSharingInvitationData.PasswordGroupData)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void) cached_has_bits;

  cached_has_bits = _impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x00000007U)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _impl_.element_data_.Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _impl_.username_value_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _impl_.password_value_.ClearNonDefaultToEmpty();
    }
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::uint8_t* PROTOBUF_NONNULL PasswordSharingInvitationData_PasswordGroupData::_InternalSerialize(
    const ::google::protobuf::MessageLite& base, ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) {
  const PasswordSharingInvitationData_PasswordGroupData& this_ = static_cast<const PasswordSharingInvitationData_PasswordGroupData&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::uint8_t* PROTOBUF_NONNULL PasswordSharingInvitationData_PasswordGroupData::_InternalSerialize(
    ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
  const PasswordSharingInvitationData_PasswordGroupData& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(serialize_to_array_start:sync_pb.PasswordSharingInvitationData.PasswordGroupData)
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = this_._impl_._has_bits_[0];
  // optional string username_value = 1;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    const ::std::string& _s = this_._internal_username_value();
    target = stream->WriteStringMaybeAliased(1, _s, target);
  }

  // optional string password_value = 2;
  if (CheckHasBit(cached_has_bits, 0x00000004U)) {
    const ::std::string& _s = this_._internal_password_value();
    target = stream->WriteStringMaybeAliased(2, _s, target);
  }

  // repeated .sync_pb.PasswordSharingInvitationData.PasswordGroupElementData element_data = 3;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    for (unsigned i = 0, n = static_cast<unsigned>(
                             this_._internal_element_data_size());
         i < n; i++) {
      const auto& repfield = this_._internal_element_data().Get(i);
      target =
          ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
              3, repfield, repfield.GetCachedSize(),
              target, stream);
    }
  }

  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    target = stream->WriteRaw(
        this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).data(),
        static_cast<int>(this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size()), target);
  }
  // @@protoc_insertion_point(serialize_to_array_end:sync_pb.PasswordSharingInvitationData.PasswordGroupData)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t PasswordSharingInvitationData_PasswordGroupData::ByteSizeLong(const MessageLite& base) {
  const PasswordSharingInvitationData_PasswordGroupData& this_ = static_cast<const PasswordSharingInvitationData_PasswordGroupData&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t PasswordSharingInvitationData_PasswordGroupData::ByteSizeLong() const {
  const PasswordSharingInvitationData_PasswordGroupData& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:sync_pb.PasswordSharingInvitationData.PasswordGroupData)
  ::size_t total_size = 0;

  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void)cached_has_bits;

  ::_pbi::Prefetch5LinesFrom7Lines(&this_);
  cached_has_bits = this_._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x00000007U)) {
    // repeated .sync_pb.PasswordSharingInvitationData.PasswordGroupElementData element_data = 3;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1UL * this_._internal_element_data_size();
      for (const auto& msg : this_._internal_element_data()) {
        total_size += ::google::protobuf::internal::WireFormatLite::MessageSize(msg);
      }
    }
    // optional string username_value = 1;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_username_value());
    }
    // optional string password_value = 2;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_password_value());
    }
  }
  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    total_size += this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size();
  }
  this_._impl_._cached_size_.Set(::_pbi::ToCachedSize(total_size));
  return total_size;
}

void PasswordSharingInvitationData_PasswordGroupData::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<PasswordSharingInvitationData_PasswordGroupData*>(&to_msg);
  auto& from = static_cast<const PasswordSharingInvitationData_PasswordGroupData&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:sync_pb.PasswordSharingInvitationData.PasswordGroupData)
  ABSL_DCHECK_NE(&from, _this);
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = from._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x00000007U)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _this->_internal_mutable_element_data()->InternalMergeFromWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), arena,
          from._internal_element_data());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_internal_set_username_value(from._internal_username_value());
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _this->_internal_set_password_value(from._internal_password_value());
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

void PasswordSharingInvitationData_PasswordGroupData::CopyFrom(const PasswordSharingInvitationData_PasswordGroupData& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:sync_pb.PasswordSharingInvitationData.PasswordGroupData)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


void PasswordSharingInvitationData_PasswordGroupData::InternalSwap(PasswordSharingInvitationData_PasswordGroupData* PROTOBUF_RESTRICT PROTOBUF_NONNULL other) {
  using ::std::swap;
  auto* arena = GetArena();
  ABSL_DCHECK_EQ(arena, other->GetArena());
  _internal_metadata_.InternalSwap(&other->_internal_metadata_);
  swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]);
  _impl_.element_data_.InternalSwap(&other->_impl_.element_data_);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.username_value_, &other->_impl_.username_value_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.password_value_, &other->_impl_.password_value_, arena);
}

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

PasswordSharingInvitationData::PasswordSharingInvitationData(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, PasswordSharingInvitationData_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:sync_pb.PasswordSharingInvitationData)
}
PROTOBUF_NDEBUG_INLINE PasswordSharingInvitationData::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::sync_pb::PasswordSharingInvitationData& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0} {}

PasswordSharingInvitationData::PasswordSharingInvitationData(
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena,
    const PasswordSharingInvitationData& from)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, PasswordSharingInvitationData_get_class_data()) {

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  PasswordSharingInvitationData* const _this = this;
  (void)_this;
  _internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
  new (&_impl_) Impl_(internal_visibility(), arena, from._impl_, from);
  ::uint32_t cached_has_bits = _impl_._has_bits_[0];
  _impl_.password_group_data_ = (CheckHasBit(cached_has_bits, 0x00000001U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.password_group_data_)
                : nullptr;

  // @@protoc_insertion_point(copy_constructor:sync_pb.PasswordSharingInvitationData)
}
PROTOBUF_NDEBUG_INLINE PasswordSharingInvitationData::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0} {}

inline void PasswordSharingInvitationData::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
  _impl_.password_group_data_ = {};
}
PasswordSharingInvitationData::~PasswordSharingInvitationData() {
  // @@protoc_insertion_point(destructor:sync_pb.PasswordSharingInvitationData)
  SharedDtor(*this);
}
inline void PasswordSharingInvitationData::SharedDtor(MessageLite& self) {
  PasswordSharingInvitationData& this_ = static_cast<PasswordSharingInvitationData&>(self);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  this_._internal_metadata_.Delete<::std::string>();
  ABSL_DCHECK(this_.GetArena() == nullptr);
  delete this_._impl_.password_group_data_;
  this_._impl_.~Impl_();
}

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite PasswordSharingInvitationData_class_data_ =
    PasswordSharingInvitationData::InternalGenerateClassData_(PasswordSharingInvitationData_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
PasswordSharingInvitationData::GetClassData() const {
  return PasswordSharingInvitationData_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
PasswordSharingInvitationData::GetClassData() const {
  return PasswordSharingInvitationData_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const PasswordSharingInvitationData::ParseTableT_
    PasswordSharingInvitationData::_table_ =
        PasswordSharingInvitationData::InternalGenerateParseTable_(PasswordSharingInvitationData_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void PasswordSharingInvitationData::Clear() {
// @@protoc_insertion_point(message_clear_start:sync_pb.PasswordSharingInvitationData)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void) cached_has_bits;

  cached_has_bits = _impl_._has_bits_[0];
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    ABSL_DCHECK(_impl_.password_group_data_ != nullptr);
    _impl_.password_group_data_->Clear();
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::uint8_t* PROTOBUF_NONNULL PasswordSharingInvitationData::_InternalSerialize(
    const ::google::protobuf::MessageLite& base, ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) {
  const PasswordSharingInvitationData& this_ = static_cast<const PasswordSharingInvitationData&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::uint8_t* PROTOBUF_NONNULL PasswordSharingInvitationData::_InternalSerialize(
    ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
  const PasswordSharingInvitationData& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(serialize_to_array_start:sync_pb.PasswordSharingInvitationData)
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = this_._impl_._has_bits_[0];
  // optional .sync_pb.PasswordSharingInvitationData.PasswordGroupData password_group_data = 2;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        2, *this_._impl_.password_group_data_, this_._impl_.password_group_data_->GetCachedSize(), target,
        stream);
  }

  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    target = stream->WriteRaw(
        this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).data(),
        static_cast<int>(this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size()), target);
  }
  // @@protoc_insertion_point(serialize_to_array_end:sync_pb.PasswordSharingInvitationData)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t PasswordSharingInvitationData::ByteSizeLong(const MessageLite& base) {
  const PasswordSharingInvitationData& this_ = static_cast<const PasswordSharingInvitationData&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t PasswordSharingInvitationData::ByteSizeLong() const {
  const PasswordSharingInvitationData& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:sync_pb.PasswordSharingInvitationData)
  ::size_t total_size = 0;

  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void)cached_has_bits;

   {
    // optional .sync_pb.PasswordSharingInvitationData.PasswordGroupData password_group_data = 2;
    cached_has_bits = this_._impl_._has_bits_[0];
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.password_group_data_);
    }
  }
  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    total_size += this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size();
  }
  this_._impl_._cached_size_.Set(::_pbi::ToCachedSize(total_size));
  return total_size;
}

void PasswordSharingInvitationData::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<PasswordSharingInvitationData*>(&to_msg);
  auto& from = static_cast<const PasswordSharingInvitationData&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:sync_pb.PasswordSharingInvitationData)
  ABSL_DCHECK_NE(&from, _this);
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = from._impl_._has_bits_[0];
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    ABSL_DCHECK(from._impl_.password_group_data_ != nullptr);
    if (_this->_impl_.password_group_data_ == nullptr) {
      _this->_impl_.password_group_data_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.password_group_data_);
    } else {
      _this->_impl_.password_group_data_->MergeFrom(*from._impl_.password_group_data_);
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

void PasswordSharingInvitationData::CopyFrom(const PasswordSharingInvitationData& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:sync_pb.PasswordSharingInvitationData)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


void PasswordSharingInvitationData::InternalSwap(PasswordSharingInvitationData* PROTOBUF_RESTRICT PROTOBUF_NONNULL other) {
  using ::std::swap;
  _internal_metadata_.InternalSwap(&other->_internal_metadata_);
  swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]);
  swap(_impl_.password_group_data_, other->_impl_.password_group_data_);
}

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

UserDisplayInfo::UserDisplayInfo(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, UserDisplayInfo_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:sync_pb.UserDisplayInfo)
}
PROTOBUF_NDEBUG_INLINE UserDisplayInfo::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::sync_pb::UserDisplayInfo& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0},
        email_(arena, from.email_),
        display_name_(arena, from.display_name_),
        profile_image_url_(arena, from.profile_image_url_) {}

UserDisplayInfo::UserDisplayInfo(
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena,
    const UserDisplayInfo& from)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, UserDisplayInfo_get_class_data()) {

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  UserDisplayInfo* const _this = this;
  (void)_this;
  _internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
  new (&_impl_) Impl_(internal_visibility(), arena, from._impl_, from);

  // @@protoc_insertion_point(copy_constructor:sync_pb.UserDisplayInfo)
}
PROTOBUF_NDEBUG_INLINE UserDisplayInfo::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        email_(arena),
        display_name_(arena),
        profile_image_url_(arena) {}

inline void UserDisplayInfo::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
}
UserDisplayInfo::~UserDisplayInfo() {
  // @@protoc_insertion_point(destructor:sync_pb.UserDisplayInfo)
  SharedDtor(*this);
}
inline void UserDisplayInfo::SharedDtor(MessageLite& self) {
  UserDisplayInfo& this_ = static_cast<UserDisplayInfo&>(self);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  this_._internal_metadata_.Delete<::std::string>();
  ABSL_DCHECK(this_.GetArena() == nullptr);
  this_._impl_.email_.Destroy();
  this_._impl_.display_name_.Destroy();
  this_._impl_.profile_image_url_.Destroy();
  this_._impl_.~Impl_();
}

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite UserDisplayInfo_class_data_ =
    UserDisplayInfo::InternalGenerateClassData_(UserDisplayInfo_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
UserDisplayInfo::GetClassData() const {
  return UserDisplayInfo_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
UserDisplayInfo::GetClassData() const {
  return UserDisplayInfo_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const UserDisplayInfo::ParseTableT_
    UserDisplayInfo::_table_ =
        UserDisplayInfo::InternalGenerateParseTable_(UserDisplayInfo_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void UserDisplayInfo::Clear() {
// @@protoc_insertion_point(message_clear_start:sync_pb.UserDisplayInfo)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void) cached_has_bits;

  cached_has_bits = _impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x00000007U)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _impl_.email_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _impl_.display_name_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _impl_.profile_image_url_.ClearNonDefaultToEmpty();
    }
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::uint8_t* PROTOBUF_NONNULL UserDisplayInfo::_InternalSerialize(
    const ::google::protobuf::MessageLite& base, ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) {
  const UserDisplayInfo& this_ = static_cast<const UserDisplayInfo&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::uint8_t* PROTOBUF_NONNULL UserDisplayInfo::_InternalSerialize(
    ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
  const UserDisplayInfo& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(serialize_to_array_start:sync_pb.UserDisplayInfo)
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = this_._impl_._has_bits_[0];
  // optional string email = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    const ::std::string& _s = this_._internal_email();
    target = stream->WriteStringMaybeAliased(1, _s, target);
  }

  // optional string display_name = 2;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    const ::std::string& _s = this_._internal_display_name();
    target = stream->WriteStringMaybeAliased(2, _s, target);
  }

  // optional string profile_image_url = 3;
  if (CheckHasBit(cached_has_bits, 0x00000004U)) {
    const ::std::string& _s = this_._internal_profile_image_url();
    target = stream->WriteStringMaybeAliased(3, _s, target);
  }

  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    target = stream->WriteRaw(
        this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).data(),
        static_cast<int>(this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size()), target);
  }
  // @@protoc_insertion_point(serialize_to_array_end:sync_pb.UserDisplayInfo)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t UserDisplayInfo::ByteSizeLong(const MessageLite& base) {
  const UserDisplayInfo& this_ = static_cast<const UserDisplayInfo&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t UserDisplayInfo::ByteSizeLong() const {
  const UserDisplayInfo& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:sync_pb.UserDisplayInfo)
  ::size_t total_size = 0;

  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void)cached_has_bits;

  ::_pbi::Prefetch5LinesFrom7Lines(&this_);
  cached_has_bits = this_._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x00000007U)) {
    // optional string email = 1;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_email());
    }
    // optional string display_name = 2;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_display_name());
    }
    // optional string profile_image_url = 3;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_profile_image_url());
    }
  }
  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    total_size += this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size();
  }
  this_._impl_._cached_size_.Set(::_pbi::ToCachedSize(total_size));
  return total_size;
}

void UserDisplayInfo::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<UserDisplayInfo*>(&to_msg);
  auto& from = static_cast<const UserDisplayInfo&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(class_specific_merge_from_start:sync_pb.UserDisplayInfo)
  ABSL_DCHECK_NE(&from, _this);
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = from._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x00000007U)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _this->_internal_set_email(from._internal_email());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_internal_set_display_name(from._internal_display_name());
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _this->_internal_set_profile_image_url(from._internal_profile_image_url());
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

void UserDisplayInfo::CopyFrom(const UserDisplayInfo& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:sync_pb.UserDisplayInfo)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


void UserDisplayInfo::InternalSwap(UserDisplayInfo* PROTOBUF_RESTRICT PROTOBUF_NONNULL other) {
  using ::std::swap;
  auto* arena = GetArena();
  ABSL_DCHECK_EQ(arena, other->GetArena());
  _internal_metadata_.InternalSwap(&other->_internal_metadata_);
  swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.email_, &other->_impl_.email_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.display_name_, &other->_impl_.display_name_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.profile_image_url_, &other->_impl_.profile_image_url_, arena);
}

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

void UserInfo::clear_cross_user_sharing_public_key() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.cross_user_sharing_public_key_ != nullptr) _impl_.cross_user_sharing_public_key_->Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
}
UserInfo::UserInfo(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, UserInfo_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:sync_pb.UserInfo)
}
PROTOBUF_NDEBUG_INLINE UserInfo::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::sync_pb::UserInfo& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0},
        user_id_(arena, from.user_id_) {}

UserInfo::UserInfo(
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena,
    const UserInfo& from)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, UserInfo_get_class_data()) {

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  UserInfo* const _this = this;
  (void)_this;
  _internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
  new (&_impl_) Impl_(internal_visibility(), arena, from._impl_, from);
  ::uint32_t cached_has_bits = _impl_._has_bits_[0];
  _impl_.user_display_info_ = (CheckHasBit(cached_has_bits, 0x00000002U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.user_display_info_)
                : nullptr;
  _impl_.cross_user_sharing_public_key_ = (CheckHasBit(cached_has_bits, 0x00000004U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.cross_user_sharing_public_key_)
                : nullptr;

  // @@protoc_insertion_point(copy_constructor:sync_pb.UserInfo)
}
PROTOBUF_NDEBUG_INLINE UserInfo::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        user_id_(arena) {}

inline void UserInfo::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
  ::memset(reinterpret_cast<char*>(&_impl_) +
               offsetof(Impl_, user_display_info_),
           0,
           offsetof(Impl_, cross_user_sharing_public_key_) -
               offsetof(Impl_, user_display_info_) +
               sizeof(Impl_::cross_user_sharing_public_key_));
}
UserInfo::~UserInfo() {
  // @@protoc_insertion_point(destructor:sync_pb.UserInfo)
  SharedDtor(*this);
}
inline void UserInfo::SharedDtor(MessageLite& self) {
  UserInfo& this_ = static_cast<UserInfo&>(self);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  this_._internal_metadata_.Delete<::std::string>();
  ABSL_DCHECK(this_.GetArena() == nullptr);
  this_._impl_.user_id_.Destroy();
  delete this_._impl_.user_display_info_;
  delete this_._impl_.cross_user_sharing_public_key_;
  this_._impl_.~Impl_();
}

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite UserInfo_class_data_ =
    UserInfo::InternalGenerateClassData_(UserInfo_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
UserInfo::GetClassData() const {
  return UserInfo_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
UserInfo::GetClassData() const {
  return UserInfo_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const UserInfo::ParseTableT_
    UserInfo::_table_ =
        UserInfo::InternalGenerateParseTable_(UserInfo_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void UserInfo::Clear() {
// @@protoc_insertion_point(message_clear_start:sync_pb.UserInfo)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void) cached_has_bits;

  cached_has_bits = _impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x00000007U)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _impl_.user_id_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      ABSL_DCHECK(_impl_.user_display_info_ != nullptr);
      _impl_.user_display_info_->Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      ABSL_DCHECK(_impl_.cross_user_sharing_public_key_ != nullptr);
      _impl_.cross_user_sharing_public_key_->Clear();
    }
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::uint8_t* PROTOBUF_NONNULL UserInfo::_InternalSerialize(
    const ::google::protobuf::MessageLite& base, ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) {
  const UserInfo& this_ = static_cast<const UserInfo&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::uint8_t* PROTOBUF_NONNULL UserInfo::_InternalSerialize(
    ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
  const UserInfo& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(serialize_to_array_start:sync_pb.UserInfo)
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = this_._impl_._has_bits_[0];
  // optional string user_id = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    const ::std::string& _s = this_._internal_user_id();
    target = stream->WriteStringMaybeAliased(1, _s, target);
  }

  // optional .sync_pb.UserDisplayInfo user_display_info = 2;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        2, *this_._impl_.user_display_info_, this_._impl_.user_display_info_->GetCachedSize(), target,
        stream);
  }

  // optional .sync_pb.CrossUserSharingPublicKey cross_user_sharing_public_key = 3;
  if (CheckHasBit(cached_has_bits, 0x00000004U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        3, *this_._impl_.cross_user_sharing_public_key_, this_._impl_.cross_user_sharing_public_key_->GetCachedSize(), target,
        stream);
  }

  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    target = stream->WriteRaw(
        this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).data(),
        static_cast<int>(this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size()), target);
  }
  // @@protoc_insertion_point(serialize_to_array_end:sync_pb.UserInfo)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t UserInfo::ByteSizeLong(const MessageLite& base) {
  const UserInfo& this_ = static_cast<const UserInfo&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t UserInfo::ByteSizeLong() const {
  const UserInfo& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:sync_pb.UserInfo)
  ::size_t total_size = 0;

  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void)cached_has_bits;

  ::_pbi::Prefetch5LinesFrom7Lines(&this_);
  cached_has_bits = this_._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x00000007U)) {
    // optional string user_id = 1;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_user_id());
    }
    // optional .sync_pb.UserDisplayInfo user_display_info = 2;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.user_display_info_);
    }
    // optional .sync_pb.CrossUserSharingPublicKey cross_user_sharing_public_key = 3;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.cross_user_sharing_public_key_);
    }
  }
  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    total_size += this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size();
  }
  this_._impl_._cached_size_.Set(::_pbi::ToCachedSize(total_size));
  return total_size;
}

void UserInfo::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<UserInfo*>(&to_msg);
  auto& from = static_cast<const UserInfo&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:sync_pb.UserInfo)
  ABSL_DCHECK_NE(&from, _this);
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = from._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x00000007U)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _this->_internal_set_user_id(from._internal_user_id());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      ABSL_DCHECK(from._impl_.user_display_info_ != nullptr);
      if (_this->_impl_.user_display_info_ == nullptr) {
        _this->_impl_.user_display_info_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.user_display_info_);
      } else {
        _this->_impl_.user_display_info_->MergeFrom(*from._impl_.user_display_info_);
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      ABSL_DCHECK(from._impl_.cross_user_sharing_public_key_ != nullptr);
      if (_this->_impl_.cross_user_sharing_public_key_ == nullptr) {
        _this->_impl_.cross_user_sharing_public_key_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.cross_user_sharing_public_key_);
      } else {
        _this->_impl_.cross_user_sharing_public_key_->MergeFrom(*from._impl_.cross_user_sharing_public_key_);
      }
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

void UserInfo::CopyFrom(const UserInfo& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:sync_pb.UserInfo)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


void UserInfo::InternalSwap(UserInfo* PROTOBUF_RESTRICT PROTOBUF_NONNULL other) {
  using ::std::swap;
  auto* arena = GetArena();
  ABSL_DCHECK_EQ(arena, other->GetArena());
  _internal_metadata_.InternalSwap(&other->_internal_metadata_);
  swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.user_id_, &other->_impl_.user_id_, arena);
  ::google::protobuf::internal::memswap<
      PROTOBUF_FIELD_OFFSET(UserInfo, _impl_.cross_user_sharing_public_key_)
      + sizeof(UserInfo::_impl_.cross_user_sharing_public_key_)
      - PROTOBUF_FIELD_OFFSET(UserInfo, _impl_.user_display_info_)>(
          reinterpret_cast<char*>(&_impl_.user_display_info_),
          reinterpret_cast<char*>(&other->_impl_.user_display_info_));
}

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

IncomingPasswordSharingInvitationSpecifics::IncomingPasswordSharingInvitationSpecifics(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, IncomingPasswordSharingInvitationSpecifics_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:sync_pb.IncomingPasswordSharingInvitationSpecifics)
}
PROTOBUF_NDEBUG_INLINE IncomingPasswordSharingInvitationSpecifics::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::sync_pb::IncomingPasswordSharingInvitationSpecifics& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0},
        guid_(arena, from.guid_),
        encrypted_password_sharing_invitation_data_(arena, from.encrypted_password_sharing_invitation_data_) {}

IncomingPasswordSharingInvitationSpecifics::IncomingPasswordSharingInvitationSpecifics(
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena,
    const IncomingPasswordSharingInvitationSpecifics& from)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, IncomingPasswordSharingInvitationSpecifics_get_class_data()) {

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  IncomingPasswordSharingInvitationSpecifics* const _this = this;
  (void)_this;
  _internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
  new (&_impl_) Impl_(internal_visibility(), arena, from._impl_, from);
  ::uint32_t cached_has_bits = _impl_._has_bits_[0];
  _impl_.sender_info_ = (CheckHasBit(cached_has_bits, 0x00000004U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.sender_info_)
                : nullptr;
  _impl_.client_only_unencrypted_data_ = (CheckHasBit(cached_has_bits, 0x00000008U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.client_only_unencrypted_data_)
                : nullptr;
  _impl_.recipient_key_version_ = from._impl_.recipient_key_version_;

  // @@protoc_insertion_point(copy_constructor:sync_pb.IncomingPasswordSharingInvitationSpecifics)
}
PROTOBUF_NDEBUG_INLINE IncomingPasswordSharingInvitationSpecifics::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        guid_(arena),
        encrypted_password_sharing_invitation_data_(arena) {}

inline void IncomingPasswordSharingInvitationSpecifics::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
  ::memset(reinterpret_cast<char*>(&_impl_) +
               offsetof(Impl_, sender_info_),
           0,
           offsetof(Impl_, recipient_key_version_) -
               offsetof(Impl_, sender_info_) +
               sizeof(Impl_::recipient_key_version_));
}
IncomingPasswordSharingInvitationSpecifics::~IncomingPasswordSharingInvitationSpecifics() {
  // @@protoc_insertion_point(destructor:sync_pb.IncomingPasswordSharingInvitationSpecifics)
  SharedDtor(*this);
}
inline void IncomingPasswordSharingInvitationSpecifics::SharedDtor(MessageLite& self) {
  IncomingPasswordSharingInvitationSpecifics& this_ = static_cast<IncomingPasswordSharingInvitationSpecifics&>(self);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  this_._internal_metadata_.Delete<::std::string>();
  ABSL_DCHECK(this_.GetArena() == nullptr);
  this_._impl_.guid_.Destroy();
  this_._impl_.encrypted_password_sharing_invitation_data_.Destroy();
  delete this_._impl_.sender_info_;
  delete this_._impl_.client_only_unencrypted_data_;
  this_._impl_.~Impl_();
}

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite IncomingPasswordSharingInvitationSpecifics_class_data_ =
    IncomingPasswordSharingInvitationSpecifics::InternalGenerateClassData_(IncomingPasswordSharingInvitationSpecifics_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
IncomingPasswordSharingInvitationSpecifics::GetClassData() const {
  return IncomingPasswordSharingInvitationSpecifics_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
IncomingPasswordSharingInvitationSpecifics::GetClassData() const {
  return IncomingPasswordSharingInvitationSpecifics_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const IncomingPasswordSharingInvitationSpecifics::ParseTableT_
    IncomingPasswordSharingInvitationSpecifics::_table_ =
        IncomingPasswordSharingInvitationSpecifics::InternalGenerateParseTable_(IncomingPasswordSharingInvitationSpecifics_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void IncomingPasswordSharingInvitationSpecifics::Clear() {
// @@protoc_insertion_point(message_clear_start:sync_pb.IncomingPasswordSharingInvitationSpecifics)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void) cached_has_bits;

  cached_has_bits = _impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x0000000fU)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _impl_.guid_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _impl_.encrypted_password_sharing_invitation_data_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      ABSL_DCHECK(_impl_.sender_info_ != nullptr);
      _impl_.sender_info_->Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      ABSL_DCHECK(_impl_.client_only_unencrypted_data_ != nullptr);
      _impl_.client_only_unencrypted_data_->Clear();
    }
  }
  _impl_.recipient_key_version_ = 0u;
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::uint8_t* PROTOBUF_NONNULL IncomingPasswordSharingInvitationSpecifics::_InternalSerialize(
    const ::google::protobuf::MessageLite& base, ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) {
  const IncomingPasswordSharingInvitationSpecifics& this_ = static_cast<const IncomingPasswordSharingInvitationSpecifics&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::uint8_t* PROTOBUF_NONNULL IncomingPasswordSharingInvitationSpecifics::_InternalSerialize(
    ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
  const IncomingPasswordSharingInvitationSpecifics& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(serialize_to_array_start:sync_pb.IncomingPasswordSharingInvitationSpecifics)
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = this_._impl_._has_bits_[0];
  // optional string guid = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    const ::std::string& _s = this_._internal_guid();
    target = stream->WriteStringMaybeAliased(1, _s, target);
  }

  // optional .sync_pb.UserInfo sender_info = 2;
  if (CheckHasBit(cached_has_bits, 0x00000004U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        2, *this_._impl_.sender_info_, this_._impl_.sender_info_->GetCachedSize(), target,
        stream);
  }

  // optional bytes encrypted_password_sharing_invitation_data = 3;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    const ::std::string& _s = this_._internal_encrypted_password_sharing_invitation_data();
    target = stream->WriteBytesMaybeAliased(3, _s, target);
  }

  // optional .sync_pb.PasswordSharingInvitationData client_only_unencrypted_data = 4;
  if (CheckHasBit(cached_has_bits, 0x00000008U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        4, *this_._impl_.client_only_unencrypted_data_, this_._impl_.client_only_unencrypted_data_->GetCachedSize(), target,
        stream);
  }

  // optional uint32 recipient_key_version = 6;
  if (CheckHasBit(cached_has_bits, 0x00000010U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
        6, this_._internal_recipient_key_version(), target);
  }

  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    target = stream->WriteRaw(
        this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).data(),
        static_cast<int>(this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size()), target);
  }
  // @@protoc_insertion_point(serialize_to_array_end:sync_pb.IncomingPasswordSharingInvitationSpecifics)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t IncomingPasswordSharingInvitationSpecifics::ByteSizeLong(const MessageLite& base) {
  const IncomingPasswordSharingInvitationSpecifics& this_ = static_cast<const IncomingPasswordSharingInvitationSpecifics&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t IncomingPasswordSharingInvitationSpecifics::ByteSizeLong() const {
  const IncomingPasswordSharingInvitationSpecifics& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:sync_pb.IncomingPasswordSharingInvitationSpecifics)
  ::size_t total_size = 0;

  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void)cached_has_bits;

  ::_pbi::Prefetch5LinesFrom7Lines(&this_);
  cached_has_bits = this_._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x0000001fU)) {
    // optional string guid = 1;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_guid());
    }
    // optional bytes encrypted_password_sharing_invitation_data = 3;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::BytesSize(
                                      this_._internal_encrypted_password_sharing_invitation_data());
    }
    // optional .sync_pb.UserInfo sender_info = 2;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.sender_info_);
    }
    // optional .sync_pb.PasswordSharingInvitationData client_only_unencrypted_data = 4;
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.client_only_unencrypted_data_);
    }
    // optional uint32 recipient_key_version = 6;
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
          this_._internal_recipient_key_version());
    }
  }
  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    total_size += this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size();
  }
  this_._impl_._cached_size_.Set(::_pbi::ToCachedSize(total_size));
  return total_size;
}

void IncomingPasswordSharingInvitationSpecifics::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<IncomingPasswordSharingInvitationSpecifics*>(&to_msg);
  auto& from = static_cast<const IncomingPasswordSharingInvitationSpecifics&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:sync_pb.IncomingPasswordSharingInvitationSpecifics)
  ABSL_DCHECK_NE(&from, _this);
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = from._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x0000001fU)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _this->_internal_set_guid(from._internal_guid());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_internal_set_encrypted_password_sharing_invitation_data(from._internal_encrypted_password_sharing_invitation_data());
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      ABSL_DCHECK(from._impl_.sender_info_ != nullptr);
      if (_this->_impl_.sender_info_ == nullptr) {
        _this->_impl_.sender_info_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.sender_info_);
      } else {
        _this->_impl_.sender_info_->MergeFrom(*from._impl_.sender_info_);
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      ABSL_DCHECK(from._impl_.client_only_unencrypted_data_ != nullptr);
      if (_this->_impl_.client_only_unencrypted_data_ == nullptr) {
        _this->_impl_.client_only_unencrypted_data_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.client_only_unencrypted_data_);
      } else {
        _this->_impl_.client_only_unencrypted_data_->MergeFrom(*from._impl_.client_only_unencrypted_data_);
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      _this->_impl_.recipient_key_version_ = from._impl_.recipient_key_version_;
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

void IncomingPasswordSharingInvitationSpecifics::CopyFrom(const IncomingPasswordSharingInvitationSpecifics& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:sync_pb.IncomingPasswordSharingInvitationSpecifics)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


void IncomingPasswordSharingInvitationSpecifics::InternalSwap(IncomingPasswordSharingInvitationSpecifics* PROTOBUF_RESTRICT PROTOBUF_NONNULL other) {
  using ::std::swap;
  auto* arena = GetArena();
  ABSL_DCHECK_EQ(arena, other->GetArena());
  _internal_metadata_.InternalSwap(&other->_internal_metadata_);
  swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.guid_, &other->_impl_.guid_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.encrypted_password_sharing_invitation_data_, &other->_impl_.encrypted_password_sharing_invitation_data_, arena);
  ::google::protobuf::internal::memswap<
      PROTOBUF_FIELD_OFFSET(IncomingPasswordSharingInvitationSpecifics, _impl_.recipient_key_version_)
      + sizeof(IncomingPasswordSharingInvitationSpecifics::_impl_.recipient_key_version_)
      - PROTOBUF_FIELD_OFFSET(IncomingPasswordSharingInvitationSpecifics, _impl_.sender_info_)>(
          reinterpret_cast<char*>(&_impl_.sender_info_),
          reinterpret_cast<char*>(&other->_impl_.sender_info_));
}

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

OutgoingPasswordSharingInvitationSpecifics::OutgoingPasswordSharingInvitationSpecifics(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, OutgoingPasswordSharingInvitationSpecifics_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:sync_pb.OutgoingPasswordSharingInvitationSpecifics)
}
PROTOBUF_NDEBUG_INLINE OutgoingPasswordSharingInvitationSpecifics::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::sync_pb::OutgoingPasswordSharingInvitationSpecifics& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0},
        guid_(arena, from.guid_),
        recipient_user_id_(arena, from.recipient_user_id_),
        encrypted_password_sharing_invitation_data_(arena, from.encrypted_password_sharing_invitation_data_) {}

OutgoingPasswordSharingInvitationSpecifics::OutgoingPasswordSharingInvitationSpecifics(
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena,
    const OutgoingPasswordSharingInvitationSpecifics& from)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, OutgoingPasswordSharingInvitationSpecifics_get_class_data()) {

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  OutgoingPasswordSharingInvitationSpecifics* const _this = this;
  (void)_this;
  _internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
  new (&_impl_) Impl_(internal_visibility(), arena, from._impl_, from);
  ::uint32_t cached_has_bits = _impl_._has_bits_[0];
  _impl_.client_only_unencrypted_data_ = (CheckHasBit(cached_has_bits, 0x00000008U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.client_only_unencrypted_data_)
                : nullptr;
  ::memcpy(reinterpret_cast<char*>(&_impl_) +
               offsetof(Impl_, recipient_key_version_),
           reinterpret_cast<const char*>(&from._impl_) +
               offsetof(Impl_, recipient_key_version_),
           offsetof(Impl_, sender_key_version_) -
               offsetof(Impl_, recipient_key_version_) +
               sizeof(Impl_::sender_key_version_));

  // @@protoc_insertion_point(copy_constructor:sync_pb.OutgoingPasswordSharingInvitationSpecifics)
}
PROTOBUF_NDEBUG_INLINE OutgoingPasswordSharingInvitationSpecifics::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        guid_(arena),
        recipient_user_id_(arena),
        encrypted_password_sharing_invitation_data_(arena) {}

inline void OutgoingPasswordSharingInvitationSpecifics::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
  ::memset(reinterpret_cast<char*>(&_impl_) +
               offsetof(Impl_, client_only_unencrypted_data_),
           0,
           offsetof(Impl_, sender_key_version_) -
               offsetof(Impl_, client_only_unencrypted_data_) +
               sizeof(Impl_::sender_key_version_));
}
OutgoingPasswordSharingInvitationSpecifics::~OutgoingPasswordSharingInvitationSpecifics() {
  // @@protoc_insertion_point(destructor:sync_pb.OutgoingPasswordSharingInvitationSpecifics)
  SharedDtor(*this);
}
inline void OutgoingPasswordSharingInvitationSpecifics::SharedDtor(MessageLite& self) {
  OutgoingPasswordSharingInvitationSpecifics& this_ = static_cast<OutgoingPasswordSharingInvitationSpecifics&>(self);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  this_._internal_metadata_.Delete<::std::string>();
  ABSL_DCHECK(this_.GetArena() == nullptr);
  this_._impl_.guid_.Destroy();
  this_._impl_.recipient_user_id_.Destroy();
  this_._impl_.encrypted_password_sharing_invitation_data_.Destroy();
  delete this_._impl_.client_only_unencrypted_data_;
  this_._impl_.~Impl_();
}

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite OutgoingPasswordSharingInvitationSpecifics_class_data_ =
    OutgoingPasswordSharingInvitationSpecifics::InternalGenerateClassData_(OutgoingPasswordSharingInvitationSpecifics_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
OutgoingPasswordSharingInvitationSpecifics::GetClassData() const {
  return OutgoingPasswordSharingInvitationSpecifics_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
OutgoingPasswordSharingInvitationSpecifics::GetClassData() const {
  return OutgoingPasswordSharingInvitationSpecifics_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const OutgoingPasswordSharingInvitationSpecifics::ParseTableT_
    OutgoingPasswordSharingInvitationSpecifics::_table_ =
        OutgoingPasswordSharingInvitationSpecifics::InternalGenerateParseTable_(OutgoingPasswordSharingInvitationSpecifics_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void OutgoingPasswordSharingInvitationSpecifics::Clear() {
// @@protoc_insertion_point(message_clear_start:sync_pb.OutgoingPasswordSharingInvitationSpecifics)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void) cached_has_bits;

  cached_has_bits = _impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x0000000fU)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _impl_.guid_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _impl_.recipient_user_id_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _impl_.encrypted_password_sharing_invitation_data_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      ABSL_DCHECK(_impl_.client_only_unencrypted_data_ != nullptr);
      _impl_.client_only_unencrypted_data_->Clear();
    }
  }
  if (BatchCheckHasBit(cached_has_bits, 0x00000030U)) {
    ::memset(&_impl_.recipient_key_version_, 0, static_cast<::size_t>(
        reinterpret_cast<char*>(&_impl_.sender_key_version_) -
        reinterpret_cast<char*>(&_impl_.recipient_key_version_)) + sizeof(_impl_.sender_key_version_));
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::uint8_t* PROTOBUF_NONNULL OutgoingPasswordSharingInvitationSpecifics::_InternalSerialize(
    const ::google::protobuf::MessageLite& base, ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) {
  const OutgoingPasswordSharingInvitationSpecifics& this_ = static_cast<const OutgoingPasswordSharingInvitationSpecifics&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::uint8_t* PROTOBUF_NONNULL OutgoingPasswordSharingInvitationSpecifics::_InternalSerialize(
    ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
  const OutgoingPasswordSharingInvitationSpecifics& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(serialize_to_array_start:sync_pb.OutgoingPasswordSharingInvitationSpecifics)
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = this_._impl_._has_bits_[0];
  // optional string guid = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    const ::std::string& _s = this_._internal_guid();
    target = stream->WriteStringMaybeAliased(1, _s, target);
  }

  // optional string recipient_user_id = 2;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    const ::std::string& _s = this_._internal_recipient_user_id();
    target = stream->WriteStringMaybeAliased(2, _s, target);
  }

  // optional bytes encrypted_password_sharing_invitation_data = 3;
  if (CheckHasBit(cached_has_bits, 0x00000004U)) {
    const ::std::string& _s = this_._internal_encrypted_password_sharing_invitation_data();
    target = stream->WriteBytesMaybeAliased(3, _s, target);
  }

  // optional .sync_pb.PasswordSharingInvitationData client_only_unencrypted_data = 4;
  if (CheckHasBit(cached_has_bits, 0x00000008U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        4, *this_._impl_.client_only_unencrypted_data_, this_._impl_.client_only_unencrypted_data_->GetCachedSize(), target,
        stream);
  }

  // optional uint32 recipient_key_version = 6;
  if (CheckHasBit(cached_has_bits, 0x00000010U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
        6, this_._internal_recipient_key_version(), target);
  }

  // optional uint32 sender_key_version = 7;
  if (CheckHasBit(cached_has_bits, 0x00000020U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
        7, this_._internal_sender_key_version(), target);
  }

  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    target = stream->WriteRaw(
        this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).data(),
        static_cast<int>(this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size()), target);
  }
  // @@protoc_insertion_point(serialize_to_array_end:sync_pb.OutgoingPasswordSharingInvitationSpecifics)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t OutgoingPasswordSharingInvitationSpecifics::ByteSizeLong(const MessageLite& base) {
  const OutgoingPasswordSharingInvitationSpecifics& this_ = static_cast<const OutgoingPasswordSharingInvitationSpecifics&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t OutgoingPasswordSharingInvitationSpecifics::ByteSizeLong() const {
  const OutgoingPasswordSharingInvitationSpecifics& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:sync_pb.OutgoingPasswordSharingInvitationSpecifics)
  ::size_t total_size = 0;

  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void)cached_has_bits;

  ::_pbi::Prefetch5LinesFrom7Lines(&this_);
  cached_has_bits = this_._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x0000003fU)) {
    // optional string guid = 1;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_guid());
    }
    // optional string recipient_user_id = 2;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_recipient_user_id());
    }
    // optional bytes encrypted_password_sharing_invitation_data = 3;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::BytesSize(
                                      this_._internal_encrypted_password_sharing_invitation_data());
    }
    // optional .sync_pb.PasswordSharingInvitationData client_only_unencrypted_data = 4;
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.client_only_unencrypted_data_);
    }
    // optional uint32 recipient_key_version = 6;
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
          this_._internal_recipient_key_version());
    }
    // optional uint32 sender_key_version = 7;
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
          this_._internal_sender_key_version());
    }
  }
  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    total_size += this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size();
  }
  this_._impl_._cached_size_.Set(::_pbi::ToCachedSize(total_size));
  return total_size;
}

void OutgoingPasswordSharingInvitationSpecifics::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<OutgoingPasswordSharingInvitationSpecifics*>(&to_msg);
  auto& from = static_cast<const OutgoingPasswordSharingInvitationSpecifics&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:sync_pb.OutgoingPasswordSharingInvitationSpecifics)
  ABSL_DCHECK_NE(&from, _this);
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = from._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x0000003fU)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _this->_internal_set_guid(from._internal_guid());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_internal_set_recipient_user_id(from._internal_recipient_user_id());
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _this->_internal_set_encrypted_password_sharing_invitation_data(from._internal_encrypted_password_sharing_invitation_data());
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      ABSL_DCHECK(from._impl_.client_only_unencrypted_data_ != nullptr);
      if (_this->_impl_.client_only_unencrypted_data_ == nullptr) {
        _this->_impl_.client_only_unencrypted_data_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.client_only_unencrypted_data_);
      } else {
        _this->_impl_.client_only_unencrypted_data_->MergeFrom(*from._impl_.client_only_unencrypted_data_);
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      _this->_impl_.recipient_key_version_ = from._impl_.recipient_key_version_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      _this->_impl_.sender_key_version_ = from._impl_.sender_key_version_;
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

void OutgoingPasswordSharingInvitationSpecifics::CopyFrom(const OutgoingPasswordSharingInvitationSpecifics& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:sync_pb.OutgoingPasswordSharingInvitationSpecifics)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


void OutgoingPasswordSharingInvitationSpecifics::InternalSwap(OutgoingPasswordSharingInvitationSpecifics* PROTOBUF_RESTRICT PROTOBUF_NONNULL other) {
  using ::std::swap;
  auto* arena = GetArena();
  ABSL_DCHECK_EQ(arena, other->GetArena());
  _internal_metadata_.InternalSwap(&other->_internal_metadata_);
  swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.guid_, &other->_impl_.guid_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.recipient_user_id_, &other->_impl_.recipient_user_id_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.encrypted_password_sharing_invitation_data_, &other->_impl_.encrypted_password_sharing_invitation_data_, arena);
  ::google::protobuf::internal::memswap<
      PROTOBUF_FIELD_OFFSET(OutgoingPasswordSharingInvitationSpecifics, _impl_.sender_key_version_)
      + sizeof(OutgoingPasswordSharingInvitationSpecifics::_impl_.sender_key_version_)
      - PROTOBUF_FIELD_OFFSET(OutgoingPasswordSharingInvitationSpecifics, _impl_.client_only_unencrypted_data_)>(
          reinterpret_cast<char*>(&_impl_.client_only_unencrypted_data_),
          reinterpret_cast<char*>(&other->_impl_.client_only_unencrypted_data_));
}

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

OutgoingPasswordSharingInvitationCommitError::OutgoingPasswordSharingInvitationCommitError(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, OutgoingPasswordSharingInvitationCommitError_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:sync_pb.OutgoingPasswordSharingInvitationCommitError)
}
OutgoingPasswordSharingInvitationCommitError::OutgoingPasswordSharingInvitationCommitError(
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const OutgoingPasswordSharingInvitationCommitError& from)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, OutgoingPasswordSharingInvitationCommitError_get_class_data()),
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena),
#endif  // PROTOBUF_CUSTOM_VTABLE
      _impl_(from._impl_) {
  _internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}
PROTOBUF_NDEBUG_INLINE OutgoingPasswordSharingInvitationCommitError::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0} {}

inline void OutgoingPasswordSharingInvitationCommitError::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
  _impl_.error_code_ = {};
}
OutgoingPasswordSharingInvitationCommitError::~OutgoingPasswordSharingInvitationCommitError() {
  // @@protoc_insertion_point(destructor:sync_pb.OutgoingPasswordSharingInvitationCommitError)
  SharedDtor(*this);
}
inline void OutgoingPasswordSharingInvitationCommitError::SharedDtor(MessageLite& self) {
  OutgoingPasswordSharingInvitationCommitError& this_ = static_cast<OutgoingPasswordSharingInvitationCommitError&>(self);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  this_._internal_metadata_.Delete<::std::string>();
  ABSL_DCHECK(this_.GetArena() == nullptr);
  this_._impl_.~Impl_();
}

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite OutgoingPasswordSharingInvitationCommitError_class_data_ =
    OutgoingPasswordSharingInvitationCommitError::InternalGenerateClassData_(OutgoingPasswordSharingInvitationCommitError_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
OutgoingPasswordSharingInvitationCommitError::GetClassData() const {
  return OutgoingPasswordSharingInvitationCommitError_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
OutgoingPasswordSharingInvitationCommitError::GetClassData() const {
  return OutgoingPasswordSharingInvitationCommitError_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const OutgoingPasswordSharingInvitationCommitError::ParseTableT_
    OutgoingPasswordSharingInvitationCommitError::_table_ =
        OutgoingPasswordSharingInvitationCommitError::InternalGenerateParseTable_(OutgoingPasswordSharingInvitationCommitError_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void OutgoingPasswordSharingInvitationCommitError::Clear() {
// @@protoc_insertion_point(message_clear_start:sync_pb.OutgoingPasswordSharingInvitationCommitError)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void) cached_has_bits;

  _impl_.error_code_ = 0;
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::uint8_t* PROTOBUF_NONNULL OutgoingPasswordSharingInvitationCommitError::_InternalSerialize(
    const ::google::protobuf::MessageLite& base, ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) {
  const OutgoingPasswordSharingInvitationCommitError& this_ = static_cast<const OutgoingPasswordSharingInvitationCommitError&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::uint8_t* PROTOBUF_NONNULL OutgoingPasswordSharingInvitationCommitError::_InternalSerialize(
    ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
  const OutgoingPasswordSharingInvitationCommitError& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(serialize_to_array_start:sync_pb.OutgoingPasswordSharingInvitationCommitError)
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = this_._impl_._has_bits_[0];
  // optional .sync_pb.OutgoingPasswordSharingInvitationCommitError.ErrorCode error_code = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteEnumToArray(
        1, this_._internal_error_code(), target);
  }

  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    target = stream->WriteRaw(
        this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).data(),
        static_cast<int>(this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size()), target);
  }
  // @@protoc_insertion_point(serialize_to_array_end:sync_pb.OutgoingPasswordSharingInvitationCommitError)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t OutgoingPasswordSharingInvitationCommitError::ByteSizeLong(const MessageLite& base) {
  const OutgoingPasswordSharingInvitationCommitError& this_ = static_cast<const OutgoingPasswordSharingInvitationCommitError&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t OutgoingPasswordSharingInvitationCommitError::ByteSizeLong() const {
  const OutgoingPasswordSharingInvitationCommitError& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:sync_pb.OutgoingPasswordSharingInvitationCommitError)
  ::size_t total_size = 0;

  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void)cached_has_bits;

   {
    // optional .sync_pb.OutgoingPasswordSharingInvitationCommitError.ErrorCode error_code = 1;
    cached_has_bits = this_._impl_._has_bits_[0];
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1 +
                    ::_pbi::WireFormatLite::EnumSize(this_._internal_error_code());
    }
  }
  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    total_size += this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size();
  }
  this_._impl_._cached_size_.Set(::_pbi::ToCachedSize(total_size));
  return total_size;
}

void OutgoingPasswordSharingInvitationCommitError::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<OutgoingPasswordSharingInvitationCommitError*>(&to_msg);
  auto& from = static_cast<const OutgoingPasswordSharingInvitationCommitError&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(class_specific_merge_from_start:sync_pb.OutgoingPasswordSharingInvitationCommitError)
  ABSL_DCHECK_NE(&from, _this);
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = from._impl_._has_bits_[0];
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    _this->_impl_.error_code_ = from._impl_.error_code_;
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

void OutgoingPasswordSharingInvitationCommitError::CopyFrom(const OutgoingPasswordSharingInvitationCommitError& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:sync_pb.OutgoingPasswordSharingInvitationCommitError)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


void OutgoingPasswordSharingInvitationCommitError::InternalSwap(OutgoingPasswordSharingInvitationCommitError* PROTOBUF_RESTRICT PROTOBUF_NONNULL other) {
  using ::std::swap;
  _internal_metadata_.InternalSwap(&other->_internal_metadata_);
  swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]);
  swap(_impl_.error_code_, other->_impl_.error_code_);
}

// @@protoc_insertion_point(namespace_scope)
}  // namespace sync_pb
namespace google {
namespace protobuf {
}  // namespace protobuf
}  // namespace google
// @@protoc_insertion_point(global_scope)
#include "google/protobuf/port_undef.inc"
