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