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

#ifndef components_2fsync_2fprotocol_2funique_5fposition_2eproto_2epb_2eh
#define components_2fsync_2fprotocol_2funique_5fposition_2eproto_2epb_2eh

#include <limits>
#include <string>
#include <type_traits>
#include <utility>

// clang-format off
#include "google/protobuf/runtime_version.h"
#if PROTOBUF_VERSION != 7035001
#error "Protobuf C++ gencode is built with an incompatible version of"
#error "Protobuf C++ headers/runtime. See"
#error "https://protobuf.dev/support/cross-version-runtime-guarantee/#cpp"
#endif
#include "google/protobuf/io/coded_stream.h"
#include "google/protobuf/arena.h"
#include "google/protobuf/arenastring.h"
#include "google/protobuf/generated_message_tctable_decl.h"
#include "google/protobuf/generated_message_util.h"
#include "google/protobuf/metadata_lite.h"
#include "google/protobuf/message_lite.h"
#include "google/protobuf/repeated_field.h"  // IWYU pragma: export
#include "google/protobuf/extension_set.h"  // IWYU pragma: export
// @@protoc_insertion_point(includes)

// Must be included last.
#include "google/protobuf/port_def.inc"

#define PROTOBUF_INTERNAL_EXPORT_components_2fsync_2fprotocol_2funique_5fposition_2eproto

namespace google {
namespace protobuf {
namespace internal {
template <typename T>
::absl::string_view GetAnyMessageName();
}  // namespace internal
}  // namespace protobuf
}  // namespace google

// Internal implementation detail -- do not use these members.
struct TableStruct_components_2fsync_2fprotocol_2funique_5fposition_2eproto {
  static const ::uint32_t offsets[];
};
namespace sync_pb {
class UniquePosition;
struct UniquePositionGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern UniquePositionGlobalsTypeInternal UniquePosition_globals_;
extern const ::google::protobuf::internal::ClassDataLite UniquePosition_class_data_;
#else
extern const UniquePositionGlobalsTypeInternal UniquePosition_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
}  // namespace sync_pb
namespace google {
namespace protobuf {
}  // namespace protobuf
}  // namespace google

namespace sync_pb {

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


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

class  UniquePosition final : public ::google::protobuf::MessageLite
/* @@protoc_insertion_point(class_definition:sync_pb.UniquePosition) */ {
 public:
  inline UniquePosition() : UniquePosition(nullptr) {}
  ~UniquePosition() PROTOBUF_FINAL;

#if defined(PROTOBUF_CUSTOM_VTABLE)
  void operator delete(UniquePosition* PROTOBUF_NONNULL msg, ::std::destroying_delete_t) {
    SharedDtor(*msg);
    ::google::protobuf::internal::SizedDelete(msg, sizeof(UniquePosition));
  }
#endif

  template <typename = void>
  explicit constexpr UniquePosition(::google::protobuf::internal::ConstantInitialized,
                           const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
                               class_data);

  inline UniquePosition(const UniquePosition& from) : UniquePosition(nullptr, from) {}
  inline UniquePosition(UniquePosition&& from) noexcept : UniquePosition(nullptr, ::std::move(from)) {}
  inline UniquePosition& operator=(const UniquePosition& from) {
    CopyFrom(from);
    return *this;
  }
  inline UniquePosition& operator=(UniquePosition&& from) noexcept {
    if (this == &from) return *this;
    if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) {
      InternalSwap(&from);
    } else {
      CopyFrom(from);
    }
    return *this;
  }

  inline const ::std::string& unknown_fields() const
      ABSL_ATTRIBUTE_LIFETIME_BOUND {
    return _internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString);
  }
  inline ::std::string* PROTOBUF_NONNULL
  mutable_unknown_fields() ABSL_ATTRIBUTE_LIFETIME_BOUND {
    return _internal_metadata_.mutable_unknown_fields<::std::string>();
  }

  static const UniquePosition& default_instance() {
    return *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<UniquePosition>(&UniquePosition_globals_);
  }
  static constexpr int kIndexInFileMessages = 0;
  friend void swap(UniquePosition& a, UniquePosition& b) { a.Swap(&b); }
  PROTOBUF_NOINLINE void Swap(UniquePosition* PROTOBUF_NONNULL other) {
    if (other == this) return;
    if (::google::protobuf::internal::CanUseInternalSwap(GetArena(), other->GetArena())) {
      InternalSwap(other);
    } else {
      ::google::protobuf::internal::GenericSwap(this, other);
    }
  }
  void UnsafeArenaSwap(UniquePosition* PROTOBUF_NONNULL other) {
    if (other == this) return;
    ABSL_DCHECK(GetArena() == other->GetArena());
    InternalSwap(other);
  }

  // implements Message ----------------------------------------------

  UniquePosition* PROTOBUF_NONNULL
  New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const {
    return ::google::protobuf::MessageLite::DefaultConstruct<UniquePosition>(arena);
  }
  void CopyFrom(const UniquePosition& from);
  void MergeFrom(const UniquePosition& from) { UniquePosition::MergeImpl(*this, from); }

  private:
  static void MergeImpl(::google::protobuf::MessageLite& to_msg,
                        const ::google::protobuf::MessageLite& from_msg);

  public:
  bool IsInitialized() const {
    return true;
  }
  ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL;
  #if defined(PROTOBUF_CUSTOM_VTABLE)
  private:
  static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
  static ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      const ::google::protobuf::MessageLite& msg, ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream);

  public:
  ::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
  ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
    return _InternalSerialize(*this, target, stream);
  }
  #else   // PROTOBUF_CUSTOM_VTABLE
  ::size_t ByteSizeLong() const final;
  ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const final;
  #endif  // PROTOBUF_CUSTOM_VTABLE
  int GetCachedSize() const {
    return _impl_._cached_size_.Get();
  }

  private:
  void SharedCtor(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  static void SharedDtor(MessageLite& self);
  void InternalSwap(UniquePosition* PROTOBUF_NONNULL other);
 private:
  template <typename T>
  friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
  static ::absl::string_view FullMessageName() { return "sync_pb.UniquePosition"; }

  explicit UniquePosition(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  UniquePosition(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const UniquePosition& from);
  UniquePosition(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, UniquePosition&& from) noexcept
      : UniquePosition(arena) {
    *this = ::std::move(from);
  }
  const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL GetClassData() const PROTOBUF_FINAL;
  static void* PROTOBUF_NONNULL PlacementNew_(
      const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  static constexpr auto InternalNewImpl_();

 public:
  static constexpr auto InternalGenerateClassData_(
      const MessageLite& prototype,
      const ::google::protobuf::internal::TcParseTableBase* PROTOBUF_NULLABLE tc_table = nullptr);

  // nested types ----------------------------------------------------

  // accessors -------------------------------------------------------
  enum : int {
    kValueFieldNumber = 1,
    kCompressedValueFieldNumber = 2,
    kCustomCompressedV1FieldNumber = 4,
    kUncompressedLengthFieldNumber = 3,
  };
  // optional bytes value = 1 [deprecated = true];
  bool has_value()
      const;
  void clear_value() ;
  const ::std::string& value() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_value(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_value();
  ::std::string* PROTOBUF_NULLABLE release_value();
  void set_allocated_value(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_value() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_value(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_value();

  public:
  // optional bytes compressed_value = 2 [deprecated = true];
  bool has_compressed_value()
      const;
  void clear_compressed_value() ;
  const ::std::string& compressed_value() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_compressed_value(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_compressed_value();
  ::std::string* PROTOBUF_NULLABLE release_compressed_value();
  void set_allocated_compressed_value(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_compressed_value() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_compressed_value(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_compressed_value();

  public:
  // optional bytes custom_compressed_v1 = 4;
  bool has_custom_compressed_v1()
      const;
  void clear_custom_compressed_v1() ;
  const ::std::string& custom_compressed_v1() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_custom_compressed_v1(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_custom_compressed_v1();
  ::std::string* PROTOBUF_NULLABLE release_custom_compressed_v1();
  void set_allocated_custom_compressed_v1(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_custom_compressed_v1() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_custom_compressed_v1(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_custom_compressed_v1();

  public:
  // optional uint64 uncompressed_length = 3 [deprecated = true];
  bool has_uncompressed_length()
      const;
  void clear_uncompressed_length() ;
  ::uint64_t uncompressed_length() const;
  void set_uncompressed_length(::uint64_t value);

  private:
  ::uint64_t _internal_uncompressed_length() const;
  void _internal_set_uncompressed_length(::uint64_t value);

  public:
  // @@protoc_insertion_point(class_scope:sync_pb.UniquePosition)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<2, 4,
                          0, 0,
                          2>;
  static constexpr ParseTableT_ InternalGenerateParseTable_(
      const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL class_data);
  friend class ::google::protobuf::internal::TcParser;
  #ifndef PROTOBUF_MESSAGE_GLOBALS
  static const ParseTableT_ _table_;
  #endif

  friend class ::google::protobuf::MessageLite;
  friend class ::google::protobuf::Arena;
  friend ::google::protobuf::internal::PrivateAccess;
  template <typename T>
  friend class ::google::protobuf::Arena::InternalHelper;
  using InternalArenaConstructable_ = void;
  using DestructorSkippable_ = void;
  struct Impl_ {
    inline explicit constexpr Impl_(::google::protobuf::internal::InternalVisibility visibility,
                                    ::google::protobuf::internal::ConstantInitialized) noexcept;
    inline explicit Impl_(
        ::google::protobuf::internal::InternalVisibility visibility,
        ::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
    inline explicit Impl_(
        ::google::protobuf::internal::InternalVisibility visibility,
        ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
        const UniquePosition& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::internal::ArenaStringPtr value_;
    ::google::protobuf::internal::ArenaStringPtr compressed_value_;
    ::google::protobuf::internal::ArenaStringPtr custom_compressed_v1_;
    ::uint64_t uncompressed_length_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_components_2fsync_2fprotocol_2funique_5fposition_2eproto;
};

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




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


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

// UniquePosition

// optional bytes value = 1 [deprecated = true];
inline bool UniquePosition::has_value() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000001U);
  return value;
}
inline void UniquePosition::clear_value() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.value_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline const ::std::string& UniquePosition::value() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:sync_pb.UniquePosition.value)
  return _internal_value();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void UniquePosition::set_value(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  _impl_.value_.SetBytes(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:sync_pb.UniquePosition.value)
}
inline ::std::string* PROTOBUF_NONNULL UniquePosition::mutable_value()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::std::string* _s = _internal_mutable_value();
  // @@protoc_insertion_point(field_mutable:sync_pb.UniquePosition.value)
  return _s;
}
inline const ::std::string& UniquePosition::_internal_value() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.value_.Get();
}
inline void UniquePosition::_internal_set_value(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.value_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL UniquePosition::_internal_mutable_value() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.value_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE UniquePosition::release_value() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:sync_pb.UniquePosition.value)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000001U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  auto* released = _impl_.value_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.value_.Set("", GetArena());
  }
  return released;
}
inline void UniquePosition::set_allocated_value(::std::string* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  }
  _impl_.value_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.value_.IsDefault()) {
    _impl_.value_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:sync_pb.UniquePosition.value)
}

// optional bytes compressed_value = 2 [deprecated = true];
inline bool UniquePosition::has_compressed_value() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000002U);
  return value;
}
inline void UniquePosition::clear_compressed_value() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.compressed_value_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline const ::std::string& UniquePosition::compressed_value() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:sync_pb.UniquePosition.compressed_value)
  return _internal_compressed_value();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void UniquePosition::set_compressed_value(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  _impl_.compressed_value_.SetBytes(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:sync_pb.UniquePosition.compressed_value)
}
inline ::std::string* PROTOBUF_NONNULL UniquePosition::mutable_compressed_value()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::std::string* _s = _internal_mutable_compressed_value();
  // @@protoc_insertion_point(field_mutable:sync_pb.UniquePosition.compressed_value)
  return _s;
}
inline const ::std::string& UniquePosition::_internal_compressed_value() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.compressed_value_.Get();
}
inline void UniquePosition::_internal_set_compressed_value(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.compressed_value_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL UniquePosition::_internal_mutable_compressed_value() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.compressed_value_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE UniquePosition::release_compressed_value() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:sync_pb.UniquePosition.compressed_value)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000002U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  auto* released = _impl_.compressed_value_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.compressed_value_.Set("", GetArena());
  }
  return released;
}
inline void UniquePosition::set_allocated_compressed_value(::std::string* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  }
  _impl_.compressed_value_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.compressed_value_.IsDefault()) {
    _impl_.compressed_value_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:sync_pb.UniquePosition.compressed_value)
}

// optional uint64 uncompressed_length = 3 [deprecated = true];
inline bool UniquePosition::has_uncompressed_length() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000008U);
  return value;
}
inline void UniquePosition::clear_uncompressed_length() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.uncompressed_length_ = ::uint64_t{0u};
  ClearHasBit(_impl_._has_bits_[0], 0x00000008U);
}
inline ::uint64_t UniquePosition::uncompressed_length() const {
  // @@protoc_insertion_point(field_get:sync_pb.UniquePosition.uncompressed_length)
  return _internal_uncompressed_length();
}
inline void UniquePosition::set_uncompressed_length(::uint64_t value) {
  _internal_set_uncompressed_length(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000008U);
  // @@protoc_insertion_point(field_set:sync_pb.UniquePosition.uncompressed_length)
}
inline ::uint64_t UniquePosition::_internal_uncompressed_length() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.uncompressed_length_;
}
inline void UniquePosition::_internal_set_uncompressed_length(::uint64_t value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.uncompressed_length_ = value;
}

// optional bytes custom_compressed_v1 = 4;
inline bool UniquePosition::has_custom_compressed_v1() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000004U);
  return value;
}
inline void UniquePosition::clear_custom_compressed_v1() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.custom_compressed_v1_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
}
inline const ::std::string& UniquePosition::custom_compressed_v1() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:sync_pb.UniquePosition.custom_compressed_v1)
  return _internal_custom_compressed_v1();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void UniquePosition::set_custom_compressed_v1(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  _impl_.custom_compressed_v1_.SetBytes(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:sync_pb.UniquePosition.custom_compressed_v1)
}
inline ::std::string* PROTOBUF_NONNULL UniquePosition::mutable_custom_compressed_v1()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  ::std::string* _s = _internal_mutable_custom_compressed_v1();
  // @@protoc_insertion_point(field_mutable:sync_pb.UniquePosition.custom_compressed_v1)
  return _s;
}
inline const ::std::string& UniquePosition::_internal_custom_compressed_v1() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.custom_compressed_v1_.Get();
}
inline void UniquePosition::_internal_set_custom_compressed_v1(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.custom_compressed_v1_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL UniquePosition::_internal_mutable_custom_compressed_v1() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.custom_compressed_v1_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE UniquePosition::release_custom_compressed_v1() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:sync_pb.UniquePosition.custom_compressed_v1)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000004U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  auto* released = _impl_.custom_compressed_v1_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.custom_compressed_v1_.Set("", GetArena());
  }
  return released;
}
inline void UniquePosition::set_allocated_custom_compressed_v1(::std::string* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  }
  _impl_.custom_compressed_v1_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.custom_compressed_v1_.IsDefault()) {
    _impl_.custom_compressed_v1_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:sync_pb.UniquePosition.custom_compressed_v1)
}

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

// @@protoc_insertion_point(namespace_scope)
}  // namespace sync_pb


// @@protoc_insertion_point(global_scope)

#include "google/protobuf/port_undef.inc"
// clang-format on

#endif  // components_2fsync_2fprotocol_2funique_5fposition_2eproto_2epb_2eh
