#include "components/saved_tab_groups/proto/local_tab_group_data.pb.h"
#include <algorithm>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/extension_set.h>
#include <google/protobuf/wire_format_lite.h>
#include <google/protobuf/io/zero_copy_stream_impl_lite.h>
#include <google/protobuf/port_def.inc>
PROTOBUF_PRAGMA_INIT_SEG
_pb;
_pbi;
namespace tab_groups {
namespace proto {
PROTOBUF_CONSTEXPR LocalTabGroupData::LocalTabGroupData(
::_pbi::ConstantInitialized): … { … }
struct LocalTabGroupDataDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LocalTabGroupDataDefaultTypeInternal _LocalTabGroupData_default_instance_;
}
}
namespace tab_groups {
namespace proto {
class LocalTabGroupData::_Internal { … };
LocalTabGroupData::LocalTabGroupData(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
LocalTabGroupData::LocalTabGroupData(const LocalTabGroupData& from)
: … { … }
inline void LocalTabGroupData::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
LocalTabGroupData::~LocalTabGroupData() { … }
inline void LocalTabGroupData::SharedDtor() { … }
void LocalTabGroupData::SetCachedSize(int size) const { … }
void LocalTabGroupData::Clear() { … }
const char* LocalTabGroupData::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* LocalTabGroupData::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t LocalTabGroupData::ByteSizeLong() const { … }
void LocalTabGroupData::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void LocalTabGroupData::MergeFrom(const LocalTabGroupData& from) { … }
void LocalTabGroupData::CopyFrom(const LocalTabGroupData& from) { … }
bool LocalTabGroupData::IsInitialized() const { … }
void LocalTabGroupData::InternalSwap(LocalTabGroupData* other) { … }
std::string LocalTabGroupData::GetTypeName() const { … }
}
}
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_NOINLINE ::tab_groups::proto::LocalTabGroupData*
Arena::CreateMaybeMessage< ::tab_groups::proto::LocalTabGroupData >(Arena* arena) { … }
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>