// Generated by the protocol buffer compiler.  DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: xla/mlir/tools/mlir_replay/public/compiler_trace.proto
// Protobuf C++ Version: 5.28.3

#ifndef GOOGLE_PROTOBUF_INCLUDED_xla_2fmlir_2ftools_2fmlir_5freplay_2fpublic_2fcompiler_5ftrace_2eproto_2epb_2eh
#define GOOGLE_PROTOBUF_INCLUDED_xla_2fmlir_2ftools_2fmlir_5freplay_2fpublic_2fcompiler_5ftrace_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"
// @@protoc_insertion_point(includes)

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

#define PROTOBUF_INTERNAL_EXPORT_xla_2fmlir_2ftools_2fmlir_5freplay_2fpublic_2fcompiler_5ftrace_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_2fmlir_2ftools_2fmlir_5freplay_2fpublic_2fcompiler_5ftrace_2eproto {
  static const ::uint32_t offsets[];
};
PROTOBUF_EXPORT extern const ::google::protobuf::internal::DescriptorTable
    descriptor_table_xla_2fmlir_2ftools_2fmlir_5freplay_2fpublic_2fcompiler_5ftrace_2eproto;
namespace mlir {
namespace interpreter {
class MlirCompilationTrace;
struct MlirCompilationTraceDefaultTypeInternal;
PROTOBUF_EXPORT extern MlirCompilationTraceDefaultTypeInternal _MlirCompilationTrace_default_instance_;
class MlirCompilationTraceEntry;
struct MlirCompilationTraceEntryDefaultTypeInternal;
PROTOBUF_EXPORT extern MlirCompilationTraceEntryDefaultTypeInternal _MlirCompilationTraceEntry_default_instance_;
}  // namespace interpreter
}  // namespace mlir
namespace google {
namespace protobuf {
}  // namespace protobuf
}  // namespace google

namespace mlir {
namespace interpreter {

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


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

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

  inline MlirCompilationTraceEntry(const MlirCompilationTraceEntry& from) : MlirCompilationTraceEntry(nullptr, from) {}
  inline MlirCompilationTraceEntry(MlirCompilationTraceEntry&& from) noexcept
      : MlirCompilationTraceEntry(nullptr, std::move(from)) {}
  inline MlirCompilationTraceEntry& operator=(const MlirCompilationTraceEntry& from) {
    CopyFrom(from);
    return *this;
  }
  inline MlirCompilationTraceEntry& operator=(MlirCompilationTraceEntry&& 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 MlirCompilationTraceEntry& default_instance() {
    return *internal_default_instance();
  }
  static inline const MlirCompilationTraceEntry* internal_default_instance() {
    return reinterpret_cast<const MlirCompilationTraceEntry*>(
        &_MlirCompilationTraceEntry_default_instance_);
  }
  static constexpr int kIndexInFileMessages = 0;
  friend void swap(MlirCompilationTraceEntry& a, MlirCompilationTraceEntry& b) { a.Swap(&b); }
  inline void Swap(MlirCompilationTraceEntry* 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(MlirCompilationTraceEntry* other) {
    if (other == this) return;
    ABSL_DCHECK(GetArena() == other->GetArena());
    InternalSwap(other);
  }

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

  MlirCompilationTraceEntry* New(::google::protobuf::Arena* arena = nullptr) const PROTOBUF_FINAL {
    return ::google::protobuf::Message::DefaultConstruct<MlirCompilationTraceEntry>(arena);
  }
  using ::google::protobuf::Message::CopyFrom;
  void CopyFrom(const MlirCompilationTraceEntry& from);
  using ::google::protobuf::Message::MergeFrom;
  void MergeFrom(const MlirCompilationTraceEntry& from) { MlirCompilationTraceEntry::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(MlirCompilationTraceEntry* other);
 private:
  friend class ::google::protobuf::internal::AnyMetadata;
  static ::absl::string_view FullMessageName() { return "mlir.interpreter.MlirCompilationTraceEntry"; }

 protected:
  explicit MlirCompilationTraceEntry(::google::protobuf::Arena* arena);
  MlirCompilationTraceEntry(::google::protobuf::Arena* arena, const MlirCompilationTraceEntry& from);
  MlirCompilationTraceEntry(::google::protobuf::Arena* arena, MlirCompilationTraceEntry&& from) noexcept
      : MlirCompilationTraceEntry(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 {
    kAfterPassFieldNumber = 1,
    kMlirModuleFieldNumber = 2,
  };
  // optional string after_pass = 1;
  bool has_after_pass() const;
  void clear_after_pass() ;
  const std::string& after_pass() const;
  template <typename Arg_ = const std::string&, typename... Args_>
  void set_after_pass(Arg_&& arg, Args_... args);
  std::string* mutable_after_pass();
  PROTOBUF_NODISCARD std::string* release_after_pass();
  void set_allocated_after_pass(std::string* value);

  private:
  const std::string& _internal_after_pass() const;
  inline PROTOBUF_ALWAYS_INLINE void _internal_set_after_pass(
      const std::string& value);
  std::string* _internal_mutable_after_pass();

  public:
  // optional string mlir_module = 2;
  bool has_mlir_module() const;
  void clear_mlir_module() ;
  const std::string& mlir_module() const;
  template <typename Arg_ = const std::string&, typename... Args_>
  void set_mlir_module(Arg_&& arg, Args_... args);
  std::string* mutable_mlir_module();
  PROTOBUF_NODISCARD std::string* release_mlir_module();
  void set_allocated_mlir_module(std::string* value);

  private:
  const std::string& _internal_mlir_module() const;
  inline PROTOBUF_ALWAYS_INLINE void _internal_set_mlir_module(
      const std::string& value);
  std::string* _internal_mutable_mlir_module();

  public:
  // @@protoc_insertion_point(class_scope:mlir.interpreter.MlirCompilationTraceEntry)
 private:
  class _Internal;
  friend class ::google::protobuf::internal::TcParser;
  static const ::google::protobuf::internal::TcParseTable<
      1, 2, 0,
      72, 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 MlirCompilationTraceEntry& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    mutable ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::internal::ArenaStringPtr after_pass_;
    ::google::protobuf::internal::ArenaStringPtr mlir_module_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_xla_2fmlir_2ftools_2fmlir_5freplay_2fpublic_2fcompiler_5ftrace_2eproto;
};
// -------------------------------------------------------------------

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

  inline MlirCompilationTrace(const MlirCompilationTrace& from) : MlirCompilationTrace(nullptr, from) {}
  inline MlirCompilationTrace(MlirCompilationTrace&& from) noexcept
      : MlirCompilationTrace(nullptr, std::move(from)) {}
  inline MlirCompilationTrace& operator=(const MlirCompilationTrace& from) {
    CopyFrom(from);
    return *this;
  }
  inline MlirCompilationTrace& operator=(MlirCompilationTrace&& 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 MlirCompilationTrace& default_instance() {
    return *internal_default_instance();
  }
  static inline const MlirCompilationTrace* internal_default_instance() {
    return reinterpret_cast<const MlirCompilationTrace*>(
        &_MlirCompilationTrace_default_instance_);
  }
  static constexpr int kIndexInFileMessages = 1;
  friend void swap(MlirCompilationTrace& a, MlirCompilationTrace& b) { a.Swap(&b); }
  inline void Swap(MlirCompilationTrace* 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(MlirCompilationTrace* other) {
    if (other == this) return;
    ABSL_DCHECK(GetArena() == other->GetArena());
    InternalSwap(other);
  }

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

  MlirCompilationTrace* New(::google::protobuf::Arena* arena = nullptr) const PROTOBUF_FINAL {
    return ::google::protobuf::Message::DefaultConstruct<MlirCompilationTrace>(arena);
  }
  using ::google::protobuf::Message::CopyFrom;
  void CopyFrom(const MlirCompilationTrace& from);
  using ::google::protobuf::Message::MergeFrom;
  void MergeFrom(const MlirCompilationTrace& from) { MlirCompilationTrace::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(MlirCompilationTrace* other);
 private:
  friend class ::google::protobuf::internal::AnyMetadata;
  static ::absl::string_view FullMessageName() { return "mlir.interpreter.MlirCompilationTrace"; }

 protected:
  explicit MlirCompilationTrace(::google::protobuf::Arena* arena);
  MlirCompilationTrace(::google::protobuf::Arena* arena, const MlirCompilationTrace& from);
  MlirCompilationTrace(::google::protobuf::Arena* arena, MlirCompilationTrace&& from) noexcept
      : MlirCompilationTrace(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 {
    kPassesFieldNumber = 1,
  };
  // repeated .mlir.interpreter.MlirCompilationTraceEntry passes = 1;
  int passes_size() const;
  private:
  int _internal_passes_size() const;

  public:
  void clear_passes() ;
  ::mlir::interpreter::MlirCompilationTraceEntry* mutable_passes(int index);
  ::google::protobuf::RepeatedPtrField<::mlir::interpreter::MlirCompilationTraceEntry>* mutable_passes();

  private:
  const ::google::protobuf::RepeatedPtrField<::mlir::interpreter::MlirCompilationTraceEntry>& _internal_passes() const;
  ::google::protobuf::RepeatedPtrField<::mlir::interpreter::MlirCompilationTraceEntry>* _internal_mutable_passes();
  public:
  const ::mlir::interpreter::MlirCompilationTraceEntry& passes(int index) const;
  ::mlir::interpreter::MlirCompilationTraceEntry* add_passes();
  const ::google::protobuf::RepeatedPtrField<::mlir::interpreter::MlirCompilationTraceEntry>& passes() const;
  // @@protoc_insertion_point(class_scope:mlir.interpreter.MlirCompilationTrace)
 private:
  class _Internal;
  friend class ::google::protobuf::internal::TcParser;
  static const ::google::protobuf::internal::TcParseTable<
      0, 1, 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 MlirCompilationTrace& from_msg);
    ::google::protobuf::RepeatedPtrField< ::mlir::interpreter::MlirCompilationTraceEntry > passes_;
    mutable ::google::protobuf::internal::CachedSize _cached_size_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_xla_2fmlir_2ftools_2fmlir_5freplay_2fpublic_2fcompiler_5ftrace_2eproto;
};

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




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


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

// MlirCompilationTraceEntry

// optional string after_pass = 1;
inline bool MlirCompilationTraceEntry::has_after_pass() const {
  bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0;
  return value;
}
inline void MlirCompilationTraceEntry::clear_after_pass() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.after_pass_.ClearToEmpty();
  _impl_._has_bits_[0] &= ~0x00000001u;
}
inline const std::string& MlirCompilationTraceEntry::after_pass() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:mlir.interpreter.MlirCompilationTraceEntry.after_pass)
  return _internal_after_pass();
}
template <typename Arg_, typename... Args_>
inline PROTOBUF_ALWAYS_INLINE void MlirCompilationTraceEntry::set_after_pass(Arg_&& arg,
                                                     Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_._has_bits_[0] |= 0x00000001u;
  _impl_.after_pass_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:mlir.interpreter.MlirCompilationTraceEntry.after_pass)
}
inline std::string* MlirCompilationTraceEntry::mutable_after_pass() ABSL_ATTRIBUTE_LIFETIME_BOUND {
  std::string* _s = _internal_mutable_after_pass();
  // @@protoc_insertion_point(field_mutable:mlir.interpreter.MlirCompilationTraceEntry.after_pass)
  return _s;
}
inline const std::string& MlirCompilationTraceEntry::_internal_after_pass() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.after_pass_.Get();
}
inline void MlirCompilationTraceEntry::_internal_set_after_pass(const std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_._has_bits_[0] |= 0x00000001u;
  _impl_.after_pass_.Set(value, GetArena());
}
inline std::string* MlirCompilationTraceEntry::_internal_mutable_after_pass() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_._has_bits_[0] |= 0x00000001u;
  return _impl_.after_pass_.Mutable( GetArena());
}
inline std::string* MlirCompilationTraceEntry::release_after_pass() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:mlir.interpreter.MlirCompilationTraceEntry.after_pass)
  if ((_impl_._has_bits_[0] & 0x00000001u) == 0) {
    return nullptr;
  }
  _impl_._has_bits_[0] &= ~0x00000001u;
  auto* released = _impl_.after_pass_.Release();
  #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
  _impl_.after_pass_.Set("", GetArena());
  #endif  // PROTOBUF_FORCE_COPY_DEFAULT_STRING
  return released;
}
inline void MlirCompilationTraceEntry::set_allocated_after_pass(std::string* value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    _impl_._has_bits_[0] |= 0x00000001u;
  } else {
    _impl_._has_bits_[0] &= ~0x00000001u;
  }
  _impl_.after_pass_.SetAllocated(value, GetArena());
  #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
        if (_impl_.after_pass_.IsDefault()) {
          _impl_.after_pass_.Set("", GetArena());
        }
  #endif  // PROTOBUF_FORCE_COPY_DEFAULT_STRING
  // @@protoc_insertion_point(field_set_allocated:mlir.interpreter.MlirCompilationTraceEntry.after_pass)
}

// optional string mlir_module = 2;
inline bool MlirCompilationTraceEntry::has_mlir_module() const {
  bool value = (_impl_._has_bits_[0] & 0x00000002u) != 0;
  return value;
}
inline void MlirCompilationTraceEntry::clear_mlir_module() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.mlir_module_.ClearToEmpty();
  _impl_._has_bits_[0] &= ~0x00000002u;
}
inline const std::string& MlirCompilationTraceEntry::mlir_module() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:mlir.interpreter.MlirCompilationTraceEntry.mlir_module)
  return _internal_mlir_module();
}
template <typename Arg_, typename... Args_>
inline PROTOBUF_ALWAYS_INLINE void MlirCompilationTraceEntry::set_mlir_module(Arg_&& arg,
                                                     Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_._has_bits_[0] |= 0x00000002u;
  _impl_.mlir_module_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:mlir.interpreter.MlirCompilationTraceEntry.mlir_module)
}
inline std::string* MlirCompilationTraceEntry::mutable_mlir_module() ABSL_ATTRIBUTE_LIFETIME_BOUND {
  std::string* _s = _internal_mutable_mlir_module();
  // @@protoc_insertion_point(field_mutable:mlir.interpreter.MlirCompilationTraceEntry.mlir_module)
  return _s;
}
inline const std::string& MlirCompilationTraceEntry::_internal_mlir_module() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.mlir_module_.Get();
}
inline void MlirCompilationTraceEntry::_internal_set_mlir_module(const std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_._has_bits_[0] |= 0x00000002u;
  _impl_.mlir_module_.Set(value, GetArena());
}
inline std::string* MlirCompilationTraceEntry::_internal_mutable_mlir_module() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_._has_bits_[0] |= 0x00000002u;
  return _impl_.mlir_module_.Mutable( GetArena());
}
inline std::string* MlirCompilationTraceEntry::release_mlir_module() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:mlir.interpreter.MlirCompilationTraceEntry.mlir_module)
  if ((_impl_._has_bits_[0] & 0x00000002u) == 0) {
    return nullptr;
  }
  _impl_._has_bits_[0] &= ~0x00000002u;
  auto* released = _impl_.mlir_module_.Release();
  #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
  _impl_.mlir_module_.Set("", GetArena());
  #endif  // PROTOBUF_FORCE_COPY_DEFAULT_STRING
  return released;
}
inline void MlirCompilationTraceEntry::set_allocated_mlir_module(std::string* value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    _impl_._has_bits_[0] |= 0x00000002u;
  } else {
    _impl_._has_bits_[0] &= ~0x00000002u;
  }
  _impl_.mlir_module_.SetAllocated(value, GetArena());
  #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
        if (_impl_.mlir_module_.IsDefault()) {
          _impl_.mlir_module_.Set("", GetArena());
        }
  #endif  // PROTOBUF_FORCE_COPY_DEFAULT_STRING
  // @@protoc_insertion_point(field_set_allocated:mlir.interpreter.MlirCompilationTraceEntry.mlir_module)
}

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

// MlirCompilationTrace

// repeated .mlir.interpreter.MlirCompilationTraceEntry passes = 1;
inline int MlirCompilationTrace::_internal_passes_size() const {
  return _internal_passes().size();
}
inline int MlirCompilationTrace::passes_size() const {
  return _internal_passes_size();
}
inline void MlirCompilationTrace::clear_passes() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.passes_.Clear();
}
inline ::mlir::interpreter::MlirCompilationTraceEntry* MlirCompilationTrace::mutable_passes(int index)
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_mutable:mlir.interpreter.MlirCompilationTrace.passes)
  return _internal_mutable_passes()->Mutable(index);
}
inline ::google::protobuf::RepeatedPtrField<::mlir::interpreter::MlirCompilationTraceEntry>* MlirCompilationTrace::mutable_passes()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_mutable_list:mlir.interpreter.MlirCompilationTrace.passes)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _internal_mutable_passes();
}
inline const ::mlir::interpreter::MlirCompilationTraceEntry& MlirCompilationTrace::passes(int index) const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:mlir.interpreter.MlirCompilationTrace.passes)
  return _internal_passes().Get(index);
}
inline ::mlir::interpreter::MlirCompilationTraceEntry* MlirCompilationTrace::add_passes() ABSL_ATTRIBUTE_LIFETIME_BOUND {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::mlir::interpreter::MlirCompilationTraceEntry* _add = _internal_mutable_passes()->Add();
  // @@protoc_insertion_point(field_add:mlir.interpreter.MlirCompilationTrace.passes)
  return _add;
}
inline const ::google::protobuf::RepeatedPtrField<::mlir::interpreter::MlirCompilationTraceEntry>& MlirCompilationTrace::passes() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_list:mlir.interpreter.MlirCompilationTrace.passes)
  return _internal_passes();
}
inline const ::google::protobuf::RepeatedPtrField<::mlir::interpreter::MlirCompilationTraceEntry>&
MlirCompilationTrace::_internal_passes() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.passes_;
}
inline ::google::protobuf::RepeatedPtrField<::mlir::interpreter::MlirCompilationTraceEntry>*
MlirCompilationTrace::_internal_mutable_passes() {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return &_impl_.passes_;
}

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

// @@protoc_insertion_point(namespace_scope)
}  // namespace interpreter
}  // namespace mlir


// @@protoc_insertion_point(global_scope)

#include "google/protobuf/port_undef.inc"

#endif  // GOOGLE_PROTOBUF_INCLUDED_xla_2fmlir_2ftools_2fmlir_5freplay_2fpublic_2fcompiler_5ftrace_2eproto_2epb_2eh
