Searched defs:StatsSample (Results 1 – 4 of 4) sorted by relevance
50 struct StatsSample { struct73 std::map<std::string, StatsSample> last_stats_sample_ RTC_GUARDED_BY(lock_); argument
27 struct StatsSample { struct41 void AddSample(StatsSample sample); argument
49 struct StatsSample { struct
30 using StatsSample = ::webrtc::SamplesStatsCounter::StatsSample; typedef