// Generated by the protocol buffer compiler.  DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: xla/service/hlo_execution_profile_data.proto
// Protobuf C++ Version: 5.28.3

#ifndef GOOGLE_PROTOBUF_INCLUDED_xla_2fservice_2fhlo_5fexecution_5fprofile_5fdata_2eproto_2epb_2eh
#define GOOGLE_PROTOBUF_INCLUDED_xla_2fservice_2fhlo_5fexecution_5fprofile_5fdata_2eproto_2epb_2eh

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

#include "google/protobuf/runtime_version.h"
#if PROTOBUF_VERSION != 5028003
#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/generated_message_reflection.h"
#include "google/protobuf/message.h"
#include "google/protobuf/repeated_field.h"  // IWYU pragma: export
#include "google/protobuf/extension_set.h"  // IWYU pragma: export
#include "google/protobuf/unknown_field_set.h"
#include "xla/service/hlo_profile_printer_data.pb.h"
// @@protoc_insertion_point(includes)

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

#define PROTOBUF_INTERNAL_EXPORT_xla_2fservice_2fhlo_5fexecution_5fprofile_5fdata_2eproto PROTOBUF_EXPORT

namespace google {
namespace protobuf {
namespace internal {
class AnyMetadata;
}  // namespace internal
}  // namespace protobuf
}  // namespace google

// Internal implementation detail -- do not use these members.
struct PROTOBUF_EXPORT TableStruct_xla_2fservice_2fhlo_5fexecution_5fprofile_5fdata_2eproto {
  static const ::uint32_t offsets[];
};
PROTOBUF_EXPORT extern const ::google::protobuf::internal::DescriptorTable
    descriptor_table_xla_2fservice_2fhlo_5fexecution_5fprofile_5fdata_2eproto;
namespace xla {
class HloExecutionProfileData;
struct HloExecutionProfileDataDefaultTypeInternal;
PROTOBUF_EXPORT extern HloExecutionProfileDataDefaultTypeInternal _HloExecutionProfileData_default_instance_;
}  // namespace xla
namespace google {
namespace protobuf {
}  // namespace protobuf
}  // namespace google

namespace xla {

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


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

class PROTOBUF_EXPORT HloExecutionProfileData final : public ::google::protobuf::Message
/* @@protoc_insertion_point(class_definition:xla.HloExecutionProfileData) */ {
 public:
  inline HloExecutionProfileData() : HloExecutionProfileData(nullptr) {}
  ~HloExecutionProfileData() PROTOBUF_FINAL;
  template <typename = void>
  explicit PROTOBUF_CONSTEXPR HloExecutionProfileData(
      ::google::protobuf::internal::ConstantInitialized);

  inline HloExecutionProfileData(const HloExecutionProfileData& from) : HloExecutionProfileData(nullptr, from) {}
  inline HloExecutionProfileData(HloExecutionProfileData&& from) noexcept
      : HloExecutionProfileData(nullptr, std::move(from)) {}
  inline HloExecutionProfileData& operator=(const HloExecutionProfileData& from) {
    CopyFrom(from);
    return *this;
  }
  inline HloExecutionProfileData& operator=(HloExecutionProfileData&& from) noexcept {
    if (this == &from) return *this;
    if (GetArena() == from.GetArena()
#ifdef PROTOBUF_FORCE_COPY_IN_MOVE
        && GetArena() != nullptr
#endif  // !PROTOBUF_FORCE_COPY_IN_MOVE
    ) {
      InternalSwap(&from);
    } else {
      CopyFrom(from);
    }
    return *this;
  }

  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const
      ABSL_ATTRIBUTE_LIFETIME_BOUND {
    return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
  }
  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields()
      ABSL_ATTRIBUTE_LIFETIME_BOUND {
    return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
  }

  static const ::google::protobuf::Descriptor* descriptor() {
    return GetDescriptor();
  }
  static const ::google::protobuf::Descriptor* GetDescriptor() {
    return default_instance().GetMetadata().descriptor;
  }
  static const ::google::protobuf::Reflection* GetReflection() {
    return default_instance().GetMetadata().reflection;
  }
  static const HloExecutionProfileData& default_instance() {
    return *internal_default_instance();
  }
  static inline const HloExecutionProfileData* internal_default_instance() {
    return reinterpret_cast<const HloExecutionProfileData*>(
        &_HloExecutionProfileData_default_instance_);
  }
  static constexpr int kIndexInFileMessages = 0;
  friend void swap(HloExecutionProfileData& a, HloExecutionProfileData& b) { a.Swap(&b); }
  inline void Swap(HloExecutionProfileData* other) {
    if (other == this) return;
#ifdef PROTOBUF_FORCE_COPY_IN_SWAP
    if (GetArena() != nullptr && GetArena() == other->GetArena()) {
#else   // PROTOBUF_FORCE_COPY_IN_SWAP
    if (GetArena() == other->GetArena()) {
#endif  // !PROTOBUF_FORCE_COPY_IN_SWAP
      InternalSwap(other);
    } else {
      ::google::protobuf::internal::GenericSwap(this, other);
    }
  }
  void UnsafeArenaSwap(HloExecutionProfileData* other) {
    if (other == this) return;
    ABSL_DCHECK(GetArena() == other->GetArena());
    InternalSwap(other);
  }

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

  HloExecutionProfileData* New(::google::protobuf::Arena* arena = nullptr) const PROTOBUF_FINAL {
    return ::google::protobuf::Message::DefaultConstruct<HloExecutionProfileData>(arena);
  }
  using ::google::protobuf::Message::CopyFrom;
  void CopyFrom(const HloExecutionProfileData& from);
  using ::google::protobuf::Message::MergeFrom;
  void MergeFrom(const HloExecutionProfileData& from) { HloExecutionProfileData::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* _InternalSerialize(
      const MessageLite& msg, ::uint8_t* target,
      ::google::protobuf::io::EpsCopyOutputStream* stream);

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

  private:
  void SharedCtor(::google::protobuf::Arena* arena);
  void SharedDtor();
  void InternalSwap(HloExecutionProfileData* other);
 private:
  friend class ::google::protobuf::internal::AnyMetadata;
  static ::absl::string_view FullMessageName() { return "xla.HloExecutionProfileData"; }

 protected:
  explicit HloExecutionProfileData(::google::protobuf::Arena* arena);
  HloExecutionProfileData(::google::protobuf::Arena* arena, const HloExecutionProfileData& from);
  HloExecutionProfileData(::google::protobuf::Arena* arena, HloExecutionProfileData&& from) noexcept
      : HloExecutionProfileData(arena) {
    *this = ::std::move(from);
  }
  const ::google::protobuf::Message::ClassData* GetClassData() const PROTOBUF_FINAL;
  static const ::google::protobuf::Message::ClassDataFull _class_data_;

 public:
  ::google::protobuf::Metadata GetMetadata() const;
  // nested types ----------------------------------------------------

  // accessors -------------------------------------------------------
  enum : int {
    kProfileCountersFieldNumber = 2,
    kPrinterDataFieldNumber = 1,
  };
  // repeated int64 profile_counters = 2;
  int profile_counters_size() const;
  private:
  int _internal_profile_counters_size() const;

  public:
  void clear_profile_counters() ;
  ::int64_t profile_counters(int index) const;
  void set_profile_counters(int index, ::int64_t value);
  void add_profile_counters(::int64_t value);
  const ::google::protobuf::RepeatedField<::int64_t>& profile_counters() const;
  ::google::protobuf::RepeatedField<::int64_t>* mutable_profile_counters();

  private:
  const ::google::protobuf::RepeatedField<::int64_t>& _internal_profile_counters() const;
  ::google::protobuf::RepeatedField<::int64_t>* _internal_mutable_profile_counters();

  public:
  // .xla.HloProfilePrinterData printer_data = 1;
  bool has_printer_data() const;
  void clear_printer_data() ;
  const ::xla::HloProfilePrinterData& printer_data() const;
  PROTOBUF_NODISCARD ::xla::HloProfilePrinterData* release_printer_data();
  ::xla::HloProfilePrinterData* mutable_printer_data();
  void set_allocated_printer_data(::xla::HloProfilePrinterData* value);
  void unsafe_arena_set_allocated_printer_data(::xla::HloProfilePrinterData* value);
  ::xla::HloProfilePrinterData* unsafe_arena_release_printer_data();

  private:
  const ::xla::HloProfilePrinterData& _internal_printer_data() const;
  ::xla::HloProfilePrinterData* _internal_mutable_printer_data();

  public:
  // @@protoc_insertion_point(class_scope:xla.HloExecutionProfileData)
 private:
  class _Internal;
  friend class ::google::protobuf::internal::TcParser;
  static const ::google::protobuf::internal::TcParseTable<
      1, 2, 1,
      0, 2>
      _table_;


  friend class ::google::protobuf::MessageLite;
  friend class ::google::protobuf::Arena;
  template <typename T>
  friend class ::google::protobuf::Arena::InternalHelper;
  using InternalArenaConstructable_ = void;
  using DestructorSkippable_ = void;
  struct Impl_ {
    inline explicit constexpr Impl_(
        ::google::protobuf::internal::ConstantInitialized) noexcept;
    inline explicit Impl_(::google::protobuf::internal::InternalVisibility visibility,
                          ::google::protobuf::Arena* arena);
    inline explicit Impl_(::google::protobuf::internal::InternalVisibility visibility,
                          ::google::protobuf::Arena* arena, const Impl_& from,
                          const HloExecutionProfileData& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    mutable ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::RepeatedField<::int64_t> profile_counters_;
    mutable ::google::protobuf::internal::CachedSize _profile_counters_cached_byte_size_;
    ::xla::HloProfilePrinterData* printer_data_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_xla_2fservice_2fhlo_5fexecution_5fprofile_5fdata_2eproto;
};

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




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


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

// HloExecutionProfileData

// .xla.HloProfilePrinterData printer_data = 1;
inline bool HloExecutionProfileData::has_printer_data() const {
  bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0;
  PROTOBUF_ASSUME(!value || _impl_.printer_data_ != nullptr);
  return value;
}
inline const ::xla::HloProfilePrinterData& HloExecutionProfileData::_internal_printer_data() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  const ::xla::HloProfilePrinterData* p = _impl_.printer_data_;
  return p != nullptr ? *p : reinterpret_cast<const ::xla::HloProfilePrinterData&>(::xla::_HloProfilePrinterData_default_instance_);
}
inline const ::xla::HloProfilePrinterData& HloExecutionProfileData::printer_data() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:xla.HloExecutionProfileData.printer_data)
  return _internal_printer_data();
}
inline void HloExecutionProfileData::unsafe_arena_set_allocated_printer_data(::xla::HloProfilePrinterData* value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (GetArena() == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.printer_data_);
  }
  _impl_.printer_data_ = reinterpret_cast<::xla::HloProfilePrinterData*>(value);
  if (value != nullptr) {
    _impl_._has_bits_[0] |= 0x00000001u;
  } else {
    _impl_._has_bits_[0] &= ~0x00000001u;
  }
  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:xla.HloExecutionProfileData.printer_data)
}
inline ::xla::HloProfilePrinterData* HloExecutionProfileData::release_printer_data() {
  ::google::protobuf::internal::TSanWrite(&_impl_);

  _impl_._has_bits_[0] &= ~0x00000001u;
  ::xla::HloProfilePrinterData* released = _impl_.printer_data_;
  _impl_.printer_data_ = nullptr;
#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE
  auto* old = reinterpret_cast<::google::protobuf::MessageLite*>(released);
  released = ::google::protobuf::internal::DuplicateIfNonNull(released);
  if (GetArena() == nullptr) {
    delete old;
  }
#else   // PROTOBUF_FORCE_COPY_IN_RELEASE
  if (GetArena() != nullptr) {
    released = ::google::protobuf::internal::DuplicateIfNonNull(released);
  }
#endif  // !PROTOBUF_FORCE_COPY_IN_RELEASE
  return released;
}
inline ::xla::HloProfilePrinterData* HloExecutionProfileData::unsafe_arena_release_printer_data() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:xla.HloExecutionProfileData.printer_data)

  _impl_._has_bits_[0] &= ~0x00000001u;
  ::xla::HloProfilePrinterData* temp = _impl_.printer_data_;
  _impl_.printer_data_ = nullptr;
  return temp;
}
inline ::xla::HloProfilePrinterData* HloExecutionProfileData::_internal_mutable_printer_data() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.printer_data_ == nullptr) {
    auto* p = ::google::protobuf::Message::DefaultConstruct<::xla::HloProfilePrinterData>(GetArena());
    _impl_.printer_data_ = reinterpret_cast<::xla::HloProfilePrinterData*>(p);
  }
  return _impl_.printer_data_;
}
inline ::xla::HloProfilePrinterData* HloExecutionProfileData::mutable_printer_data() ABSL_ATTRIBUTE_LIFETIME_BOUND {
  _impl_._has_bits_[0] |= 0x00000001u;
  ::xla::HloProfilePrinterData* _msg = _internal_mutable_printer_data();
  // @@protoc_insertion_point(field_mutable:xla.HloExecutionProfileData.printer_data)
  return _msg;
}
inline void HloExecutionProfileData::set_allocated_printer_data(::xla::HloProfilePrinterData* value) {
  ::google::protobuf::Arena* message_arena = GetArena();
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (message_arena == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.printer_data_);
  }

  if (value != nullptr) {
    ::google::protobuf::Arena* submessage_arena = reinterpret_cast<::google::protobuf::MessageLite*>(value)->GetArena();
    if (message_arena != submessage_arena) {
      value = ::google::protobuf::internal::GetOwnedMessage(message_arena, value, submessage_arena);
    }
    _impl_._has_bits_[0] |= 0x00000001u;
  } else {
    _impl_._has_bits_[0] &= ~0x00000001u;
  }

  _impl_.printer_data_ = reinterpret_cast<::xla::HloProfilePrinterData*>(value);
  // @@protoc_insertion_point(field_set_allocated:xla.HloExecutionProfileData.printer_data)
}

// repeated int64 profile_counters = 2;
inline int HloExecutionProfileData::_internal_profile_counters_size() const {
  return _internal_profile_counters().size();
}
inline int HloExecutionProfileData::profile_counters_size() const {
  return _internal_profile_counters_size();
}
inline void HloExecutionProfileData::clear_profile_counters() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.profile_counters_.Clear();
}
inline ::int64_t HloExecutionProfileData::profile_counters(int index) const {
  // @@protoc_insertion_point(field_get:xla.HloExecutionProfileData.profile_counters)
  return _internal_profile_counters().Get(index);
}
inline void HloExecutionProfileData::set_profile_counters(int index, ::int64_t value) {
  _internal_mutable_profile_counters()->Set(index, value);
  // @@protoc_insertion_point(field_set:xla.HloExecutionProfileData.profile_counters)
}
inline void HloExecutionProfileData::add_profile_counters(::int64_t value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _internal_mutable_profile_counters()->Add(value);
  // @@protoc_insertion_point(field_add:xla.HloExecutionProfileData.profile_counters)
}
inline const ::google::protobuf::RepeatedField<::int64_t>& HloExecutionProfileData::profile_counters() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_list:xla.HloExecutionProfileData.profile_counters)
  return _internal_profile_counters();
}
inline ::google::protobuf::RepeatedField<::int64_t>* HloExecutionProfileData::mutable_profile_counters()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_mutable_list:xla.HloExecutionProfileData.profile_counters)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _internal_mutable_profile_counters();
}
inline const ::google::protobuf::RepeatedField<::int64_t>&
HloExecutionProfileData::_internal_profile_counters() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.profile_counters_;
}
inline ::google::protobuf::RepeatedField<::int64_t>* HloExecutionProfileData::_internal_mutable_profile_counters() {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return &_impl_.profile_counters_;
}

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

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


// @@protoc_insertion_point(global_scope)

#include "google/protobuf/port_undef.inc"

#endif  // GOOGLE_PROTOBUF_INCLUDED_xla_2fservice_2fhlo_5fexecution_5fprofile_5fdata_2eproto_2epb_2eh
