Searched refs:RtcHistogramMap (Results 1 – 1 of 1) sorted by relevance
106 class RtcHistogramMap { class108 RtcHistogramMap() {} in RtcHistogramMap() function in webrtc::metrics::__anona3b51c400111::RtcHistogramMap109 ~RtcHistogramMap() {} in ~RtcHistogramMap()182 RTC_DISALLOW_COPY_AND_ASSIGN(RtcHistogramMap);189 static RtcHistogramMap* volatile g_rtc_histogram_map = nullptr;192 RtcHistogramMap* map = rtc::AtomicOps::AcquireLoadPtr(&g_rtc_histogram_map); in CreateMap()194 RtcHistogramMap* new_map = new RtcHistogramMap(); in CreateMap()195 RtcHistogramMap* old_map = rtc::AtomicOps::CompareAndSwapPtr( in CreateMap()196 &g_rtc_histogram_map, static_cast<RtcHistogramMap*>(nullptr), new_map); in CreateMap()209 RtcHistogramMap* GetMap() { in GetMap()[all …]