Home
last modified time | relevance | path

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

/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Dplot_base.h172 void ExportProtobuf(webrtc::analytics::Chart* chart) const; in RTC_POP_IGNORING_WUNDEF()
201 void ExportProtobuf(webrtc::analytics::ChartCollection* collection) const; in RTC_POP_IGNORING_WUNDEF()
Dplot_base.cc243 void Plot::ExportProtobuf(webrtc::analytics::Chart* chart) const { in ExportProtobuf() function in webrtc::Plot
308 void PlotCollection::ExportProtobuf( in ExportProtobuf() function in webrtc::PlotCollection
316 plot->ExportProtobuf(protobuf_representation); in ExportProtobuf()
Dplot_protobuf.cc35 ExportProtobuf(&collection); in Draw()
Dmain.cc622 collection.ExportProtobuf(&proto_charts); in main()