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

#include "formatted_string.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 omnibox {
class FormattedString_FormattedStringFragment::_Internal {
 public:
  using HasBits = decltype(::std::declval<FormattedString_FormattedStringFragment>()._impl_._has_bits_);
  static constexpr ::int32_t kHasBitsOffset =
      8 * PROTOBUF_FIELD_OFFSET(FormattedString_FormattedStringFragment, _impl_._has_bits_);
};

constexpr FormattedString_FormattedStringFragment::ParseTableT_ FormattedString_FormattedStringFragment::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(FormattedString_FormattedStringFragment, _impl_._has_bits_),
      0, // no _extensions_
      4, 24,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967280,  // skipmap
      offsetof(ParseTableT_, field_entries),
      4,  // 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<::omnibox::FormattedString_FormattedStringFragment>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // optional bool is_bolded = 4;
      {::_pbi::TcParser::FastV8S1,
       {32, 3, 0,
        PROTOBUF_FIELD_OFFSET(FormattedString_FormattedStringFragment, _impl_.is_bolded_)}},
      // optional uint32 start_index = 1;
      {::_pbi::TcParser::FastV32S1,
       {8, 1, 0,
        PROTOBUF_FIELD_OFFSET(FormattedString_FormattedStringFragment, _impl_.start_index_)}},
      // optional string text = 2;
      {::_pbi::TcParser::FastBS1,
       {18, 0, 0,
        PROTOBUF_FIELD_OFFSET(FormattedString_FormattedStringFragment, _impl_.text_)}},
      // optional .omnibox.FormattedString.ColorType color = 3;
      {::_pbi::TcParser::FastEr0S1,
       {24, 2, 13,
        PROTOBUF_FIELD_OFFSET(FormattedString_FormattedStringFragment, _impl_.color_)}},
    }}, {{
      65535, 65535
    }}, {{
      // optional uint32 start_index = 1;
      {PROTOBUF_FIELD_OFFSET(FormattedString_FormattedStringFragment, _impl_.start_index_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kUInt32)},
      // optional string text = 2;
      {PROTOBUF_FIELD_OFFSET(FormattedString_FormattedStringFragment, _impl_.text_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional .omnibox.FormattedString.ColorType color = 3;
      {PROTOBUF_FIELD_OFFSET(FormattedString_FormattedStringFragment, _impl_.color_), _Internal::kHasBitsOffset + 2, 0, (0 | ::_fl::kFcOptional | ::_fl::kEnumRange)},
      // optional bool is_bolded = 4;
      {PROTOBUF_FIELD_OFFSET(FormattedString_FormattedStringFragment, _impl_.is_bolded_), _Internal::kHasBitsOffset + 3, 0, (0 | ::_fl::kFcOptional | ::_fl::kBool)},
    }},
    {{
        {0, 13},
    }},
    {{
    }},
  };
}


inline constexpr FormattedString_FormattedStringFragment::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        text_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        start_index_{0u},
        color_{static_cast< ::omnibox::FormattedString_ColorType >(0)},
        is_bolded_{false} {}

template <typename>
constexpr FormattedString_FormattedStringFragment::FormattedString_FormattedStringFragment(::_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 FormattedString_FormattedStringFragment::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) FormattedString_FormattedStringFragment(arena);
}
constexpr auto FormattedString_FormattedStringFragment::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::CopyInit(sizeof(FormattedString_FormattedStringFragment), alignof(FormattedString_FormattedStringFragment));
}
constexpr auto FormattedString_FormattedStringFragment::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
          &FormattedString_FormattedStringFragment::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<FormattedString_FormattedStringFragment>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &FormattedString_FormattedStringFragment::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<FormattedString_FormattedStringFragment>(), &FormattedString_FormattedStringFragment::ByteSizeLong,
              &FormattedString_FormattedStringFragment::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(FormattedString_FormattedStringFragment, _impl_._cached_size_),
          true,
      },
      "omnibox.FormattedString.FormattedStringFragment",
  };
}
struct FormattedString_FormattedStringFragmentGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr FormattedString_FormattedStringFragmentGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 FormattedString_FormattedStringFragment_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(FormattedString_FormattedStringFragment::InternalGenerateClassData_(
            _default, &FormattedString_FormattedStringFragment_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<FormattedString_FormattedStringFragment>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~FormattedString_FormattedStringFragmentGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) FormattedString_FormattedStringFragment _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<FormattedString_FormattedStringFragment>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(FormattedString_FormattedStringFragmentGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

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

constexpr FormattedString::ParseTableT_ FormattedString::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(FormattedString, _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<::omnibox::FormattedString>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      {::_pbi::TcParser::MiniParse, {}},
      // optional string text = 1;
      {::_pbi::TcParser::FastBS1,
       {10, 1, 0,
        PROTOBUF_FIELD_OFFSET(FormattedString, _impl_.text_)}},
      // repeated .omnibox.FormattedString.FormattedStringFragment fragments = 2;
      {::_pbi::TcParser::FastMtR1,
       {18, 0, 0,
        PROTOBUF_FIELD_OFFSET(FormattedString, _impl_.fragments_)}},
      // optional string a11y_text = 3;
      {::_pbi::TcParser::FastBS1,
       {26, 2, 0,
        PROTOBUF_FIELD_OFFSET(FormattedString, _impl_.a11y_text_)}},
    }}, {{
      65535, 65535
    }}, {{
      // optional string text = 1;
      {PROTOBUF_FIELD_OFFSET(FormattedString, _impl_.text_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // repeated .omnibox.FormattedString.FormattedStringFragment fragments = 2;
      {PROTOBUF_FIELD_OFFSET(FormattedString, _impl_.fragments_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcRepeated | ::_fl::kMessage | ::_fl::kTvTable)},
      // optional string a11y_text = 3;
      {PROTOBUF_FIELD_OFFSET(FormattedString, _impl_.a11y_text_), _Internal::kHasBitsOffset + 2, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::omnibox::FormattedString_FormattedStringFragment>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::omnibox::FormattedString_FormattedStringFragment_globals_},
        #endif
    }},
    {{
    }},
  };
}


inline constexpr FormattedString::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        fragments_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::omnibox::FormattedString,
            PROTOBUF_FIELD_OFFSET(::omnibox::FormattedString, _impl_.fragments_)>()
         }
        ,
        text_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        a11y_text_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()) {}

template <typename>
constexpr FormattedString::FormattedString(::_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 FormattedString::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) FormattedString(arena);
}
constexpr auto FormattedString::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::CopyInit(sizeof(FormattedString), alignof(FormattedString));
}
constexpr auto FormattedString::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
          &FormattedString::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<FormattedString>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &FormattedString::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<FormattedString>(), &FormattedString::ByteSizeLong,
              &FormattedString::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(FormattedString, _impl_._cached_size_),
          true,
      },
      "omnibox.FormattedString",
  };
}
struct FormattedStringGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr FormattedStringGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 FormattedString_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(FormattedString::InternalGenerateClassData_(
            _default, &FormattedString_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<FormattedString>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~FormattedStringGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) FormattedString _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<FormattedString>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(FormattedStringGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST FormattedStringGlobalsTypeInternal FormattedString_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* FormattedString_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return FormattedString_globals_.GetClassData();
#else
  return FormattedString_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
}  // namespace omnibox
namespace omnibox {
PROTOBUF_CONSTINIT const uint32_t FormattedString_ColorType_internal_data_[] = {
    917504u, 0u, };
static const char FormattedString_ColorType_names[] = {
    "COLOR_CANVAS"
    "COLOR_ON_SURFACE_DEEMPHASIS"
    "COLOR_ON_SURFACE_DEFAULT"
    "COLOR_ON_SURFACE_EMPHASIS"
    "COLOR_ON_SURFACE_LINK_VISITED"
    "COLOR_ON_SURFACE_NEGATIVE"
    "COLOR_ON_SURFACE_POSITIVE"
    "COLOR_ON_TERTIARY"
    "COLOR_OUTLINE_DEFAULT"
    "COLOR_PRIMARY"
    "COLOR_SUBTITLE_TEXT"
    "COLOR_SURFACE"
    "COLOR_TERTIARY"
    "COLOR_UNKNOWN"
};

static const ::google::protobuf::internal::EnumEntry FormattedString_ColorType_entries[] = {
    {{&FormattedString_ColorType_names[0], 12}, 1},
    {{&FormattedString_ColorType_names[12], 27}, 11},
    {{&FormattedString_ColorType_names[39], 24}, 7},
    {{&FormattedString_ColorType_names[63], 25}, 10},
    {{&FormattedString_ColorType_names[88], 29}, 6},
    {{&FormattedString_ColorType_names[117], 25}, 9},
    {{&FormattedString_ColorType_names[142], 25}, 8},
    {{&FormattedString_ColorType_names[167], 17}, 5},
    {{&FormattedString_ColorType_names[184], 21}, 12},
    {{&FormattedString_ColorType_names[205], 13}, 3},
    {{&FormattedString_ColorType_names[218], 19}, 13},
    {{&FormattedString_ColorType_names[237], 13}, 2},
    {{&FormattedString_ColorType_names[250], 14}, 4},
    {{&FormattedString_ColorType_names[264], 13}, 0},
};

static const int FormattedString_ColorType_entries_by_number[] = {
    13,  // 0 -> COLOR_UNKNOWN
    0,  // 1 -> COLOR_CANVAS
    11,  // 2 -> COLOR_SURFACE
    9,  // 3 -> COLOR_PRIMARY
    12,  // 4 -> COLOR_TERTIARY
    7,  // 5 -> COLOR_ON_TERTIARY
    4,  // 6 -> COLOR_ON_SURFACE_LINK_VISITED
    2,  // 7 -> COLOR_ON_SURFACE_DEFAULT
    6,  // 8 -> COLOR_ON_SURFACE_POSITIVE
    5,  // 9 -> COLOR_ON_SURFACE_NEGATIVE
    3,  // 10 -> COLOR_ON_SURFACE_EMPHASIS
    1,  // 11 -> COLOR_ON_SURFACE_DEEMPHASIS
    8,  // 12 -> COLOR_OUTLINE_DEFAULT
    10,  // 13 -> COLOR_SUBTITLE_TEXT
};

bool FormattedString_ColorType_Parse(::absl::string_view name,
                                  FormattedString_ColorType* PROTOBUF_NONNULL value) {
  int int_value;
  bool success = ::google::protobuf::internal::LookUpEnumValue(
      FormattedString_ColorType_entries, 14, name, &int_value);
  if (success) {
    *value = static_cast<FormattedString_ColorType>(int_value);
  }
  return success;
}
static ::google::protobuf::internal::ExplicitlyConstructed<::std::string>
    FormattedString_ColorType_strings[14] = {};

const ::std::string& FormattedString_ColorType_Name(FormattedString_ColorType value) {
  static const bool kDummy = ::google::protobuf::internal::InitializeEnumStrings(
      FormattedString_ColorType_entries, FormattedString_ColorType_entries_by_number, 14,
      FormattedString_ColorType_strings);
  (void)kDummy;

  int idx = ::google::protobuf::internal::LookUpEnumName(FormattedString_ColorType_entries,
                                  FormattedString_ColorType_entries_by_number,
                                  14, value);
  return idx == -1 ? ::google::protobuf::internal::GetEmptyString() : FormattedString_ColorType_strings[idx].get();
}
// ===================================================================

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

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

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  FormattedString_FormattedStringFragment* const _this = this;
  (void)_this;
  _internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
  new (&_impl_) Impl_(internal_visibility(), arena, from._impl_, from);
  ::memcpy(reinterpret_cast<char*>(&_impl_) +
               offsetof(Impl_, start_index_),
           reinterpret_cast<const char*>(&from._impl_) +
               offsetof(Impl_, start_index_),
           offsetof(Impl_, is_bolded_) -
               offsetof(Impl_, start_index_) +
               sizeof(Impl_::is_bolded_));

  // @@protoc_insertion_point(copy_constructor:omnibox.FormattedString.FormattedStringFragment)
}
PROTOBUF_NDEBUG_INLINE FormattedString_FormattedStringFragment::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        text_(arena) {}

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

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite FormattedString_FormattedStringFragment_class_data_ =
    FormattedString_FormattedStringFragment::InternalGenerateClassData_(FormattedString_FormattedStringFragment_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
FormattedString_FormattedStringFragment::GetClassData() const {
  return FormattedString_FormattedStringFragment_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
FormattedString_FormattedStringFragment::GetClassData() const {
  return FormattedString_FormattedStringFragment_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const FormattedString_FormattedStringFragment::ParseTableT_
    FormattedString_FormattedStringFragment::_table_ =
        FormattedString_FormattedStringFragment::InternalGenerateParseTable_(FormattedString_FormattedStringFragment_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void FormattedString_FormattedStringFragment::Clear() {
// @@protoc_insertion_point(message_clear_start:omnibox.FormattedString.FormattedStringFragment)
  ::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)) {
    _impl_.text_.ClearNonDefaultToEmpty();
  }
  if (BatchCheckHasBit(cached_has_bits, 0x0000000eU)) {
    ::memset(&_impl_.start_index_, 0, static_cast<::size_t>(
        reinterpret_cast<char*>(&_impl_.is_bolded_) -
        reinterpret_cast<char*>(&_impl_.start_index_)) + sizeof(_impl_.is_bolded_));
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // optional uint32 start_index = 1;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
        1, this_._internal_start_index(), target);
  }

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

  // optional .omnibox.FormattedString.ColorType color = 3;
  if (CheckHasBit(cached_has_bits, 0x00000004U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteEnumToArray(
        3, this_._internal_color(), target);
  }

  // optional bool is_bolded = 4;
  if (CheckHasBit(cached_has_bits, 0x00000008U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteBoolToArray(
        4, this_._internal_is_bolded(), 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:omnibox.FormattedString.FormattedStringFragment)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t FormattedString_FormattedStringFragment::ByteSizeLong(const MessageLite& base) {
  const FormattedString_FormattedStringFragment& this_ = static_cast<const FormattedString_FormattedStringFragment&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t FormattedString_FormattedStringFragment::ByteSizeLong() const {
  const FormattedString_FormattedStringFragment& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:omnibox.FormattedString.FormattedStringFragment)
  ::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];
  total_size += static_cast<bool>(0x00000008U & cached_has_bits) * 2;
  if (BatchCheckHasBit(cached_has_bits, 0x00000007U)) {
    // optional string text = 2;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_text());
    }
    // optional uint32 start_index = 1;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
          this_._internal_start_index());
    }
    // optional .omnibox.FormattedString.ColorType color = 3;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      total_size += 1 +
                    ::_pbi::WireFormatLite::EnumSize(this_._internal_color());
    }
  }
  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 FormattedString_FormattedStringFragment::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<FormattedString_FormattedStringFragment*>(&to_msg);
  auto& from = static_cast<const FormattedString_FormattedStringFragment&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(class_specific_merge_from_start:omnibox.FormattedString.FormattedStringFragment)
  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, 0x0000000fU)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _this->_internal_set_text(from._internal_text());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_impl_.start_index_ = from._impl_.start_index_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _this->_impl_.color_ = from._impl_.color_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      _this->_impl_.is_bolded_ = from._impl_.is_bolded_;
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

void FormattedString_FormattedStringFragment::CopyFrom(const FormattedString_FormattedStringFragment& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:omnibox.FormattedString.FormattedStringFragment)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


void FormattedString_FormattedStringFragment::InternalSwap(FormattedString_FormattedStringFragment* 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_.text_, &other->_impl_.text_, arena);
  ::google::protobuf::internal::memswap<
      PROTOBUF_FIELD_OFFSET(FormattedString_FormattedStringFragment, _impl_.is_bolded_)
      + sizeof(FormattedString_FormattedStringFragment::_impl_.is_bolded_)
      - PROTOBUF_FIELD_OFFSET(FormattedString_FormattedStringFragment, _impl_.start_index_)>(
          reinterpret_cast<char*>(&_impl_.start_index_),
          reinterpret_cast<char*>(&other->_impl_.start_index_));
}

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

FormattedString::FormattedString(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, FormattedString_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:omnibox.FormattedString)
}
PROTOBUF_NDEBUG_INLINE FormattedString::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::omnibox::FormattedString& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0},
        fragments_ {
          visibility, ::_pbi::InternalMetadataOffset::Build<
              ::omnibox::FormattedString,
              PROTOBUF_FIELD_OFFSET(::omnibox::FormattedString, _impl_.fragments_)>()
          , from.fragments_
        }
        ,
        text_(arena, from.text_),
        a11y_text_(arena, from.a11y_text_) {}

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

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  FormattedString* 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:omnibox.FormattedString)
}
PROTOBUF_NDEBUG_INLINE FormattedString::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        fragments_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::omnibox::FormattedString,
            PROTOBUF_FIELD_OFFSET(::omnibox::FormattedString, _impl_.fragments_)>()
         }
        ,
        text_(arena),
        a11y_text_(arena) {}

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

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite FormattedString_class_data_ =
    FormattedString::InternalGenerateClassData_(FormattedString_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
FormattedString::GetClassData() const {
  return FormattedString_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
FormattedString::GetClassData() const {
  return FormattedString_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const FormattedString::ParseTableT_
    FormattedString::_table_ =
        FormattedString::InternalGenerateParseTable_(FormattedString_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void FormattedString::Clear() {
// @@protoc_insertion_point(message_clear_start:omnibox.FormattedString)
  ::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_.fragments_.Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _impl_.text_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _impl_.a11y_text_.ClearNonDefaultToEmpty();
    }
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

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

  // repeated .omnibox.FormattedString.FormattedStringFragment fragments = 2;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    for (unsigned i = 0, n = static_cast<unsigned>(
                             this_._internal_fragments_size());
         i < n; i++) {
      const auto& repfield = this_._internal_fragments().Get(i);
      target =
          ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
              2, repfield, repfield.GetCachedSize(),
              target, stream);
    }
  }

  // optional string a11y_text = 3;
  if (CheckHasBit(cached_has_bits, 0x00000004U)) {
    const ::std::string& _s = this_._internal_a11y_text();
    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:omnibox.FormattedString)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t FormattedString::ByteSizeLong(const MessageLite& base) {
  const FormattedString& this_ = static_cast<const FormattedString&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t FormattedString::ByteSizeLong() const {
  const FormattedString& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:omnibox.FormattedString)
  ::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 .omnibox.FormattedString.FormattedStringFragment fragments = 2;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1UL * this_._internal_fragments_size();
      for (const auto& msg : this_._internal_fragments()) {
        total_size += ::google::protobuf::internal::WireFormatLite::MessageSize(msg);
      }
    }
    // optional string text = 1;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_text());
    }
    // optional string a11y_text = 3;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_a11y_text());
    }
  }
  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 FormattedString::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<FormattedString*>(&to_msg);
  auto& from = static_cast<const FormattedString&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:omnibox.FormattedString)
  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_fragments()->InternalMergeFromWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), arena,
          from._internal_fragments());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_internal_set_text(from._internal_text());
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _this->_internal_set_a11y_text(from._internal_a11y_text());
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


void FormattedString::InternalSwap(FormattedString* 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_.fragments_.InternalSwap(&other->_impl_.fragments_);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.text_, &other->_impl_.text_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.a11y_text_, &other->_impl_.a11y_text_, arena);
}

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