#include "components/optimization_guide/proto/descriptors.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 optimization_guide {
namespace proto {
PROTOBUF_CONSTEXPR ProtoDescriptor::ProtoDescriptor(
::_pbi::ConstantInitialized): … { … }
struct ProtoDescriptorDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ProtoDescriptorDefaultTypeInternal _ProtoDescriptor_default_instance_;
PROTOBUF_CONSTEXPR ProtoField::ProtoField(
::_pbi::ConstantInitialized): … { … }
struct ProtoFieldDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ProtoFieldDefaultTypeInternal _ProtoField_default_instance_;
PROTOBUF_CONSTEXPR Value::Value(
::_pbi::ConstantInitialized): … { … }
struct ValueDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ValueDefaultTypeInternal _Value_default_instance_;
}
}
namespace optimization_guide {
namespace proto {
class ProtoDescriptor::_Internal { … };
ProtoDescriptor::ProtoDescriptor(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
ProtoDescriptor::ProtoDescriptor(const ProtoDescriptor& from)
: … { … }
inline void ProtoDescriptor::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
ProtoDescriptor::~ProtoDescriptor() { … }
inline void ProtoDescriptor::SharedDtor() { … }
void ProtoDescriptor::SetCachedSize(int size) const { … }
void ProtoDescriptor::Clear() { … }
const char* ProtoDescriptor::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* ProtoDescriptor::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t ProtoDescriptor::ByteSizeLong() const { … }
void ProtoDescriptor::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void ProtoDescriptor::MergeFrom(const ProtoDescriptor& from) { … }
void ProtoDescriptor::CopyFrom(const ProtoDescriptor& from) { … }
bool ProtoDescriptor::IsInitialized() const { … }
void ProtoDescriptor::InternalSwap(ProtoDescriptor* other) { … }
std::string ProtoDescriptor::GetTypeName() const { … }
class ProtoField::_Internal { … };
ProtoField::ProtoField(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
ProtoField::ProtoField(const ProtoField& from)
: … { … }
inline void ProtoField::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
ProtoField::~ProtoField() { … }
inline void ProtoField::SharedDtor() { … }
void ProtoField::SetCachedSize(int size) const { … }
void ProtoField::Clear() { … }
const char* ProtoField::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* ProtoField::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t ProtoField::ByteSizeLong() const { … }
void ProtoField::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void ProtoField::MergeFrom(const ProtoField& from) { … }
void ProtoField::CopyFrom(const ProtoField& from) { … }
bool ProtoField::IsInitialized() const { … }
void ProtoField::InternalSwap(ProtoField* other) { … }
std::string ProtoField::GetTypeName() const { … }
class Value::_Internal { … };
Value::Value(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
Value::Value(const Value& from)
: … { … }
inline void Value::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
Value::~Value() { … }
inline void Value::SharedDtor() { … }
void Value::SetCachedSize(int size) const { … }
void Value::clear_type() { … }
void Value::Clear() { … }
const char* Value::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* Value::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t Value::ByteSizeLong() const { … }
void Value::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void Value::MergeFrom(const Value& from) { … }
void Value::CopyFrom(const Value& from) { … }
bool Value::IsInitialized() const { … }
void Value::InternalSwap(Value* other) { … }
std::string Value::GetTypeName() const { … }
}
}
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_NOINLINE ::optimization_guide::proto::ProtoDescriptor*
Arena::CreateMaybeMessage< ::optimization_guide::proto::ProtoDescriptor >(Arena* arena) { … }
template<> PROTOBUF_NOINLINE ::optimization_guide::proto::ProtoField*
Arena::CreateMaybeMessage< ::optimization_guide::proto::ProtoField >(Arena* arena) { … }
template<> PROTOBUF_NOINLINE ::optimization_guide::proto::Value*
Arena::CreateMaybeMessage< ::optimization_guide::proto::Value >(Arena* arena) { … }
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>