chromium/out/Default/gen/components/feed/core/proto/v2/wire/feed_query.pb.cc

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: components/feed/core/proto/v2/wire/feed_query.proto

#include "components/feed/core/proto/v2/wire/feed_query.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>
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>

PROTOBUF_PRAGMA_INIT_SEG

_pb;
_pbi;

namespace feedwire {
PROTOBUF_CONSTEXPR FeedQuery_Tokens::FeedQuery_Tokens(
    ::_pbi::ConstantInitialized):{}
struct FeedQuery_TokensDefaultTypeInternal {};
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 FeedQuery_TokensDefaultTypeInternal _FeedQuery_Tokens_default_instance_;
PROTOBUF_CONSTEXPR FeedQuery::FeedQuery(
    ::_pbi::ConstantInitialized):{}
struct FeedQueryDefaultTypeInternal {};
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 FeedQueryDefaultTypeInternal _FeedQuery_default_instance_;
}  // namespace feedwire
namespace feedwire {
bool FeedQuery_RequestReason_IsValid(int value) {}

static ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<std::string> FeedQuery_RequestReason_strings[7] =;

static const char FeedQuery_RequestReason_names[] =;

static const ::PROTOBUF_NAMESPACE_ID::internal::EnumEntry FeedQuery_RequestReason_entries[] =;

static const int FeedQuery_RequestReason_entries_by_number[] =;

const std::string& FeedQuery_RequestReason_Name(
    FeedQuery_RequestReason value) {}
bool FeedQuery_RequestReason_Parse(
    ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, FeedQuery_RequestReason* value) {}
#if (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
constexpr FeedQuery_RequestReason FeedQuery::UNKNOWN_REQUEST_REASON;
constexpr FeedQuery_RequestReason FeedQuery::MANUAL_REFRESH;
constexpr FeedQuery_RequestReason FeedQuery::SCHEDULED_REFRESH;
constexpr FeedQuery_RequestReason FeedQuery::APP_CLOSE_REFRESH;
constexpr FeedQuery_RequestReason FeedQuery::NEXT_PAGE_SCROLL;
constexpr FeedQuery_RequestReason FeedQuery::PREFETCHED_WEB_FEED;
constexpr FeedQuery_RequestReason FeedQuery::INTERACTIVE_WEB_FEED;
constexpr FeedQuery_RequestReason FeedQuery::RequestReason_MIN;
constexpr FeedQuery_RequestReason FeedQuery::RequestReason_MAX;
constexpr int FeedQuery::RequestReason_ARRAYSIZE;
#endif  // (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
bool FeedQuery_ContentOrder_IsValid(int value) {}

static ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<std::string> FeedQuery_ContentOrder_strings[3] =;

static const char FeedQuery_ContentOrder_names[] =;

static const ::PROTOBUF_NAMESPACE_ID::internal::EnumEntry FeedQuery_ContentOrder_entries[] =;

static const int FeedQuery_ContentOrder_entries_by_number[] =;

const std::string& FeedQuery_ContentOrder_Name(
    FeedQuery_ContentOrder value) {}
bool FeedQuery_ContentOrder_Parse(
    ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, FeedQuery_ContentOrder* value) {}
#if (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
constexpr FeedQuery_ContentOrder FeedQuery::CONTENT_ORDER_UNSPECIFIED;
constexpr FeedQuery_ContentOrder FeedQuery::RECENT;
constexpr FeedQuery_ContentOrder FeedQuery::GROUPED;
constexpr FeedQuery_ContentOrder FeedQuery::ContentOrder_MIN;
constexpr FeedQuery_ContentOrder FeedQuery::ContentOrder_MAX;
constexpr int FeedQuery::ContentOrder_ARRAYSIZE;
#endif  // (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))

// ===================================================================

class FeedQuery_Tokens::_Internal {};

void FeedQuery_Tokens::clear_tokens() {}
FeedQuery_Tokens::FeedQuery_Tokens(::PROTOBUF_NAMESPACE_ID::Arena* arena,
                         bool is_message_owned)
  :{}
FeedQuery_Tokens::FeedQuery_Tokens(const FeedQuery_Tokens& from)
  :{}

inline void FeedQuery_Tokens::SharedCtor(
    ::_pb::Arena* arena, bool is_message_owned) {}

FeedQuery_Tokens::~FeedQuery_Tokens() {}

inline void FeedQuery_Tokens::SharedDtor() {}

void FeedQuery_Tokens::SetCachedSize(int size) const {}

void FeedQuery_Tokens::Clear() {}

const char* FeedQuery_Tokens::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) {}

uint8_t* FeedQuery_Tokens::_InternalSerialize(
    uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const {}

size_t FeedQuery_Tokens::ByteSizeLong() const {}

void FeedQuery_Tokens::CheckTypeAndMergeFrom(
    const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) {}

void FeedQuery_Tokens::MergeFrom(const FeedQuery_Tokens& from) {}

void FeedQuery_Tokens::CopyFrom(const FeedQuery_Tokens& from) {}

bool FeedQuery_Tokens::IsInitialized() const {}

void FeedQuery_Tokens::InternalSwap(FeedQuery_Tokens* other) {}

std::string FeedQuery_Tokens::GetTypeName() const {}


// ===================================================================

class FeedQuery::_Internal {};

const ::feedwire::Token&
FeedQuery::_Internal::next_page_token(const FeedQuery* msg) {}
const ::feedwire::Token&
FeedQuery::_Internal::web_feed_token(const FeedQuery* msg) {}
const ::feedwire::FeedEntryPointData&
FeedQuery::_Internal::feed_entry_point_data(const FeedQuery* msg) {}
const ::feedwire::ChromeFulfillmentInfo&
FeedQuery::_Internal::chrome_fulfillment_info(const FeedQuery* msg) {}
void FeedQuery::set_allocated_next_page_token(::feedwire::Token* next_page_token) {}
void FeedQuery::clear_next_page_token() {}
void FeedQuery::set_allocated_web_feed_token(::feedwire::Token* web_feed_token) {}
void FeedQuery::clear_web_feed_token() {}
void FeedQuery::clear_feed_entry_point_data() {}
void FeedQuery::clear_chrome_fulfillment_info() {}
FeedQuery::FeedQuery(::PROTOBUF_NAMESPACE_ID::Arena* arena,
                         bool is_message_owned)
  :{}
FeedQuery::FeedQuery(const FeedQuery& from)
  :{}

inline void FeedQuery::SharedCtor(
    ::_pb::Arena* arena, bool is_message_owned) {}

FeedQuery::~FeedQuery() {}

inline void FeedQuery::SharedDtor() {}

void FeedQuery::SetCachedSize(int size) const {}

void FeedQuery::clear_token() {}


void FeedQuery::Clear() {}

const char* FeedQuery::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) {}

uint8_t* FeedQuery::_InternalSerialize(
    uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const {}

size_t FeedQuery::ByteSizeLong() const {}

void FeedQuery::CheckTypeAndMergeFrom(
    const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) {}

void FeedQuery::MergeFrom(const FeedQuery& from) {}

void FeedQuery::CopyFrom(const FeedQuery& from) {}

bool FeedQuery::IsInitialized() const {}

void FeedQuery::InternalSwap(FeedQuery* other) {}

std::string FeedQuery::GetTypeName() const {}


// @@protoc_insertion_point(namespace_scope)
}  // namespace feedwire
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_NOINLINE ::feedwire::FeedQuery_Tokens*
Arena::CreateMaybeMessage< ::feedwire::FeedQuery_Tokens >(Arena* arena) {}
template<> PROTOBUF_NOINLINE ::feedwire::FeedQuery*
Arena::CreateMaybeMessage< ::feedwire::FeedQuery >(Arena* arena) {}
PROTOBUF_NAMESPACE_CLOSE

// @@protoc_insertion_point(global_scope)
#include <google/protobuf/port_undef.inc>