#include "tensorflow_lite_support/cc/task/core/proto/external_file.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 tflite {
namespace task {
namespace core {
PROTOBUF_CONSTEXPR ExternalFile::ExternalFile(
::_pbi::ConstantInitialized): … { … }
struct ExternalFileDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ExternalFileDefaultTypeInternal _ExternalFile_default_instance_;
PROTOBUF_CONSTEXPR FileDescriptorMeta::FileDescriptorMeta(
::_pbi::ConstantInitialized): … { … }
struct FileDescriptorMetaDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 FileDescriptorMetaDefaultTypeInternal _FileDescriptorMeta_default_instance_;
}
}
}
namespace tflite {
namespace task {
namespace core {
class ExternalFile::_Internal { … };
const ::tflite::task::core::FileDescriptorMeta&
ExternalFile::_Internal::file_descriptor_meta(const ExternalFile* msg) { … }
ExternalFile::ExternalFile(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
ExternalFile::ExternalFile(const ExternalFile& from)
: … { … }
inline void ExternalFile::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
ExternalFile::~ExternalFile() { … }
inline void ExternalFile::SharedDtor() { … }
void ExternalFile::SetCachedSize(int size) const { … }
void ExternalFile::Clear() { … }
const char* ExternalFile::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* ExternalFile::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t ExternalFile::ByteSizeLong() const { … }
void ExternalFile::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void ExternalFile::MergeFrom(const ExternalFile& from) { … }
void ExternalFile::CopyFrom(const ExternalFile& from) { … }
bool ExternalFile::IsInitialized() const { … }
void ExternalFile::InternalSwap(ExternalFile* other) { … }
std::string ExternalFile::GetTypeName() const { … }
class FileDescriptorMeta::_Internal { … };
FileDescriptorMeta::FileDescriptorMeta(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
FileDescriptorMeta::FileDescriptorMeta(const FileDescriptorMeta& from)
: … { … }
inline void FileDescriptorMeta::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
FileDescriptorMeta::~FileDescriptorMeta() { … }
inline void FileDescriptorMeta::SharedDtor() { … }
void FileDescriptorMeta::SetCachedSize(int size) const { … }
void FileDescriptorMeta::Clear() { … }
const char* FileDescriptorMeta::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* FileDescriptorMeta::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t FileDescriptorMeta::ByteSizeLong() const { … }
void FileDescriptorMeta::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void FileDescriptorMeta::MergeFrom(const FileDescriptorMeta& from) { … }
void FileDescriptorMeta::CopyFrom(const FileDescriptorMeta& from) { … }
bool FileDescriptorMeta::IsInitialized() const { … }
void FileDescriptorMeta::InternalSwap(FileDescriptorMeta* other) { … }
std::string FileDescriptorMeta::GetTypeName() const { … }
}
}
}
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_NOINLINE ::tflite::task::core::ExternalFile*
Arena::CreateMaybeMessage< ::tflite::task::core::ExternalFile >(Arena* arena) { … }
template<> PROTOBUF_NOINLINE ::tflite::task::core::FileDescriptorMeta*
Arena::CreateMaybeMessage< ::tflite::task::core::FileDescriptorMeta >(Arena* arena) { … }
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>