#include "chrome/browser/companion/core/proto/companion_url_params.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 companion {
namespace proto {
PROTOBUF_CONSTEXPR Timestamp::Timestamp(
::_pbi::ConstantInitialized): … { … }
struct TimestampDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 TimestampDefaultTypeInternal _Timestamp_default_instance_;
PROTOBUF_CONSTEXPR PromoState::PromoState(
::_pbi::ConstantInitialized): … { … }
struct PromoStateDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PromoStateDefaultTypeInternal _PromoState_default_instance_;
PROTOBUF_CONSTEXPR CompanionUrlParams::CompanionUrlParams(
::_pbi::ConstantInitialized): … { … }
struct CompanionUrlParamsDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CompanionUrlParamsDefaultTypeInternal _CompanionUrlParams_default_instance_;
}
}
namespace companion {
namespace proto {
class Timestamp::_Internal { … };
Timestamp::Timestamp(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
Timestamp::Timestamp(const Timestamp& from)
: … { … }
inline void Timestamp::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
Timestamp::~Timestamp() { … }
inline void Timestamp::SharedDtor() { … }
void Timestamp::SetCachedSize(int size) const { … }
void Timestamp::Clear() { … }
const char* Timestamp::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* Timestamp::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t Timestamp::ByteSizeLong() const { … }
void Timestamp::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void Timestamp::MergeFrom(const Timestamp& from) { … }
void Timestamp::CopyFrom(const Timestamp& from) { … }
bool Timestamp::IsInitialized() const { … }
void Timestamp::InternalSwap(Timestamp* other) { … }
std::string Timestamp::GetTypeName() const { … }
class PromoState::_Internal { … };
PromoState::PromoState(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
PromoState::PromoState(const PromoState& from)
: … { … }
inline void PromoState::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
PromoState::~PromoState() { … }
inline void PromoState::SharedDtor() { … }
void PromoState::SetCachedSize(int size) const { … }
void PromoState::Clear() { … }
const char* PromoState::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* PromoState::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t PromoState::ByteSizeLong() const { … }
void PromoState::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void PromoState::MergeFrom(const PromoState& from) { … }
void PromoState::CopyFrom(const PromoState& from) { … }
bool PromoState::IsInitialized() const { … }
void PromoState::InternalSwap(PromoState* other) { … }
std::string PromoState::GetTypeName() const { … }
class CompanionUrlParams::_Internal { … };
const ::companion::proto::PromoState&
CompanionUrlParams::_Internal::promo_state(const CompanionUrlParams* msg) { … }
const ::companion::proto::Timestamp&
CompanionUrlParams::_Internal::query_start_time(const CompanionUrlParams* msg) { … }
CompanionUrlParams::CompanionUrlParams(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
CompanionUrlParams::CompanionUrlParams(const CompanionUrlParams& from)
: … { … }
inline void CompanionUrlParams::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
CompanionUrlParams::~CompanionUrlParams() { … }
inline void CompanionUrlParams::SharedDtor() { … }
void CompanionUrlParams::SetCachedSize(int size) const { … }
void CompanionUrlParams::Clear() { … }
const char* CompanionUrlParams::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* CompanionUrlParams::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t CompanionUrlParams::ByteSizeLong() const { … }
void CompanionUrlParams::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void CompanionUrlParams::MergeFrom(const CompanionUrlParams& from) { … }
void CompanionUrlParams::CopyFrom(const CompanionUrlParams& from) { … }
bool CompanionUrlParams::IsInitialized() const { … }
void CompanionUrlParams::InternalSwap(CompanionUrlParams* other) { … }
std::string CompanionUrlParams::GetTypeName() const { … }
}
}
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_NOINLINE ::companion::proto::Timestamp*
Arena::CreateMaybeMessage< ::companion::proto::Timestamp >(Arena* arena) { … }
template<> PROTOBUF_NOINLINE ::companion::proto::PromoState*
Arena::CreateMaybeMessage< ::companion::proto::PromoState >(Arena* arena) { … }
template<> PROTOBUF_NOINLINE ::companion::proto::CompanionUrlParams*
Arena::CreateMaybeMessage< ::companion::proto::CompanionUrlParams >(Arena* arena) { … }
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>