#include "api/stats/rtc_stats.h"
#include <cstdio>
#include "rtc_base/strings/string_builder.h"
namespace webrtc {
RTCStats::RTCStats(const RTCStats& other)
: … { … }
RTCStats::~RTCStats() { … }
bool RTCStats::operator==(const RTCStats& other) const { … }
bool RTCStats::operator!=(const RTCStats& other) const { … }
std::string RTCStats::ToJson() const { … }
std::vector<Attribute> RTCStats::Attributes() const { … }
std::vector<Attribute> RTCStats::AttributesImpl(
size_t additional_capacity) const { … }
}