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

#include "net/device_bound_sessions/proto/storage.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 net {
namespace device_bound_sessions {
namespace proto {
class UrlRule::_Internal {
 public:
  using HasBits = decltype(::std::declval<UrlRule>()._impl_._has_bits_);
  static constexpr ::int32_t kHasBitsOffset =
      8 * PROTOBUF_FIELD_OFFSET(UrlRule, _impl_._has_bits_);
};

constexpr UrlRule::ParseTableT_ UrlRule::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(UrlRule, _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<::net::device_bound_sessions::proto::UrlRule>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      {::_pbi::TcParser::MiniParse, {}},
      // optional .net.device_bound_sessions.proto.RuleType rule_type = 1;
      {::_pbi::TcParser::FastEr0S1,
       {8, 2, 2,
        PROTOBUF_FIELD_OFFSET(UrlRule, _impl_.rule_type_)}},
      // optional string host_pattern = 2;
      {::_pbi::TcParser::FastBS1,
       {18, 0, 0,
        PROTOBUF_FIELD_OFFSET(UrlRule, _impl_.host_pattern_)}},
      // optional string path_prefix = 3;
      {::_pbi::TcParser::FastBS1,
       {26, 1, 0,
        PROTOBUF_FIELD_OFFSET(UrlRule, _impl_.path_prefix_)}},
    }}, {{
      65535, 65535
    }}, {{
      // optional .net.device_bound_sessions.proto.RuleType rule_type = 1;
      {PROTOBUF_FIELD_OFFSET(UrlRule, _impl_.rule_type_), _Internal::kHasBitsOffset + 2, 0, (0 | ::_fl::kFcOptional | ::_fl::kEnumRange)},
      // optional string host_pattern = 2;
      {PROTOBUF_FIELD_OFFSET(UrlRule, _impl_.host_pattern_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional string path_prefix = 3;
      {PROTOBUF_FIELD_OFFSET(UrlRule, _impl_.path_prefix_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
    }},
    {{
        {0, 2},
    }},
    {{
    }},
  };
}


inline constexpr UrlRule::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        host_pattern_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        path_prefix_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        rule_type_{static_cast< ::net::device_bound_sessions::proto::RuleType >(0)} {}

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

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

constexpr CookieCraving::ParseTableT_ CookieCraving::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(CookieCraving, _impl_._has_bits_),
      0, // no _extensions_
      9, 120,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294966784,  // skipmap
      offsetof(ParseTableT_, field_entries),
      9,  // num_field_entries
      2,  // 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<::net::device_bound_sessions::proto::CookieCraving>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      {::_pbi::TcParser::MiniParse, {}},
      // optional string name = 1;
      {::_pbi::TcParser::FastBS1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(CookieCraving, _impl_.name_)}},
      // optional string domain = 2;
      {::_pbi::TcParser::FastBS1,
       {18, 1, 0,
        PROTOBUF_FIELD_OFFSET(CookieCraving, _impl_.domain_)}},
      // optional string path = 3;
      {::_pbi::TcParser::FastBS1,
       {26, 2, 0,
        PROTOBUF_FIELD_OFFSET(CookieCraving, _impl_.path_)}},
      // optional bool secure = 4;
      {::_pbi::TcParser::FastV8S1,
       {32, 3, 0,
        PROTOBUF_FIELD_OFFSET(CookieCraving, _impl_.secure_)}},
      // optional bool httponly = 5;
      {::_pbi::TcParser::FastV8S1,
       {40, 4, 0,
        PROTOBUF_FIELD_OFFSET(CookieCraving, _impl_.httponly_)}},
      // optional int32 source_port = 6;
      {::_pbi::TcParser::FastV32S1,
       {48, 5, 0,
        PROTOBUF_FIELD_OFFSET(CookieCraving, _impl_.source_port_)}},
      // optional int64 creation_time = 7;
      {::_pbi::TcParser::FastV64S1,
       {56, 6, 0,
        PROTOBUF_FIELD_OFFSET(CookieCraving, _impl_.creation_time_)}},
      // optional .net.device_bound_sessions.proto.CookieSameSite same_site = 8;
      {::_pbi::TcParser::FastEr0S1,
       {64, 7, 3,
        PROTOBUF_FIELD_OFFSET(CookieCraving, _impl_.same_site_)}},
      // optional .net.device_bound_sessions.proto.CookieSourceScheme source_scheme = 9;
      {::_pbi::TcParser::FastEr0S1,
       {72, 8, 2,
        PROTOBUF_FIELD_OFFSET(CookieCraving, _impl_.source_scheme_)}},
      {::_pbi::TcParser::MiniParse, {}},
      {::_pbi::TcParser::MiniParse, {}},
      {::_pbi::TcParser::MiniParse, {}},
      {::_pbi::TcParser::MiniParse, {}},
      {::_pbi::TcParser::MiniParse, {}},
      {::_pbi::TcParser::MiniParse, {}},
    }}, {{
      65535, 65535
    }}, {{
      // optional string name = 1;
      {PROTOBUF_FIELD_OFFSET(CookieCraving, _impl_.name_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional string domain = 2;
      {PROTOBUF_FIELD_OFFSET(CookieCraving, _impl_.domain_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional string path = 3;
      {PROTOBUF_FIELD_OFFSET(CookieCraving, _impl_.path_), _Internal::kHasBitsOffset + 2, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional bool secure = 4;
      {PROTOBUF_FIELD_OFFSET(CookieCraving, _impl_.secure_), _Internal::kHasBitsOffset + 3, 0, (0 | ::_fl::kFcOptional | ::_fl::kBool)},
      // optional bool httponly = 5;
      {PROTOBUF_FIELD_OFFSET(CookieCraving, _impl_.httponly_), _Internal::kHasBitsOffset + 4, 0, (0 | ::_fl::kFcOptional | ::_fl::kBool)},
      // optional int32 source_port = 6;
      {PROTOBUF_FIELD_OFFSET(CookieCraving, _impl_.source_port_), _Internal::kHasBitsOffset + 5, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt32)},
      // optional int64 creation_time = 7;
      {PROTOBUF_FIELD_OFFSET(CookieCraving, _impl_.creation_time_), _Internal::kHasBitsOffset + 6, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt64)},
      // optional .net.device_bound_sessions.proto.CookieSameSite same_site = 8;
      {PROTOBUF_FIELD_OFFSET(CookieCraving, _impl_.same_site_), _Internal::kHasBitsOffset + 7, 0, (0 | ::_fl::kFcOptional | ::_fl::kEnumRange)},
      // optional .net.device_bound_sessions.proto.CookieSourceScheme source_scheme = 9;
      {PROTOBUF_FIELD_OFFSET(CookieCraving, _impl_.source_scheme_), _Internal::kHasBitsOffset + 8, 1, (0 | ::_fl::kFcOptional | ::_fl::kEnumRange)},
    }},
    {{
        {0, 3},
        {0, 2},
    }},
    {{
    }},
  };
}


inline constexpr CookieCraving::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        name_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        domain_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        path_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        secure_{false},
        httponly_{false},
        source_port_{0},
        creation_time_{::int64_t{0}},
        same_site_{static_cast< ::net::device_bound_sessions::proto::CookieSameSite >(0)},
        source_scheme_{static_cast< ::net::device_bound_sessions::proto::CookieSourceScheme >(0)} {}

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

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

constexpr SessionInclusionRules::ParseTableT_ SessionInclusionRules::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(SessionInclusionRules, _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<::net::device_bound_sessions::proto::SessionInclusionRules>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      {::_pbi::TcParser::MiniParse, {}},
      // optional string origin = 1;
      {::_pbi::TcParser::FastBS1,
       {10, 1, 0,
        PROTOBUF_FIELD_OFFSET(SessionInclusionRules, _impl_.origin_)}},
      // optional bool do_include_site = 2;
      {::_pbi::TcParser::FastV8S1,
       {16, 2, 0,
        PROTOBUF_FIELD_OFFSET(SessionInclusionRules, _impl_.do_include_site_)}},
      // repeated .net.device_bound_sessions.proto.UrlRule url_rules = 3;
      {::_pbi::TcParser::FastMtR1,
       {26, 0, 0,
        PROTOBUF_FIELD_OFFSET(SessionInclusionRules, _impl_.url_rules_)}},
    }}, {{
      65535, 65535
    }}, {{
      // optional string origin = 1;
      {PROTOBUF_FIELD_OFFSET(SessionInclusionRules, _impl_.origin_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional bool do_include_site = 2;
      {PROTOBUF_FIELD_OFFSET(SessionInclusionRules, _impl_.do_include_site_), _Internal::kHasBitsOffset + 2, 0, (0 | ::_fl::kFcOptional | ::_fl::kBool)},
      // repeated .net.device_bound_sessions.proto.UrlRule url_rules = 3;
      {PROTOBUF_FIELD_OFFSET(SessionInclusionRules, _impl_.url_rules_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcRepeated | ::_fl::kMessage | ::_fl::kTvTable)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::net::device_bound_sessions::proto::UrlRule>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::net::device_bound_sessions::proto::UrlRule_globals_},
        #endif
    }},
    {{
    }},
  };
}


inline constexpr SessionInclusionRules::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        url_rules_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::net::device_bound_sessions::proto::SessionInclusionRules,
            PROTOBUF_FIELD_OFFSET(::net::device_bound_sessions::proto::SessionInclusionRules, _impl_.url_rules_)>()
         }
        ,
        origin_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        do_include_site_{false} {}

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

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

constexpr Session::ParseTableT_ Session::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(Session, _impl_._has_bits_),
      0, // no _extensions_
      10, 120,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294966272,  // skipmap
      offsetof(ParseTableT_, field_entries),
      10,  // num_field_entries
      2,  // 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<::net::device_bound_sessions::proto::Session>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      {::_pbi::TcParser::MiniParse, {}},
      // optional string id = 1;
      {::_pbi::TcParser::FastBS1,
       {10, 2, 0,
        PROTOBUF_FIELD_OFFSET(Session, _impl_.id_)}},
      // optional string refresh_url = 2;
      {::_pbi::TcParser::FastBS1,
       {18, 3, 0,
        PROTOBUF_FIELD_OFFSET(Session, _impl_.refresh_url_)}},
      // optional bool should_defer_when_expired = 3;
      {::_pbi::TcParser::FastV8S1,
       {24, 9, 0,
        PROTOBUF_FIELD_OFFSET(Session, _impl_.should_defer_when_expired_)}},
      // optional int64 expiry_time = 4;
      {::_pbi::TcParser::FastV64S1,
       {32, 7, 0,
        PROTOBUF_FIELD_OFFSET(Session, _impl_.expiry_time_)}},
      // optional bytes wrapped_key = 5;
      {::_pbi::TcParser::FastBS1,
       {42, 4, 0,
        PROTOBUF_FIELD_OFFSET(Session, _impl_.wrapped_key_)}},
      // optional .net.device_bound_sessions.proto.SessionInclusionRules session_inclusion_rules = 6;
      {::_pbi::TcParser::FastMtS1,
       {50, 6, 0,
        PROTOBUF_FIELD_OFFSET(Session, _impl_.session_inclusion_rules_)}},
      // repeated .net.device_bound_sessions.proto.CookieCraving cookie_cravings = 7;
      {::_pbi::TcParser::FastMtR1,
       {58, 0, 1,
        PROTOBUF_FIELD_OFFSET(Session, _impl_.cookie_cravings_)}},
      // optional int64 creation_time = 8;
      {::_pbi::TcParser::FastV64S1,
       {64, 8, 0,
        PROTOBUF_FIELD_OFFSET(Session, _impl_.creation_time_)}},
      // repeated string allowed_refresh_initiators = 9;
      {::_pbi::TcParser::FastBR1,
       {74, 1, 0,
        PROTOBUF_FIELD_OFFSET(Session, _impl_.allowed_refresh_initiators_)}},
      // optional bytes wrapped_attestation_key = 10;
      {::_pbi::TcParser::FastBS1,
       {82, 5, 0,
        PROTOBUF_FIELD_OFFSET(Session, _impl_.wrapped_attestation_key_)}},
      {::_pbi::TcParser::MiniParse, {}},
      {::_pbi::TcParser::MiniParse, {}},
      {::_pbi::TcParser::MiniParse, {}},
      {::_pbi::TcParser::MiniParse, {}},
      {::_pbi::TcParser::MiniParse, {}},
    }}, {{
      65535, 65535
    }}, {{
      // optional string id = 1;
      {PROTOBUF_FIELD_OFFSET(Session, _impl_.id_), _Internal::kHasBitsOffset + 2, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional string refresh_url = 2;
      {PROTOBUF_FIELD_OFFSET(Session, _impl_.refresh_url_), _Internal::kHasBitsOffset + 3, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional bool should_defer_when_expired = 3;
      {PROTOBUF_FIELD_OFFSET(Session, _impl_.should_defer_when_expired_), _Internal::kHasBitsOffset + 9, 0, (0 | ::_fl::kFcOptional | ::_fl::kBool)},
      // optional int64 expiry_time = 4;
      {PROTOBUF_FIELD_OFFSET(Session, _impl_.expiry_time_), _Internal::kHasBitsOffset + 7, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt64)},
      // optional bytes wrapped_key = 5;
      {PROTOBUF_FIELD_OFFSET(Session, _impl_.wrapped_key_), _Internal::kHasBitsOffset + 4, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional .net.device_bound_sessions.proto.SessionInclusionRules session_inclusion_rules = 6;
      {PROTOBUF_FIELD_OFFSET(Session, _impl_.session_inclusion_rules_), _Internal::kHasBitsOffset + 6, 0, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
      // repeated .net.device_bound_sessions.proto.CookieCraving cookie_cravings = 7;
      {PROTOBUF_FIELD_OFFSET(Session, _impl_.cookie_cravings_), _Internal::kHasBitsOffset + 0, 1, (0 | ::_fl::kFcRepeated | ::_fl::kMessage | ::_fl::kTvTable)},
      // optional int64 creation_time = 8;
      {PROTOBUF_FIELD_OFFSET(Session, _impl_.creation_time_), _Internal::kHasBitsOffset + 8, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt64)},
      // repeated string allowed_refresh_initiators = 9;
      {PROTOBUF_FIELD_OFFSET(Session, _impl_.allowed_refresh_initiators_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcRepeated | ::_fl::kBytes | ::_fl::kRepSString)},
      // optional bytes wrapped_attestation_key = 10;
      {PROTOBUF_FIELD_OFFSET(Session, _impl_.wrapped_attestation_key_), _Internal::kHasBitsOffset + 5, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::net::device_bound_sessions::proto::SessionInclusionRules>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::net::device_bound_sessions::proto::SessionInclusionRules_globals_},
        #endif
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::net::device_bound_sessions::proto::CookieCraving>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::net::device_bound_sessions::proto::CookieCraving_globals_},
        #endif
    }},
    {{
    }},
  };
}


inline constexpr Session::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        cookie_cravings_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::net::device_bound_sessions::proto::Session,
            PROTOBUF_FIELD_OFFSET(::net::device_bound_sessions::proto::Session, _impl_.cookie_cravings_)>()
         }
        ,
        allowed_refresh_initiators_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::net::device_bound_sessions::proto::Session,
            PROTOBUF_FIELD_OFFSET(::net::device_bound_sessions::proto::Session, _impl_.allowed_refresh_initiators_)>()
         }
        ,
        id_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        refresh_url_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        wrapped_key_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        wrapped_attestation_key_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        session_inclusion_rules_{nullptr},
        expiry_time_{::int64_t{0}},
        creation_time_{::int64_t{0}},
        should_defer_when_expired_{false} {}

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

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

constexpr SiteSessions::ParseTableT_ SiteSessions::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(SiteSessions, _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
      2,  // 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<::net::device_bound_sessions::proto::SiteSessions>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      {::_pbi::TcParser::MiniParse, {}},
    }}, {{
      65535, 65535
    }}, {{
      // map<string, .net.device_bound_sessions.proto.Session> sessions = 1;
      {PROTOBUF_FIELD_OFFSET(SiteSessions, _impl_.sessions_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcRepeated | ::_fl::kMap)},
    }},
    {{
        {::_pbi::TcParser::GetMapAuxInfo(
            0, 0, 9, 11, 1)},
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::net::device_bound_sessions::proto::Session>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::net::device_bound_sessions::proto::Session_globals_},
        #endif
    }},
    {{
    }},
  };
}


inline constexpr SiteSessions::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        sessions_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::net::device_bound_sessions::proto::SiteSessions,
            PROTOBUF_FIELD_OFFSET(::net::device_bound_sessions::proto::SiteSessions, _impl_.sessions_)>()
         }
     {}

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

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST SiteSessionsGlobalsTypeInternal SiteSessions_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* SiteSessions_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return SiteSessions_globals_.GetClassData();
#else
  return SiteSessions_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
}  // namespace proto
}  // namespace device_bound_sessions
}  // namespace net
namespace net {
namespace device_bound_sessions {
namespace proto {
PROTOBUF_CONSTINIT const uint32_t RuleType_internal_data_[] = {
    196608u, 0u, };
static const char RuleType_names[] = {
    "EXCLUDE"
    "INCLUDE"
    "RULE_TYPE_UNSPECIFIED"
};

static const ::google::protobuf::internal::EnumEntry RuleType_entries[] = {
    {{&RuleType_names[0], 7}, 1},
    {{&RuleType_names[7], 7}, 2},
    {{&RuleType_names[14], 21}, 0},
};

static const int RuleType_entries_by_number[] = {
    2,  // 0 -> RULE_TYPE_UNSPECIFIED
    0,  // 1 -> EXCLUDE
    1,  // 2 -> INCLUDE
};

bool RuleType_Parse(::absl::string_view name,
                                  RuleType* PROTOBUF_NONNULL value) {
  int int_value;
  bool success = ::google::protobuf::internal::LookUpEnumValue(
      RuleType_entries, 3, name, &int_value);
  if (success) {
    *value = static_cast<RuleType>(int_value);
  }
  return success;
}
static ::google::protobuf::internal::ExplicitlyConstructed<::std::string>
    RuleType_strings[3] = {};

const ::std::string& RuleType_Name(RuleType value) {
  static const bool kDummy = ::google::protobuf::internal::InitializeEnumStrings(
      RuleType_entries, RuleType_entries_by_number, 3,
      RuleType_strings);
  (void)kDummy;

  int idx = ::google::protobuf::internal::LookUpEnumName(RuleType_entries,
                                  RuleType_entries_by_number,
                                  3, value);
  return idx == -1 ? ::google::protobuf::internal::GetEmptyString() : RuleType_strings[idx].get();
}
PROTOBUF_CONSTINIT const uint32_t CookieSameSite_internal_data_[] = {
    262144u, 0u, };
static const char CookieSameSite_names[] = {
    "COOKIE_SAME_SITE_UNSPECIFIED"
    "LAX_MODE"
    "NO_RESTRICTION"
    "STRICT_MODE"
};

static const ::google::protobuf::internal::EnumEntry CookieSameSite_entries[] = {
    {{&CookieSameSite_names[0], 28}, 0},
    {{&CookieSameSite_names[28], 8}, 2},
    {{&CookieSameSite_names[36], 14}, 1},
    {{&CookieSameSite_names[50], 11}, 3},
};

static const int CookieSameSite_entries_by_number[] = {
    0,  // 0 -> COOKIE_SAME_SITE_UNSPECIFIED
    2,  // 1 -> NO_RESTRICTION
    1,  // 2 -> LAX_MODE
    3,  // 3 -> STRICT_MODE
};

bool CookieSameSite_Parse(::absl::string_view name,
                                  CookieSameSite* PROTOBUF_NONNULL value) {
  int int_value;
  bool success = ::google::protobuf::internal::LookUpEnumValue(
      CookieSameSite_entries, 4, name, &int_value);
  if (success) {
    *value = static_cast<CookieSameSite>(int_value);
  }
  return success;
}
static ::google::protobuf::internal::ExplicitlyConstructed<::std::string>
    CookieSameSite_strings[4] = {};

const ::std::string& CookieSameSite_Name(CookieSameSite value) {
  static const bool kDummy = ::google::protobuf::internal::InitializeEnumStrings(
      CookieSameSite_entries, CookieSameSite_entries_by_number, 4,
      CookieSameSite_strings);
  (void)kDummy;

  int idx = ::google::protobuf::internal::LookUpEnumName(CookieSameSite_entries,
                                  CookieSameSite_entries_by_number,
                                  4, value);
  return idx == -1 ? ::google::protobuf::internal::GetEmptyString() : CookieSameSite_strings[idx].get();
}
PROTOBUF_CONSTINIT const uint32_t CookieSourceScheme_internal_data_[] = {
    196608u, 0u, };
static const char CookieSourceScheme_names[] = {
    "NON_SECURE"
    "SECURE"
    "UNSET"
};

static const ::google::protobuf::internal::EnumEntry CookieSourceScheme_entries[] = {
    {{&CookieSourceScheme_names[0], 10}, 1},
    {{&CookieSourceScheme_names[10], 6}, 2},
    {{&CookieSourceScheme_names[16], 5}, 0},
};

static const int CookieSourceScheme_entries_by_number[] = {
    2,  // 0 -> UNSET
    0,  // 1 -> NON_SECURE
    1,  // 2 -> SECURE
};

bool CookieSourceScheme_Parse(::absl::string_view name,
                                  CookieSourceScheme* PROTOBUF_NONNULL value) {
  int int_value;
  bool success = ::google::protobuf::internal::LookUpEnumValue(
      CookieSourceScheme_entries, 3, name, &int_value);
  if (success) {
    *value = static_cast<CookieSourceScheme>(int_value);
  }
  return success;
}
static ::google::protobuf::internal::ExplicitlyConstructed<::std::string>
    CookieSourceScheme_strings[3] = {};

const ::std::string& CookieSourceScheme_Name(CookieSourceScheme value) {
  static const bool kDummy = ::google::protobuf::internal::InitializeEnumStrings(
      CookieSourceScheme_entries, CookieSourceScheme_entries_by_number, 3,
      CookieSourceScheme_strings);
  (void)kDummy;

  int idx = ::google::protobuf::internal::LookUpEnumName(CookieSourceScheme_entries,
                                  CookieSourceScheme_entries_by_number,
                                  3, value);
  return idx == -1 ? ::google::protobuf::internal::GetEmptyString() : CookieSourceScheme_strings[idx].get();
}
// ===================================================================

UrlRule::UrlRule(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, UrlRule_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:net.device_bound_sessions.proto.UrlRule)
}
PROTOBUF_NDEBUG_INLINE UrlRule::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::net::device_bound_sessions::proto::UrlRule& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0},
        host_pattern_(arena, from.host_pattern_),
        path_prefix_(arena, from.path_prefix_) {}

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

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

  // @@protoc_insertion_point(copy_constructor:net.device_bound_sessions.proto.UrlRule)
}
PROTOBUF_NDEBUG_INLINE UrlRule::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        host_pattern_(arena),
        path_prefix_(arena) {}

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

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite UrlRule_class_data_ =
    UrlRule::InternalGenerateClassData_(UrlRule_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
UrlRule::GetClassData() const {
  return UrlRule_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
UrlRule::GetClassData() const {
  return UrlRule_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const UrlRule::ParseTableT_
    UrlRule::_table_ =
        UrlRule::InternalGenerateParseTable_(UrlRule_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void UrlRule::Clear() {
// @@protoc_insertion_point(message_clear_start:net.device_bound_sessions.proto.UrlRule)
  ::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_.host_pattern_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _impl_.path_prefix_.ClearNonDefaultToEmpty();
    }
  }
  _impl_.rule_type_ = 0;
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // optional .net.device_bound_sessions.proto.RuleType rule_type = 1;
  if (CheckHasBit(cached_has_bits, 0x00000004U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteEnumToArray(
        1, this_._internal_rule_type(), target);
  }

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

  // optional string path_prefix = 3;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    const ::std::string& _s = this_._internal_path_prefix();
    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:net.device_bound_sessions.proto.UrlRule)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t UrlRule::ByteSizeLong(const MessageLite& base) {
  const UrlRule& this_ = static_cast<const UrlRule&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t UrlRule::ByteSizeLong() const {
  const UrlRule& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:net.device_bound_sessions.proto.UrlRule)
  ::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)) {
    // optional string host_pattern = 2;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_host_pattern());
    }
    // optional string path_prefix = 3;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_path_prefix());
    }
    // optional .net.device_bound_sessions.proto.RuleType rule_type = 1;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      total_size += 1 +
                    ::_pbi::WireFormatLite::EnumSize(this_._internal_rule_type());
    }
  }
  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 UrlRule::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<UrlRule*>(&to_msg);
  auto& from = static_cast<const UrlRule&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(class_specific_merge_from_start:net.device_bound_sessions.proto.UrlRule)
  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_set_host_pattern(from._internal_host_pattern());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_internal_set_path_prefix(from._internal_path_prefix());
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _this->_impl_.rule_type_ = from._impl_.rule_type_;
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

void UrlRule::CopyFrom(const UrlRule& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:net.device_bound_sessions.proto.UrlRule)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


void UrlRule::InternalSwap(UrlRule* 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_.host_pattern_, &other->_impl_.host_pattern_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.path_prefix_, &other->_impl_.path_prefix_, arena);
  swap(_impl_.rule_type_, other->_impl_.rule_type_);
}

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

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

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

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

  // @@protoc_insertion_point(copy_constructor:net.device_bound_sessions.proto.SessionInclusionRules)
}
PROTOBUF_NDEBUG_INLINE SessionInclusionRules::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        url_rules_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::net::device_bound_sessions::proto::SessionInclusionRules,
            PROTOBUF_FIELD_OFFSET(::net::device_bound_sessions::proto::SessionInclusionRules, _impl_.url_rules_)>()
         }
        ,
        origin_(arena) {}

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

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite SessionInclusionRules_class_data_ =
    SessionInclusionRules::InternalGenerateClassData_(SessionInclusionRules_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
SessionInclusionRules::GetClassData() const {
  return SessionInclusionRules_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
SessionInclusionRules::GetClassData() const {
  return SessionInclusionRules_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const SessionInclusionRules::ParseTableT_
    SessionInclusionRules::_table_ =
        SessionInclusionRules::InternalGenerateParseTable_(SessionInclusionRules_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void SessionInclusionRules::Clear() {
// @@protoc_insertion_point(message_clear_start:net.device_bound_sessions.proto.SessionInclusionRules)
  ::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_.url_rules_.Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _impl_.origin_.ClearNonDefaultToEmpty();
    }
  }
  _impl_.do_include_site_ = false;
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

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

  // optional bool do_include_site = 2;
  if (CheckHasBit(cached_has_bits, 0x00000004U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteBoolToArray(
        2, this_._internal_do_include_site(), target);
  }

  // repeated .net.device_bound_sessions.proto.UrlRule url_rules = 3;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    for (unsigned i = 0, n = static_cast<unsigned>(
                             this_._internal_url_rules_size());
         i < n; i++) {
      const auto& repfield = this_._internal_url_rules().Get(i);
      target =
          ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
              3, 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:net.device_bound_sessions.proto.SessionInclusionRules)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t SessionInclusionRules::ByteSizeLong(const MessageLite& base) {
  const SessionInclusionRules& this_ = static_cast<const SessionInclusionRules&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t SessionInclusionRules::ByteSizeLong() const {
  const SessionInclusionRules& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:net.device_bound_sessions.proto.SessionInclusionRules)
  ::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>(0x00000004U & cached_has_bits) * 2;
  if (BatchCheckHasBit(cached_has_bits, 0x00000003U)) {
    // repeated .net.device_bound_sessions.proto.UrlRule url_rules = 3;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1UL * this_._internal_url_rules_size();
      for (const auto& msg : this_._internal_url_rules()) {
        total_size += ::google::protobuf::internal::WireFormatLite::MessageSize(msg);
      }
    }
    // optional string origin = 1;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_origin());
    }
  }
  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 SessionInclusionRules::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<SessionInclusionRules*>(&to_msg);
  auto& from = static_cast<const SessionInclusionRules&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:net.device_bound_sessions.proto.SessionInclusionRules)
  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_url_rules()->InternalMergeFromWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), arena,
          from._internal_url_rules());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_internal_set_origin(from._internal_origin());
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _this->_impl_.do_include_site_ = from._impl_.do_include_site_;
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

void SessionInclusionRules::CopyFrom(const SessionInclusionRules& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:net.device_bound_sessions.proto.SessionInclusionRules)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


void SessionInclusionRules::InternalSwap(SessionInclusionRules* 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_.url_rules_.InternalSwap(&other->_impl_.url_rules_);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.origin_, &other->_impl_.origin_, arena);
  swap(_impl_.do_include_site_, other->_impl_.do_include_site_);
}

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

CookieCraving::CookieCraving(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, CookieCraving_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:net.device_bound_sessions.proto.CookieCraving)
}
PROTOBUF_NDEBUG_INLINE CookieCraving::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::net::device_bound_sessions::proto::CookieCraving& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0},
        name_(arena, from.name_),
        domain_(arena, from.domain_),
        path_(arena, from.path_) {}

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

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  CookieCraving* 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_, secure_),
           reinterpret_cast<const char*>(&from._impl_) +
               offsetof(Impl_, secure_),
           offsetof(Impl_, source_scheme_) -
               offsetof(Impl_, secure_) +
               sizeof(Impl_::source_scheme_));

  // @@protoc_insertion_point(copy_constructor:net.device_bound_sessions.proto.CookieCraving)
}
PROTOBUF_NDEBUG_INLINE CookieCraving::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        name_(arena),
        domain_(arena),
        path_(arena) {}

inline void CookieCraving::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
  ::memset(reinterpret_cast<char*>(&_impl_) +
               offsetof(Impl_, secure_),
           0,
           offsetof(Impl_, source_scheme_) -
               offsetof(Impl_, secure_) +
               sizeof(Impl_::source_scheme_));
}
CookieCraving::~CookieCraving() {
  // @@protoc_insertion_point(destructor:net.device_bound_sessions.proto.CookieCraving)
  SharedDtor(*this);
}
inline void CookieCraving::SharedDtor(MessageLite& self) {
  CookieCraving& this_ = static_cast<CookieCraving&>(self);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  this_._internal_metadata_.Delete<::std::string>();
  ABSL_DCHECK(this_.GetArena() == nullptr);
  this_._impl_.name_.Destroy();
  this_._impl_.domain_.Destroy();
  this_._impl_.path_.Destroy();
  this_._impl_.~Impl_();
}

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite CookieCraving_class_data_ =
    CookieCraving::InternalGenerateClassData_(CookieCraving_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
CookieCraving::GetClassData() const {
  return CookieCraving_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
CookieCraving::GetClassData() const {
  return CookieCraving_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const CookieCraving::ParseTableT_
    CookieCraving::_table_ =
        CookieCraving::InternalGenerateParseTable_(CookieCraving_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void CookieCraving::Clear() {
// @@protoc_insertion_point(message_clear_start:net.device_bound_sessions.proto.CookieCraving)
  ::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_.name_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _impl_.domain_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _impl_.path_.ClearNonDefaultToEmpty();
    }
  }
  if (BatchCheckHasBit(cached_has_bits, 0x000000f8U)) {
    ::memset(&_impl_.secure_, 0, static_cast<::size_t>(
        reinterpret_cast<char*>(&_impl_.same_site_) -
        reinterpret_cast<char*>(&_impl_.secure_)) + sizeof(_impl_.same_site_));
  }
  _impl_.source_scheme_ = 0;
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

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

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

  // optional string path = 3;
  if (CheckHasBit(cached_has_bits, 0x00000004U)) {
    const ::std::string& _s = this_._internal_path();
    target = stream->WriteStringMaybeAliased(3, _s, target);
  }

  // optional bool secure = 4;
  if (CheckHasBit(cached_has_bits, 0x00000008U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteBoolToArray(
        4, this_._internal_secure(), target);
  }

  // optional bool httponly = 5;
  if (CheckHasBit(cached_has_bits, 0x00000010U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteBoolToArray(
        5, this_._internal_httponly(), target);
  }

  // optional int32 source_port = 6;
  if (CheckHasBit(cached_has_bits, 0x00000020U)) {
    target =
        ::google::protobuf::internal::WireFormatLite::WriteInt32ToArrayWithField<6>(
            stream, this_._internal_source_port(), target);
  }

  // optional int64 creation_time = 7;
  if (CheckHasBit(cached_has_bits, 0x00000040U)) {
    target =
        ::google::protobuf::internal::WireFormatLite::WriteInt64ToArrayWithField<7>(
            stream, this_._internal_creation_time(), target);
  }

  // optional .net.device_bound_sessions.proto.CookieSameSite same_site = 8;
  if (CheckHasBit(cached_has_bits, 0x00000080U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteEnumToArray(
        8, this_._internal_same_site(), target);
  }

  // optional .net.device_bound_sessions.proto.CookieSourceScheme source_scheme = 9;
  if (CheckHasBit(cached_has_bits, 0x00000100U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteEnumToArray(
        9, this_._internal_source_scheme(), 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:net.device_bound_sessions.proto.CookieCraving)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t CookieCraving::ByteSizeLong(const MessageLite& base) {
  const CookieCraving& this_ = static_cast<const CookieCraving&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t CookieCraving::ByteSizeLong() const {
  const CookieCraving& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:net.device_bound_sessions.proto.CookieCraving)
  ::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 += ::absl::popcount(0x00000018U & cached_has_bits) * 2;
  if (BatchCheckHasBit(cached_has_bits, 0x000000e7U)) {
    // optional string name = 1;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_name());
    }
    // optional string domain = 2;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_domain());
    }
    // optional string path = 3;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_path());
    }
    // optional int32 source_port = 6;
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(
          this_._internal_source_port());
    }
    // optional int64 creation_time = 7;
    if (CheckHasBit(cached_has_bits, 0x00000040U)) {
      total_size += ::_pbi::WireFormatLite::Int64SizePlusOne(
          this_._internal_creation_time());
    }
    // optional .net.device_bound_sessions.proto.CookieSameSite same_site = 8;
    if (CheckHasBit(cached_has_bits, 0x00000080U)) {
      total_size += 1 +
                    ::_pbi::WireFormatLite::EnumSize(this_._internal_same_site());
    }
  }
   {
    // optional .net.device_bound_sessions.proto.CookieSourceScheme source_scheme = 9;
    if (CheckHasBit(cached_has_bits, 0x00000100U)) {
      total_size += 1 +
                    ::_pbi::WireFormatLite::EnumSize(this_._internal_source_scheme());
    }
  }
  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 CookieCraving::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<CookieCraving*>(&to_msg);
  auto& from = static_cast<const CookieCraving&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(class_specific_merge_from_start:net.device_bound_sessions.proto.CookieCraving)
  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, 0x000000ffU)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _this->_internal_set_name(from._internal_name());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_internal_set_domain(from._internal_domain());
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _this->_internal_set_path(from._internal_path());
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      _this->_impl_.secure_ = from._impl_.secure_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      _this->_impl_.httponly_ = from._impl_.httponly_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      _this->_impl_.source_port_ = from._impl_.source_port_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000040U)) {
      _this->_impl_.creation_time_ = from._impl_.creation_time_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000080U)) {
      _this->_impl_.same_site_ = from._impl_.same_site_;
    }
  }
  if (CheckHasBit(cached_has_bits, 0x00000100U)) {
    _this->_impl_.source_scheme_ = from._impl_.source_scheme_;
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

void CookieCraving::CopyFrom(const CookieCraving& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:net.device_bound_sessions.proto.CookieCraving)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


void CookieCraving::InternalSwap(CookieCraving* 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_.name_, &other->_impl_.name_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.domain_, &other->_impl_.domain_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.path_, &other->_impl_.path_, arena);
  ::google::protobuf::internal::memswap<
      PROTOBUF_FIELD_OFFSET(CookieCraving, _impl_.source_scheme_)
      + sizeof(CookieCraving::_impl_.source_scheme_)
      - PROTOBUF_FIELD_OFFSET(CookieCraving, _impl_.secure_)>(
          reinterpret_cast<char*>(&_impl_.secure_),
          reinterpret_cast<char*>(&other->_impl_.secure_));
}

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

Session::Session(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, Session_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:net.device_bound_sessions.proto.Session)
}
PROTOBUF_NDEBUG_INLINE Session::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::net::device_bound_sessions::proto::Session& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0},
        cookie_cravings_ {
          visibility, ::_pbi::InternalMetadataOffset::Build<
              ::net::device_bound_sessions::proto::Session,
              PROTOBUF_FIELD_OFFSET(::net::device_bound_sessions::proto::Session, _impl_.cookie_cravings_)>()
          , from.cookie_cravings_
        }
        ,
        allowed_refresh_initiators_ {
          visibility, ::_pbi::InternalMetadataOffset::Build<
              ::net::device_bound_sessions::proto::Session,
              PROTOBUF_FIELD_OFFSET(::net::device_bound_sessions::proto::Session, _impl_.allowed_refresh_initiators_)>()
          , from.allowed_refresh_initiators_
        }
        ,
        id_(arena, from.id_),
        refresh_url_(arena, from.refresh_url_),
        wrapped_key_(arena, from.wrapped_key_),
        wrapped_attestation_key_(arena, from.wrapped_attestation_key_) {}

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

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  Session* const _this = this;
  (void)_this;
  _internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
  new (&_impl_) Impl_(internal_visibility(), arena, from._impl_, from);
  ::uint32_t cached_has_bits = _impl_._has_bits_[0];
  _impl_.session_inclusion_rules_ = (CheckHasBit(cached_has_bits, 0x00000040U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.session_inclusion_rules_)
                : nullptr;
  ::memcpy(reinterpret_cast<char*>(&_impl_) +
               offsetof(Impl_, expiry_time_),
           reinterpret_cast<const char*>(&from._impl_) +
               offsetof(Impl_, expiry_time_),
           offsetof(Impl_, should_defer_when_expired_) -
               offsetof(Impl_, expiry_time_) +
               sizeof(Impl_::should_defer_when_expired_));

  // @@protoc_insertion_point(copy_constructor:net.device_bound_sessions.proto.Session)
}
PROTOBUF_NDEBUG_INLINE Session::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        cookie_cravings_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::net::device_bound_sessions::proto::Session,
            PROTOBUF_FIELD_OFFSET(::net::device_bound_sessions::proto::Session, _impl_.cookie_cravings_)>()
         }
        ,
        allowed_refresh_initiators_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::net::device_bound_sessions::proto::Session,
            PROTOBUF_FIELD_OFFSET(::net::device_bound_sessions::proto::Session, _impl_.allowed_refresh_initiators_)>()
         }
        ,
        id_(arena),
        refresh_url_(arena),
        wrapped_key_(arena),
        wrapped_attestation_key_(arena) {}

inline void Session::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
  ::memset(reinterpret_cast<char*>(&_impl_) +
               offsetof(Impl_, session_inclusion_rules_),
           0,
           offsetof(Impl_, should_defer_when_expired_) -
               offsetof(Impl_, session_inclusion_rules_) +
               sizeof(Impl_::should_defer_when_expired_));
}
Session::~Session() {
  // @@protoc_insertion_point(destructor:net.device_bound_sessions.proto.Session)
  SharedDtor(*this);
}
inline void Session::SharedDtor(MessageLite& self) {
  Session& this_ = static_cast<Session&>(self);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  this_._internal_metadata_.Delete<::std::string>();
  ABSL_DCHECK(this_.GetArena() == nullptr);
  this_._impl_.id_.Destroy();
  this_._impl_.refresh_url_.Destroy();
  this_._impl_.wrapped_key_.Destroy();
  this_._impl_.wrapped_attestation_key_.Destroy();
  delete this_._impl_.session_inclusion_rules_;
  this_._impl_.~Impl_();
}

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite Session_class_data_ =
    Session::InternalGenerateClassData_(Session_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
Session::GetClassData() const {
  return Session_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
Session::GetClassData() const {
  return Session_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const Session::ParseTableT_
    Session::_table_ =
        Session::InternalGenerateParseTable_(Session_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void Session::Clear() {
// @@protoc_insertion_point(message_clear_start:net.device_bound_sessions.proto.Session)
  ::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, 0x0000007fU)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _impl_.cookie_cravings_.Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _impl_.allowed_refresh_initiators_.Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _impl_.id_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      _impl_.refresh_url_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      _impl_.wrapped_key_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      _impl_.wrapped_attestation_key_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000040U)) {
      ABSL_DCHECK(_impl_.session_inclusion_rules_ != nullptr);
      _impl_.session_inclusion_rules_->Clear();
    }
  }
  _impl_.expiry_time_ = ::int64_t{0};
  if (BatchCheckHasBit(cached_has_bits, 0x00000300U)) {
    ::memset(&_impl_.creation_time_, 0, static_cast<::size_t>(
        reinterpret_cast<char*>(&_impl_.should_defer_when_expired_) -
        reinterpret_cast<char*>(&_impl_.creation_time_)) + sizeof(_impl_.should_defer_when_expired_));
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

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

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

  // optional bool should_defer_when_expired = 3;
  if (CheckHasBit(cached_has_bits, 0x00000200U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteBoolToArray(
        3, this_._internal_should_defer_when_expired(), target);
  }

  // optional int64 expiry_time = 4;
  if (CheckHasBit(cached_has_bits, 0x00000080U)) {
    target =
        ::google::protobuf::internal::WireFormatLite::WriteInt64ToArrayWithField<4>(
            stream, this_._internal_expiry_time(), target);
  }

  // optional bytes wrapped_key = 5;
  if (CheckHasBit(cached_has_bits, 0x00000010U)) {
    const ::std::string& _s = this_._internal_wrapped_key();
    target = stream->WriteBytesMaybeAliased(5, _s, target);
  }

  // optional .net.device_bound_sessions.proto.SessionInclusionRules session_inclusion_rules = 6;
  if (CheckHasBit(cached_has_bits, 0x00000040U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        6, *this_._impl_.session_inclusion_rules_, this_._impl_.session_inclusion_rules_->GetCachedSize(), target,
        stream);
  }

  // repeated .net.device_bound_sessions.proto.CookieCraving cookie_cravings = 7;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    for (unsigned i = 0, n = static_cast<unsigned>(
                             this_._internal_cookie_cravings_size());
         i < n; i++) {
      const auto& repfield = this_._internal_cookie_cravings().Get(i);
      target =
          ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
              7, repfield, repfield.GetCachedSize(),
              target, stream);
    }
  }

  // optional int64 creation_time = 8;
  if (CheckHasBit(cached_has_bits, 0x00000100U)) {
    target =
        ::google::protobuf::internal::WireFormatLite::WriteInt64ToArrayWithField<8>(
            stream, this_._internal_creation_time(), target);
  }

  // repeated string allowed_refresh_initiators = 9;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    for (int i = 0, n = this_._internal_allowed_refresh_initiators_size(); i < n; ++i) {
      const auto& s = this_._internal_allowed_refresh_initiators().Get(i);
      target = stream->WriteString(9, s, target);
    }
  }

  // optional bytes wrapped_attestation_key = 10;
  if (CheckHasBit(cached_has_bits, 0x00000020U)) {
    const ::std::string& _s = this_._internal_wrapped_attestation_key();
    target = stream->WriteBytesMaybeAliased(10, _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:net.device_bound_sessions.proto.Session)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t Session::ByteSizeLong(const MessageLite& base) {
  const Session& this_ = static_cast<const Session&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t Session::ByteSizeLong() const {
  const Session& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:net.device_bound_sessions.proto.Session)
  ::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>(0x00000200U & cached_has_bits) * 2;
  if (BatchCheckHasBit(cached_has_bits, 0x000000ffU)) {
    // repeated .net.device_bound_sessions.proto.CookieCraving cookie_cravings = 7;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1UL * this_._internal_cookie_cravings_size();
      for (const auto& msg : this_._internal_cookie_cravings()) {
        total_size += ::google::protobuf::internal::WireFormatLite::MessageSize(msg);
      }
    }
    // repeated string allowed_refresh_initiators = 9;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size +=
          1 * ::google::protobuf::internal::FromIntSize(this_._internal_allowed_refresh_initiators().size());
      for (int i = 0, n = this_._internal_allowed_refresh_initiators().size(); i < n; ++i) {
        total_size += ::google::protobuf::internal::WireFormatLite::StringSize(
            this_._internal_allowed_refresh_initiators().Get(i));
      }
    }
    // optional string id = 1;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_id());
    }
    // optional string refresh_url = 2;
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_refresh_url());
    }
    // optional bytes wrapped_key = 5;
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::BytesSize(
                                      this_._internal_wrapped_key());
    }
    // optional bytes wrapped_attestation_key = 10;
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::BytesSize(
                                      this_._internal_wrapped_attestation_key());
    }
    // optional .net.device_bound_sessions.proto.SessionInclusionRules session_inclusion_rules = 6;
    if (CheckHasBit(cached_has_bits, 0x00000040U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.session_inclusion_rules_);
    }
    // optional int64 expiry_time = 4;
    if (CheckHasBit(cached_has_bits, 0x00000080U)) {
      total_size += ::_pbi::WireFormatLite::Int64SizePlusOne(
          this_._internal_expiry_time());
    }
  }
   {
    // optional int64 creation_time = 8;
    if (CheckHasBit(cached_has_bits, 0x00000100U)) {
      total_size += ::_pbi::WireFormatLite::Int64SizePlusOne(
          this_._internal_creation_time());
    }
  }
  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 Session::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<Session*>(&to_msg);
  auto& from = static_cast<const Session&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:net.device_bound_sessions.proto.Session)
  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, 0x000000ffU)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _this->_internal_mutable_cookie_cravings()->InternalMergeFromWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), arena,
          from._internal_cookie_cravings());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_internal_mutable_allowed_refresh_initiators()->InternalMergeFromWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), arena,
          from._internal_allowed_refresh_initiators());
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _this->_internal_set_id(from._internal_id());
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      _this->_internal_set_refresh_url(from._internal_refresh_url());
    }
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      _this->_internal_set_wrapped_key(from._internal_wrapped_key());
    }
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      _this->_internal_set_wrapped_attestation_key(from._internal_wrapped_attestation_key());
    }
    if (CheckHasBit(cached_has_bits, 0x00000040U)) {
      ABSL_DCHECK(from._impl_.session_inclusion_rules_ != nullptr);
      if (_this->_impl_.session_inclusion_rules_ == nullptr) {
        _this->_impl_.session_inclusion_rules_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.session_inclusion_rules_);
      } else {
        _this->_impl_.session_inclusion_rules_->MergeFrom(*from._impl_.session_inclusion_rules_);
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000080U)) {
      _this->_impl_.expiry_time_ = from._impl_.expiry_time_;
    }
  }
  if (BatchCheckHasBit(cached_has_bits, 0x00000300U)) {
    if (CheckHasBit(cached_has_bits, 0x00000100U)) {
      _this->_impl_.creation_time_ = from._impl_.creation_time_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000200U)) {
      _this->_impl_.should_defer_when_expired_ = from._impl_.should_defer_when_expired_;
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

void Session::CopyFrom(const Session& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:net.device_bound_sessions.proto.Session)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


void Session::InternalSwap(Session* 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_.cookie_cravings_.InternalSwap(&other->_impl_.cookie_cravings_);
  _impl_.allowed_refresh_initiators_.InternalSwap(&other->_impl_.allowed_refresh_initiators_);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.id_, &other->_impl_.id_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.refresh_url_, &other->_impl_.refresh_url_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.wrapped_key_, &other->_impl_.wrapped_key_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.wrapped_attestation_key_, &other->_impl_.wrapped_attestation_key_, arena);
  ::google::protobuf::internal::memswap<
      PROTOBUF_FIELD_OFFSET(Session, _impl_.should_defer_when_expired_)
      + sizeof(Session::_impl_.should_defer_when_expired_)
      - PROTOBUF_FIELD_OFFSET(Session, _impl_.session_inclusion_rules_)>(
          reinterpret_cast<char*>(&_impl_.session_inclusion_rules_),
          reinterpret_cast<char*>(&other->_impl_.session_inclusion_rules_));
}

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

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

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

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

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

inline void SiteSessions::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
}
SiteSessions::~SiteSessions() {
  // @@protoc_insertion_point(destructor:net.device_bound_sessions.proto.SiteSessions)
  SharedDtor(*this);
}
inline void SiteSessions::SharedDtor(MessageLite& self) {
  SiteSessions& this_ = static_cast<SiteSessions&>(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 SiteSessions_class_data_ =
    SiteSessions::InternalGenerateClassData_(SiteSessions_globals_._default);

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

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // map<string, .net.device_bound_sessions.proto.Session> sessions = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    if (!this_._internal_sessions().empty()) {
      using MapType = ::google::protobuf::Map<::std::string, ::net::device_bound_sessions::proto::Session>;
      using WireHelper = _pbi::MapEntryFuncs<::std::string, ::net::device_bound_sessions::proto::Session,
                                     _pbi::WireFormatLite::TYPE_STRING,
                                     _pbi::WireFormatLite::TYPE_MESSAGE>;
      const auto& field = this_._internal_sessions();

      if (stream->IsSerializationDeterministic() && field.size() > 1) {
        for (const auto& entry : ::google::protobuf::internal::MapSorterPtr<MapType>(field)) {
          target = WireHelper::InternalSerialize(
              1, entry.first, entry.second, target, stream);
        }
      } else {
        for (const auto& entry : field) {
          target = WireHelper::InternalSerialize(
              1, entry.first, entry.second, 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:net.device_bound_sessions.proto.SiteSessions)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t SiteSessions::ByteSizeLong(const MessageLite& base) {
  const SiteSessions& this_ = static_cast<const SiteSessions&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t SiteSessions::ByteSizeLong() const {
  const SiteSessions& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:net.device_bound_sessions.proto.SiteSessions)
  ::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_);
   {
    // map<string, .net.device_bound_sessions.proto.Session> sessions = 1;
    cached_has_bits = this_._impl_._has_bits_[0];
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size +=
          1 * ::google::protobuf::internal::FromIntSize(this_._internal_sessions_size());
      for (const auto& entry : this_._internal_sessions()) {
        total_size += _pbi::MapEntryFuncs<::std::string, ::net::device_bound_sessions::proto::Session,
                                       _pbi::WireFormatLite::TYPE_STRING,
                                       _pbi::WireFormatLite::TYPE_MESSAGE>::ByteSizeLong(entry.first, entry.second);
      }
    }
  }
  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 SiteSessions::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<SiteSessions*>(&to_msg);
  auto& from = static_cast<const SiteSessions&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(class_specific_merge_from_start:net.device_bound_sessions.proto.SiteSessions)
  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->_impl_.sessions_.MergeFrom(from._impl_.sessions_);
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

void SiteSessions::CopyFrom(const SiteSessions& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:net.device_bound_sessions.proto.SiteSessions)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


void SiteSessions::InternalSwap(SiteSessions* 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_.sessions_.InternalSwap(&other->_impl_.sessions_);
}

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