#include "webrtc/api/stats/rtcstatsreport.h"
#include "webrtc/api/stats/rtcstats.h"
#include "webrtc/base/checks.h"
#include "webrtc/base/gunit.h"
|
| webrtc::WEBRTC_RTCSTATS_IMPL (RTCTestStats1, RTCStats, "test-stats-1", &integer) |
|
| webrtc::WEBRTC_RTCSTATS_IMPL (RTCTestStats2, RTCStats, "test-stats-2", &number) |
|
| webrtc::WEBRTC_RTCSTATS_IMPL (RTCTestStats3, RTCStats, "test-stats-3", &string) |
|
| webrtc::TEST (RTCStatsReport, AddAndGetStats) |
|
| webrtc::TEST (RTCStatsReport, StatsOrder) |
|
| webrtc::TEST (RTCStatsReport, TakeMembersFrom) |
|