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