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