Home
last modified time | relevance | path

Searched refs:PythonPlotCollection (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Dplot_python.cc31 PythonPlotCollection::PythonPlotCollection(bool shared_xaxis) in PythonPlotCollection() function in webrtc::PythonPlotCollection
34 PythonPlotCollection::~PythonPlotCollection() {} in ~PythonPlotCollection()
36 void PythonPlotCollection::Draw() { in Draw()
40 Plot* PythonPlotCollection::AppendNewPlot() { in AppendNewPlot()
Dplot_python.h24 class PythonPlotCollection final : public PlotCollection {
27 RTC_DEPRECATED explicit PythonPlotCollection(bool shared_xaxis = false);
28 ~PythonPlotCollection() override;