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

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

constexpr PeerConnectionOfferMessage::ParseTableT_ PeerConnectionOfferMessage::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(PeerConnectionOfferMessage, _impl_._has_bits_),
      0, // no _extensions_
      1, 0,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967294,  // skipmap
      offsetof(ParseTableT_, field_entries),
      1,  // num_field_entries
      0,  // num_aux_entries
      offsetof(ParseTableT_, field_names),  // no aux_entries
      class_data,
      nullptr,  // post_loop_handler
      ::_pbi::TcParser::GenericFallbackLite,  // fallback
      #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
      ::_pbi::TcParser::GetTable<::components_sharing_message::PeerConnectionOfferMessage>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // string sdp = 1;
      {::_pbi::TcParser::FastUS1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(PeerConnectionOfferMessage, _impl_.sdp_)}},
    }}, {{
      65535, 65535
    }}, {{
      // string sdp = 1;
      {PROTOBUF_FIELD_OFFSET(PeerConnectionOfferMessage, _impl_.sdp_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kUtf8String | ::_fl::kRepAString)},
    }},
    // no aux_entries
    {{
      "\65\3\0\0\0\0\0\0"
      "components_sharing_message.PeerConnectionOfferMessage"
      "sdp"
    }},
  };
}


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

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

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

constexpr PeerConnectionIceCandidate::ParseTableT_ PeerConnectionIceCandidate::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(PeerConnectionIceCandidate, _impl_._has_bits_),
      0, // no _extensions_
      3, 24,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967288,  // skipmap
      offsetof(ParseTableT_, field_entries),
      3,  // num_field_entries
      0,  // num_aux_entries
      offsetof(ParseTableT_, field_names),  // no aux_entries
      class_data,
      nullptr,  // post_loop_handler
      ::_pbi::TcParser::GenericFallbackLite,  // fallback
      #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
      ::_pbi::TcParser::GetTable<::components_sharing_message::PeerConnectionIceCandidate>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      {::_pbi::TcParser::MiniParse, {}},
      // string candidate = 1;
      {::_pbi::TcParser::FastUS1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(PeerConnectionIceCandidate, _impl_.candidate_)}},
      // string sdp_mid = 2;
      {::_pbi::TcParser::FastUS1,
       {18, 1, 0,
        PROTOBUF_FIELD_OFFSET(PeerConnectionIceCandidate, _impl_.sdp_mid_)}},
      // int32 sdp_mline_index = 3;
      {::_pbi::TcParser::FastV32S1,
       {24, 2, 0,
        PROTOBUF_FIELD_OFFSET(PeerConnectionIceCandidate, _impl_.sdp_mline_index_)}},
    }}, {{
      65535, 65535
    }}, {{
      // string candidate = 1;
      {PROTOBUF_FIELD_OFFSET(PeerConnectionIceCandidate, _impl_.candidate_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kUtf8String | ::_fl::kRepAString)},
      // string sdp_mid = 2;
      {PROTOBUF_FIELD_OFFSET(PeerConnectionIceCandidate, _impl_.sdp_mid_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kUtf8String | ::_fl::kRepAString)},
      // int32 sdp_mline_index = 3;
      {PROTOBUF_FIELD_OFFSET(PeerConnectionIceCandidate, _impl_.sdp_mline_index_), _Internal::kHasBitsOffset + 2, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt32)},
    }},
    // no aux_entries
    {{
      "\65\11\7\0\0\0\0\0"
      "components_sharing_message.PeerConnectionIceCandidate"
      "candidate"
      "sdp_mid"
    }},
  };
}


inline constexpr PeerConnectionIceCandidate::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        candidate_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        sdp_mid_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        sdp_mline_index_{0} {}

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

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

constexpr PeerConnectionAnswerMessage::ParseTableT_ PeerConnectionAnswerMessage::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(PeerConnectionAnswerMessage, _impl_._has_bits_),
      0, // no _extensions_
      1, 0,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967294,  // skipmap
      offsetof(ParseTableT_, field_entries),
      1,  // num_field_entries
      0,  // num_aux_entries
      offsetof(ParseTableT_, field_names),  // no aux_entries
      class_data,
      nullptr,  // post_loop_handler
      ::_pbi::TcParser::GenericFallbackLite,  // fallback
      #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
      ::_pbi::TcParser::GetTable<::components_sharing_message::PeerConnectionAnswerMessage>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // string sdp = 1;
      {::_pbi::TcParser::FastUS1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(PeerConnectionAnswerMessage, _impl_.sdp_)}},
    }}, {{
      65535, 65535
    }}, {{
      // string sdp = 1;
      {PROTOBUF_FIELD_OFFSET(PeerConnectionAnswerMessage, _impl_.sdp_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kUtf8String | ::_fl::kRepAString)},
    }},
    // no aux_entries
    {{
      "\66\3\0\0\0\0\0\0"
      "components_sharing_message.PeerConnectionAnswerMessage"
      "sdp"
    }},
  };
}


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

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

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

constexpr PeerConnectionIceCandidatesMessage::ParseTableT_ PeerConnectionIceCandidatesMessage::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(PeerConnectionIceCandidatesMessage, _impl_._has_bits_),
      0, // no _extensions_
      1, 0,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967294,  // skipmap
      offsetof(ParseTableT_, field_entries),
      1,  // num_field_entries
      1,  // num_aux_entries
      offsetof(ParseTableT_, aux_entries),
      class_data,
      nullptr,  // post_loop_handler
      ::_pbi::TcParser::GenericFallbackLite,  // fallback
      #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
      ::_pbi::TcParser::GetTable<::components_sharing_message::PeerConnectionIceCandidatesMessage>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // repeated .components_sharing_message.PeerConnectionIceCandidate ice_candidates = 1;
      {::_pbi::TcParser::FastMtR1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(PeerConnectionIceCandidatesMessage, _impl_.ice_candidates_)}},
    }}, {{
      65535, 65535
    }}, {{
      // repeated .components_sharing_message.PeerConnectionIceCandidate ice_candidates = 1;
      {PROTOBUF_FIELD_OFFSET(PeerConnectionIceCandidatesMessage, _impl_.ice_candidates_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcRepeated | ::_fl::kMessage | ::_fl::kTvTable)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::components_sharing_message::PeerConnectionIceCandidate>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::components_sharing_message::PeerConnectionIceCandidate_globals_},
        #endif
    }},
    {{
    }},
  };
}


inline constexpr PeerConnectionIceCandidatesMessage::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        ice_candidates_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::components_sharing_message::PeerConnectionIceCandidatesMessage,
            PROTOBUF_FIELD_OFFSET(::components_sharing_message::PeerConnectionIceCandidatesMessage, _impl_.ice_candidates_)>()
         }
     {}

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

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST PeerConnectionIceCandidatesMessageGlobalsTypeInternal PeerConnectionIceCandidatesMessage_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* PeerConnectionIceCandidatesMessage_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return PeerConnectionIceCandidatesMessage_globals_.GetClassData();
#else
  return PeerConnectionIceCandidatesMessage_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
}  // namespace components_sharing_message
namespace components_sharing_message {
// ===================================================================

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

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

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  PeerConnectionOfferMessage* 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:components_sharing_message.PeerConnectionOfferMessage)
}
PROTOBUF_NDEBUG_INLINE PeerConnectionOfferMessage::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        sdp_(arena) {}

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

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite PeerConnectionOfferMessage_class_data_ =
    PeerConnectionOfferMessage::InternalGenerateClassData_(PeerConnectionOfferMessage_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
PeerConnectionOfferMessage::GetClassData() const {
  return PeerConnectionOfferMessage_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
PeerConnectionOfferMessage::GetClassData() const {
  return PeerConnectionOfferMessage_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const PeerConnectionOfferMessage::ParseTableT_
    PeerConnectionOfferMessage::_table_ =
        PeerConnectionOfferMessage::InternalGenerateParseTable_(PeerConnectionOfferMessage_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void PeerConnectionOfferMessage::Clear() {
// @@protoc_insertion_point(message_clear_start:components_sharing_message.PeerConnectionOfferMessage)
  ::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_.sdp_.ClearNonDefaultToEmpty();
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // string sdp = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    if (!this_._internal_sdp().empty()) {
      const ::std::string& _s = this_._internal_sdp();
      ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
          _s.data(), static_cast<int>(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "components_sharing_message.PeerConnectionOfferMessage.sdp");
      target = stream->WriteStringMaybeAliased(1, _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:components_sharing_message.PeerConnectionOfferMessage)
  return target;
}

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

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

   {
    // string sdp = 1;
    cached_has_bits = this_._impl_._has_bits_[0];
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      if (!this_._internal_sdp().empty()) {
        total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                        this_._internal_sdp());
      }
    }
  }
  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 PeerConnectionOfferMessage::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<PeerConnectionOfferMessage*>(&to_msg);
  auto& from = static_cast<const PeerConnectionOfferMessage&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(class_specific_merge_from_start:components_sharing_message.PeerConnectionOfferMessage)
  ABSL_DCHECK_NE(&from, _this);
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = from._impl_._has_bits_[0];
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    if (!from._internal_sdp().empty()) {
      _this->_internal_set_sdp(from._internal_sdp());
    } else {
      if (_this->_impl_.sdp_.IsDefault()) {
        _this->_internal_set_sdp("");
      }
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


void PeerConnectionOfferMessage::InternalSwap(PeerConnectionOfferMessage* 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_.sdp_, &other->_impl_.sdp_, arena);
}

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

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

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

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  PeerConnectionAnswerMessage* 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:components_sharing_message.PeerConnectionAnswerMessage)
}
PROTOBUF_NDEBUG_INLINE PeerConnectionAnswerMessage::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        sdp_(arena) {}

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

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite PeerConnectionAnswerMessage_class_data_ =
    PeerConnectionAnswerMessage::InternalGenerateClassData_(PeerConnectionAnswerMessage_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
PeerConnectionAnswerMessage::GetClassData() const {
  return PeerConnectionAnswerMessage_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
PeerConnectionAnswerMessage::GetClassData() const {
  return PeerConnectionAnswerMessage_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const PeerConnectionAnswerMessage::ParseTableT_
    PeerConnectionAnswerMessage::_table_ =
        PeerConnectionAnswerMessage::InternalGenerateParseTable_(PeerConnectionAnswerMessage_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void PeerConnectionAnswerMessage::Clear() {
// @@protoc_insertion_point(message_clear_start:components_sharing_message.PeerConnectionAnswerMessage)
  ::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_.sdp_.ClearNonDefaultToEmpty();
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // string sdp = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    if (!this_._internal_sdp().empty()) {
      const ::std::string& _s = this_._internal_sdp();
      ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
          _s.data(), static_cast<int>(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "components_sharing_message.PeerConnectionAnswerMessage.sdp");
      target = stream->WriteStringMaybeAliased(1, _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:components_sharing_message.PeerConnectionAnswerMessage)
  return target;
}

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

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

   {
    // string sdp = 1;
    cached_has_bits = this_._impl_._has_bits_[0];
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      if (!this_._internal_sdp().empty()) {
        total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                        this_._internal_sdp());
      }
    }
  }
  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 PeerConnectionAnswerMessage::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<PeerConnectionAnswerMessage*>(&to_msg);
  auto& from = static_cast<const PeerConnectionAnswerMessage&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(class_specific_merge_from_start:components_sharing_message.PeerConnectionAnswerMessage)
  ABSL_DCHECK_NE(&from, _this);
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = from._impl_._has_bits_[0];
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    if (!from._internal_sdp().empty()) {
      _this->_internal_set_sdp(from._internal_sdp());
    } else {
      if (_this->_impl_.sdp_.IsDefault()) {
        _this->_internal_set_sdp("");
      }
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


void PeerConnectionAnswerMessage::InternalSwap(PeerConnectionAnswerMessage* 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_.sdp_, &other->_impl_.sdp_, arena);
}

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

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

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

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

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

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

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite PeerConnectionIceCandidate_class_data_ =
    PeerConnectionIceCandidate::InternalGenerateClassData_(PeerConnectionIceCandidate_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
PeerConnectionIceCandidate::GetClassData() const {
  return PeerConnectionIceCandidate_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
PeerConnectionIceCandidate::GetClassData() const {
  return PeerConnectionIceCandidate_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const PeerConnectionIceCandidate::ParseTableT_
    PeerConnectionIceCandidate::_table_ =
        PeerConnectionIceCandidate::InternalGenerateParseTable_(PeerConnectionIceCandidate_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void PeerConnectionIceCandidate::Clear() {
// @@protoc_insertion_point(message_clear_start:components_sharing_message.PeerConnectionIceCandidate)
  ::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, 0x00000003U)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _impl_.candidate_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _impl_.sdp_mid_.ClearNonDefaultToEmpty();
    }
  }
  _impl_.sdp_mline_index_ = 0;
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // string candidate = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    if (!this_._internal_candidate().empty()) {
      const ::std::string& _s = this_._internal_candidate();
      ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
          _s.data(), static_cast<int>(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "components_sharing_message.PeerConnectionIceCandidate.candidate");
      target = stream->WriteStringMaybeAliased(1, _s, target);
    }
  }

  // string sdp_mid = 2;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    if (!this_._internal_sdp_mid().empty()) {
      const ::std::string& _s = this_._internal_sdp_mid();
      ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
          _s.data(), static_cast<int>(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "components_sharing_message.PeerConnectionIceCandidate.sdp_mid");
      target = stream->WriteStringMaybeAliased(2, _s, target);
    }
  }

  // int32 sdp_mline_index = 3;
  if (CheckHasBit(cached_has_bits, 0x00000004U)) {
    if (this_._internal_sdp_mline_index() != 0) {
      target =
          ::google::protobuf::internal::WireFormatLite::WriteInt32ToArrayWithField<3>(
              stream, this_._internal_sdp_mline_index(), 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:components_sharing_message.PeerConnectionIceCandidate)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t PeerConnectionIceCandidate::ByteSizeLong(const MessageLite& base) {
  const PeerConnectionIceCandidate& this_ = static_cast<const PeerConnectionIceCandidate&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t PeerConnectionIceCandidate::ByteSizeLong() const {
  const PeerConnectionIceCandidate& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:components_sharing_message.PeerConnectionIceCandidate)
  ::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)) {
    // string candidate = 1;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      if (!this_._internal_candidate().empty()) {
        total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                        this_._internal_candidate());
      }
    }
    // string sdp_mid = 2;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      if (!this_._internal_sdp_mid().empty()) {
        total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                        this_._internal_sdp_mid());
      }
    }
    // int32 sdp_mline_index = 3;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      if (this_._internal_sdp_mline_index() != 0) {
        total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(
            this_._internal_sdp_mline_index());
      }
    }
  }
  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 PeerConnectionIceCandidate::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<PeerConnectionIceCandidate*>(&to_msg);
  auto& from = static_cast<const PeerConnectionIceCandidate&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(class_specific_merge_from_start:components_sharing_message.PeerConnectionIceCandidate)
  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)) {
      if (!from._internal_candidate().empty()) {
        _this->_internal_set_candidate(from._internal_candidate());
      } else {
        if (_this->_impl_.candidate_.IsDefault()) {
          _this->_internal_set_candidate("");
        }
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      if (!from._internal_sdp_mid().empty()) {
        _this->_internal_set_sdp_mid(from._internal_sdp_mid());
      } else {
        if (_this->_impl_.sdp_mid_.IsDefault()) {
          _this->_internal_set_sdp_mid("");
        }
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      if (from._internal_sdp_mline_index() != 0) {
        _this->_impl_.sdp_mline_index_ = from._impl_.sdp_mline_index_;
      }
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


void PeerConnectionIceCandidate::InternalSwap(PeerConnectionIceCandidate* 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_.candidate_, &other->_impl_.candidate_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.sdp_mid_, &other->_impl_.sdp_mid_, arena);
  swap(_impl_.sdp_mline_index_, other->_impl_.sdp_mline_index_);
}

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

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

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

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

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

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite PeerConnectionIceCandidatesMessage_class_data_ =
    PeerConnectionIceCandidatesMessage::InternalGenerateClassData_(PeerConnectionIceCandidatesMessage_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
PeerConnectionIceCandidatesMessage::GetClassData() const {
  return PeerConnectionIceCandidatesMessage_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
PeerConnectionIceCandidatesMessage::GetClassData() const {
  return PeerConnectionIceCandidatesMessage_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const PeerConnectionIceCandidatesMessage::ParseTableT_
    PeerConnectionIceCandidatesMessage::_table_ =
        PeerConnectionIceCandidatesMessage::InternalGenerateParseTable_(PeerConnectionIceCandidatesMessage_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void PeerConnectionIceCandidatesMessage::Clear() {
// @@protoc_insertion_point(message_clear_start:components_sharing_message.PeerConnectionIceCandidatesMessage)
  ::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_.ice_candidates_.Clear();
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // repeated .components_sharing_message.PeerConnectionIceCandidate ice_candidates = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    for (unsigned i = 0, n = static_cast<unsigned>(
                             this_._internal_ice_candidates_size());
         i < n; i++) {
      const auto& repfield = this_._internal_ice_candidates().Get(i);
      target =
          ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
              1, repfield, repfield.GetCachedSize(),
              target, stream);
    }
  }

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

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t PeerConnectionIceCandidatesMessage::ByteSizeLong(const MessageLite& base) {
  const PeerConnectionIceCandidatesMessage& this_ = static_cast<const PeerConnectionIceCandidatesMessage&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t PeerConnectionIceCandidatesMessage::ByteSizeLong() const {
  const PeerConnectionIceCandidatesMessage& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:components_sharing_message.PeerConnectionIceCandidatesMessage)
  ::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_);
   {
    // repeated .components_sharing_message.PeerConnectionIceCandidate ice_candidates = 1;
    cached_has_bits = this_._impl_._has_bits_[0];
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1UL * this_._internal_ice_candidates_size();
      for (const auto& msg : this_._internal_ice_candidates()) {
        total_size += ::google::protobuf::internal::WireFormatLite::MessageSize(msg);
      }
    }
  }
  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 PeerConnectionIceCandidatesMessage::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<PeerConnectionIceCandidatesMessage*>(&to_msg);
  auto& from = static_cast<const PeerConnectionIceCandidatesMessage&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:components_sharing_message.PeerConnectionIceCandidatesMessage)
  ABSL_DCHECK_NE(&from, _this);
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = from._impl_._has_bits_[0];
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    _this->_internal_mutable_ice_candidates()->InternalMergeFromWithArena(
        ::google::protobuf::MessageLite::internal_visibility(), arena,
        from._internal_ice_candidates());
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


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

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