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