#include "components/feed/core/proto/v2/wire/client_info.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 ClientInfo::ClientInfo(
::_pbi::ConstantInitialized): … { … }
struct ClientInfoDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ClientInfoDefaultTypeInternal _ClientInfo_default_instance_;
}
namespace feedwire {
bool ClientInfo_PlatformType_IsValid(int value) { … }
static ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<std::string> ClientInfo_PlatformType_strings[5] = …;
static const char ClientInfo_PlatformType_names[] = …;
static const ::PROTOBUF_NAMESPACE_ID::internal::EnumEntry ClientInfo_PlatformType_entries[] = …;
static const int ClientInfo_PlatformType_entries_by_number[] = …;
const std::string& ClientInfo_PlatformType_Name(
ClientInfo_PlatformType value) { … }
bool ClientInfo_PlatformType_Parse(
::PROTOBUF_NAMESPACE_ID::ConstStringParam name, ClientInfo_PlatformType* value) { … }
#if (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
constexpr ClientInfo_PlatformType ClientInfo::UNKNOWN_PLATFORM;
constexpr ClientInfo_PlatformType ClientInfo::ANDROID_ID;
constexpr ClientInfo_PlatformType ClientInfo::IOS;
constexpr ClientInfo_PlatformType ClientInfo::MOBILE_WEB;
constexpr ClientInfo_PlatformType ClientInfo::DESKTOP_WEB;
constexpr ClientInfo_PlatformType ClientInfo::PlatformType_MIN;
constexpr ClientInfo_PlatformType ClientInfo::PlatformType_MAX;
constexpr int ClientInfo::PlatformType_ARRAYSIZE;
#endif
bool ClientInfo_AppType_IsValid(int value) { … }
static ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<std::string> ClientInfo_AppType_strings[1] = …;
static const char ClientInfo_AppType_names[] = …;
static const ::PROTOBUF_NAMESPACE_ID::internal::EnumEntry ClientInfo_AppType_entries[] = …;
static const int ClientInfo_AppType_entries_by_number[] = …;
const std::string& ClientInfo_AppType_Name(
ClientInfo_AppType value) { … }
bool ClientInfo_AppType_Parse(
::PROTOBUF_NAMESPACE_ID::ConstStringParam name, ClientInfo_AppType* value) { … }
#if (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
constexpr ClientInfo_AppType ClientInfo::CHROME_ANDROID;
constexpr ClientInfo_AppType ClientInfo::AppType_MIN;
constexpr ClientInfo_AppType ClientInfo::AppType_MAX;
constexpr int ClientInfo::AppType_ARRAYSIZE;
#endif
class ClientInfo::_Internal { … };
const ::feedwire::Version&
ClientInfo::_Internal::platform_version(const ClientInfo* msg) { … }
const ::feedwire::Version&
ClientInfo::_Internal::app_version(const ClientInfo* msg) { … }
const ::feedwire::Device&
ClientInfo::_Internal::device(const ClientInfo* msg) { … }
const ::feedwire::LanguagePreferences&
ClientInfo::_Internal::language_preferences(const ClientInfo* msg) { … }
const ::feedwire::ChromeClientInfo&
ClientInfo::_Internal::chrome_client_info(const ClientInfo* msg) { … }
void ClientInfo::clear_platform_version() { … }
void ClientInfo::clear_app_version() { … }
void ClientInfo::clear_display_info() { … }
void ClientInfo::clear_device() { … }
void ClientInfo::clear_language_preferences() { … }
void ClientInfo::clear_chrome_client_info() { … }
ClientInfo::ClientInfo(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
ClientInfo::ClientInfo(const ClientInfo& from)
: … { … }
inline void ClientInfo::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
ClientInfo::~ClientInfo() { … }
inline void ClientInfo::SharedDtor() { … }
void ClientInfo::SetCachedSize(int size) const { … }
void ClientInfo::Clear() { … }
const char* ClientInfo::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* ClientInfo::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t ClientInfo::ByteSizeLong() const { … }
void ClientInfo::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void ClientInfo::MergeFrom(const ClientInfo& from) { … }
void ClientInfo::CopyFrom(const ClientInfo& from) { … }
bool ClientInfo::IsInitialized() const { … }
void ClientInfo::InternalSwap(ClientInfo* other) { … }
std::string ClientInfo::GetTypeName() const { … }
}
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_NOINLINE ::feedwire::ClientInfo*
Arena::CreateMaybeMessage< ::feedwire::ClientInfo >(Arena* arena) { … }
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>