webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Public Member Functions | |
WEBRTC_RTCSTATS_DECL () | |
RTCTestStats3 (const std::string &id, int64_t timestamp_us) | |
Public Member Functions inherited from webrtc::RTCStats | |
RTCStats (const std::string &id, int64_t timestamp_us) | |
RTCStats (std::string &&id, int64_t timestamp_us) | |
virtual | ~RTCStats () |
virtual std::unique_ptr< RTCStats > | copy () const =0 |
const std::string & | id () const |
int64_t | timestamp_us () const |
virtual const char * | type () const =0 |
std::vector< const RTCStatsMemberInterface * > | Members () const |
bool | operator== (const RTCStats &other) const |
bool | operator!= (const RTCStats &other) const |
std::string | ToString () const |
template<typename T > | |
const T & | cast_to () const |
RTCStats (const std::string &id, int64_t timestamp_us) | |
RTCStats (std::string &&id, int64_t timestamp_us) | |
virtual | ~RTCStats () |
virtual std::unique_ptr< RTCStats > | copy () const =0 |
const std::string & | id () const |
int64_t | timestamp_us () const |
virtual const char * | type () const =0 |
std::vector< const RTCStatsMemberInterface * > | Members () const |
bool | operator== (const RTCStats &other) const |
bool | operator!= (const RTCStats &other) const |
std::string | ToString () const |
template<typename T > | |
const T & | cast_to () const |
Public Attributes | |
RTCStatsMember< std::string > | string |
Additional Inherited Members | |
Protected Member Functions inherited from webrtc::RTCStats | |
virtual std::vector< const RTCStatsMemberInterface * > | MembersOfThisObjectAndAncestors (size_t additional_capacity) const |
virtual std::vector< const RTCStatsMemberInterface * > | MembersOfThisObjectAndAncestors (size_t additional_capacity) const |
Protected Attributes inherited from webrtc::RTCStats | |
std::string const | id_ |
int64_t | timestamp_us_ |
|
inline |
webrtc::RTCTestStats3::WEBRTC_RTCSTATS_DECL | ( | ) |
RTCStatsMember<std::string> webrtc::RTCTestStats3::string |