Home
last modified time | relevance | path

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

/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Dmain.cc120 struct PlotDeclaration { struct
121 PlotDeclaration(const std::string& label, std::function<void(Plot*)> f) in PlotDeclaration() argument
123 const std::string label;
124 bool enabled;
126 const std::function<void(Plot*)> plot_func;