Home
last modified time | relevance | path

Searched refs:StatsReportCopyable (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Dstatstypes.h282 class StatsReportCopyable : public StatsReport {
284 StatsReportCopyable(const std::string& id) : StatsReport(id) {} in StatsReportCopyable() function
285 explicit StatsReportCopyable(const StatsReport& src) in StatsReportCopyable() function
307 typedef std::set<StatsReportCopyable> Container;
318 const StatsReport* ret = &(*list_.insert(StatsReportCopyable(id)).first); in InsertNew()
Dpeerconnectioninterface.h121 std::vector<StatsReportCopyable> report_copies; in OnComplete()
123 report_copies.push_back(StatsReportCopyable(*reports[i])); in OnComplete()
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
Dmockpeerconnectionobservers.h129 reports_.push_back(StatsReportCopyable(*(*it))); in OnComplete()
180 std::vector<StatsReportCopyable> reports_;