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