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