|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <rtcteststats.h>
Public Member Functions | |
| WEBRTC_RTCSTATS_DECL () | |
| RTCTestStats (const std::string &id, int64_t timestamp_us) | |
| RTCTestStats (const RTCTestStats &other) | |
| ~RTCTestStats () override | |
| WEBRTC_RTCSTATS_DECL () | |
| RTCTestStats (const std::string &id, int64_t timestamp_us) | |
| RTCTestStats (const RTCTestStats &other) | |
| ~RTCTestStats () override | |
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< bool > | m_bool |
| RTCStatsMember< int32_t > | m_int32 |
| RTCStatsMember< uint32_t > | m_uint32 |
| RTCStatsMember< int64_t > | m_int64 |
| RTCStatsMember< uint64_t > | m_uint64 |
| RTCStatsMember< double > | m_double |
| RTCStatsMember< std::string > | m_string |
| RTCStatsMember< std::vector< bool > > | m_sequence_bool |
| RTCStatsMember< std::vector< int32_t > > | m_sequence_int32 |
| RTCStatsMember< std::vector< uint32_t > > | m_sequence_uint32 |
| RTCStatsMember< std::vector< int64_t > > | m_sequence_int64 |
| RTCStatsMember< std::vector< uint64_t > > | m_sequence_uint64 |
| RTCStatsMember< std::vector< double > > | m_sequence_double |
| RTCStatsMember< std::vector< std::string > > | m_sequence_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_ |
| webrtc::RTCTestStats::RTCTestStats | ( | const std::string & | id, |
| int64_t | timestamp_us | ||
| ) |
| webrtc::RTCTestStats::RTCTestStats | ( | const RTCTestStats & | other | ) |
|
override |
| webrtc::RTCTestStats::RTCTestStats | ( | const std::string & | id, |
| int64_t | timestamp_us | ||
| ) |
| webrtc::RTCTestStats::RTCTestStats | ( | const RTCTestStats & | other | ) |
|
override |
| webrtc::RTCTestStats::WEBRTC_RTCSTATS_DECL | ( | ) |
| webrtc::RTCTestStats::WEBRTC_RTCSTATS_DECL | ( | ) |
| RTCStatsMember< bool > webrtc::RTCTestStats::m_bool |
| RTCStatsMember< double > webrtc::RTCTestStats::m_double |
| RTCStatsMember< int32_t > webrtc::RTCTestStats::m_int32 |
| RTCStatsMember< int64_t > webrtc::RTCTestStats::m_int64 |
| RTCStatsMember< std::vector< bool > > webrtc::RTCTestStats::m_sequence_bool |
| RTCStatsMember< std::vector< double > > webrtc::RTCTestStats::m_sequence_double |
| RTCStatsMember< std::vector< int32_t > > webrtc::RTCTestStats::m_sequence_int32 |
| RTCStatsMember< std::vector< int64_t > > webrtc::RTCTestStats::m_sequence_int64 |
| RTCStatsMember< std::vector< std::string > > webrtc::RTCTestStats::m_sequence_string |
| RTCStatsMember< std::vector< uint32_t > > webrtc::RTCTestStats::m_sequence_uint32 |
| RTCStatsMember< std::vector< uint64_t > > webrtc::RTCTestStats::m_sequence_uint64 |
| RTCStatsMember< std::string > webrtc::RTCTestStats::m_string |
| RTCStatsMember< uint32_t > webrtc::RTCTestStats::m_uint32 |
| RTCStatsMember< uint64_t > webrtc::RTCTestStats::m_uint64 |
1.8.13