#include "components/saved_tab_groups/proto/shared_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 SharedTabGroupData::SharedTabGroupData(
::_pbi::ConstantInitialized): … { … }
struct SharedTabGroupDataDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 SharedTabGroupDataDefaultTypeInternal _SharedTabGroupData_default_instance_;
}
}
namespace tab_groups {
namespace proto {
class SharedTabGroupData::_Internal { … };
const ::sync_pb::SharedTabGroupDataSpecifics&
SharedTabGroupData::_Internal::specifics(const SharedTabGroupData* msg) { … }
void SharedTabGroupData::clear_specifics() { … }
SharedTabGroupData::SharedTabGroupData(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
SharedTabGroupData::SharedTabGroupData(const SharedTabGroupData& from)
: … { … }
inline void SharedTabGroupData::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
SharedTabGroupData::~SharedTabGroupData() { … }
inline void SharedTabGroupData::SharedDtor() { … }
void SharedTabGroupData::SetCachedSize(int size) const { … }
void SharedTabGroupData::Clear() { … }
const char* SharedTabGroupData::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* SharedTabGroupData::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t SharedTabGroupData::ByteSizeLong() const { … }
void SharedTabGroupData::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void SharedTabGroupData::MergeFrom(const SharedTabGroupData& from) { … }
void SharedTabGroupData::CopyFrom(const SharedTabGroupData& from) { … }
bool SharedTabGroupData::IsInitialized() const { … }
void SharedTabGroupData::InternalSwap(SharedTabGroupData* other) { … }
std::string SharedTabGroupData::GetTypeName() const { … }
}
}
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_NOINLINE ::tab_groups::proto::SharedTabGroupData*
Arena::CreateMaybeMessage< ::tab_groups::proto::SharedTabGroupData >(Arena* arena) { … }
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>