Home
last modified time | relevance | path

Searched refs:PrintPythonCode (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/webrtc/rtc_tools/rtc_event_log_visualizer/
H A Dplot_python.cc28 PrintPythonCode(); in Draw()
37 PrintPythonCode(shared_xaxis_); in Draw()
H A Dplot_base.cc97 void Plot::PrintPythonCode() const { in PrintPythonCode() function in webrtc::Plot
286 void PlotCollection::PrintPythonCode(bool shared_xaxis) const { in PrintPythonCode() function in webrtc::PlotCollection
302 plots_[i]->PrintPythonCode(); in PrintPythonCode()
H A Dplot_base.h170 void PrintPythonCode() const; in RTC_POP_IGNORING_WUNDEF()
203 void PrintPythonCode(bool shared_xaxis) const; in RTC_POP_IGNORING_WUNDEF()
H A Dmain.cc632 collection.PrintPythonCode(absl::GetFlag(FLAGS_shared_xaxis)); in main()