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