Home
last modified time | relevance | path

Searched defs:PlotDeclaration (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/webrtc/rtc_tools/rtc_event_log_visualizer/
H A Dmain.cc127 struct PlotDeclaration { struct
128 PlotDeclaration(const std::string& label, std::function<void(Plot*)> f) in PlotDeclaration() argument
130 const std::string label;
131 bool enabled;
133 const std::function<void(Plot*)> plot_func;