#include "components/feed/core/proto/v2/wire/feed_request.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 FeedRequest::FeedRequest(
::_pbi::ConstantInitialized): … { … }
struct FeedRequestDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 FeedRequestDefaultTypeInternal _FeedRequest_default_instance_;
}
namespace feedwire {
class FeedRequest::_Internal { … };
const ::feedwire::ClientInfo&
FeedRequest::_Internal::client_info(const FeedRequest* msg) { … }
const ::feedwire::FeedQuery&
FeedRequest::_Internal::feed_query(const FeedRequest* msg) { … }
const ::feedwire::ConsistencyToken&
FeedRequest::_Internal::consistency_token(const FeedRequest* msg) { … }
const ::feedwire::DiagnosticInfo&
FeedRequest::_Internal::diagnostic_info(const FeedRequest* msg) { … }
const ::feedwire::ClientUserProfiles&
FeedRequest::_Internal::client_user_profiles(const FeedRequest* msg) { … }
void FeedRequest::clear_client_info() { … }
void FeedRequest::clear_feed_query() { … }
void FeedRequest::clear_consistency_token() { … }
void FeedRequest::clear_diagnostic_info() { … }
void FeedRequest::clear_client_user_profiles() { … }
FeedRequest::FeedRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
FeedRequest::FeedRequest(const FeedRequest& from)
: … { … }
inline void FeedRequest::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
FeedRequest::~FeedRequest() { … }
inline void FeedRequest::SharedDtor() { … }
void FeedRequest::SetCachedSize(int size) const { … }
void FeedRequest::Clear() { … }
const char* FeedRequest::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* FeedRequest::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t FeedRequest::ByteSizeLong() const { … }
void FeedRequest::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void FeedRequest::MergeFrom(const FeedRequest& from) { … }
void FeedRequest::CopyFrom(const FeedRequest& from) { … }
bool FeedRequest::IsInitialized() const { … }
void FeedRequest::InternalSwap(FeedRequest* other) { … }
std::string FeedRequest::GetTypeName() const { … }
}
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_NOINLINE ::feedwire::FeedRequest*
Arena::CreateMaybeMessage< ::feedwire::FeedRequest >(Arena* arena) { … }
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>