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