#include "components/optimization_guide/proto/loading_predictor_metadata.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 Resource::Resource(
::_pbi::ConstantInitialized): … { … }
struct ResourceDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ResourceDefaultTypeInternal _Resource_default_instance_;
PROTOBUF_CONSTEXPR LoadingPredictorMetadata::LoadingPredictorMetadata(
::_pbi::ConstantInitialized): … { … }
struct LoadingPredictorMetadataDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LoadingPredictorMetadataDefaultTypeInternal _LoadingPredictorMetadata_default_instance_;
}
}
namespace optimization_guide {
namespace proto {
bool ResourceType_IsValid(int value) { … }
static ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<std::string> ResourceType_strings[3] = …;
static const char ResourceType_names[] = …;
static const ::PROTOBUF_NAMESPACE_ID::internal::EnumEntry ResourceType_entries[] = …;
static const int ResourceType_entries_by_number[] = …;
const std::string& ResourceType_Name(
ResourceType value) { … }
bool ResourceType_Parse(
::PROTOBUF_NAMESPACE_ID::ConstStringParam name, ResourceType* value) { … }
class Resource::_Internal { … };
Resource::Resource(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
Resource::Resource(const Resource& from)
: … { … }
inline void Resource::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
Resource::~Resource() { … }
inline void Resource::SharedDtor() { … }
void Resource::SetCachedSize(int size) const { … }
void Resource::Clear() { … }
const char* Resource::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* Resource::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t Resource::ByteSizeLong() const { … }
void Resource::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void Resource::MergeFrom(const Resource& from) { … }
void Resource::CopyFrom(const Resource& from) { … }
bool Resource::IsInitialized() const { … }
void Resource::InternalSwap(Resource* other) { … }
std::string Resource::GetTypeName() const { … }
class LoadingPredictorMetadata::_Internal { … };
LoadingPredictorMetadata::LoadingPredictorMetadata(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
LoadingPredictorMetadata::LoadingPredictorMetadata(const LoadingPredictorMetadata& from)
: … { … }
inline void LoadingPredictorMetadata::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
LoadingPredictorMetadata::~LoadingPredictorMetadata() { … }
inline void LoadingPredictorMetadata::SharedDtor() { … }
void LoadingPredictorMetadata::SetCachedSize(int size) const { … }
void LoadingPredictorMetadata::Clear() { … }
const char* LoadingPredictorMetadata::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* LoadingPredictorMetadata::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t LoadingPredictorMetadata::ByteSizeLong() const { … }
void LoadingPredictorMetadata::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void LoadingPredictorMetadata::MergeFrom(const LoadingPredictorMetadata& from) { … }
void LoadingPredictorMetadata::CopyFrom(const LoadingPredictorMetadata& from) { … }
bool LoadingPredictorMetadata::IsInitialized() const { … }
void LoadingPredictorMetadata::InternalSwap(LoadingPredictorMetadata* other) { … }
std::string LoadingPredictorMetadata::GetTypeName() const { … }
}
}
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_NOINLINE ::optimization_guide::proto::Resource*
Arena::CreateMaybeMessage< ::optimization_guide::proto::Resource >(Arena* arena) { … }
template<> PROTOBUF_NOINLINE ::optimization_guide::proto::LoadingPredictorMetadata*
Arena::CreateMaybeMessage< ::optimization_guide::proto::LoadingPredictorMetadata >(Arena* arena) { … }
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>