Searched defs:TimeSeries (Results 1 – 2 of 2) sorted by relevance
45 struct TimeSeries { in RTC_POP_IGNORING_WUNDEF() struct50 : label(label), line_style(line_style), point_style(point_style) {} in RTC_POP_IGNORING_WUNDEF()54 : label(label), line_style(line_style), point_style(point_style) {} in RTC_POP_IGNORING_WUNDEF()55 TimeSeries(TimeSeries&& other) in RTC_POP_IGNORING_WUNDEF() argument68 std::string label; in RTC_POP_IGNORING_WUNDEF()69 LineStyle line_style = LineStyle::kLine; in RTC_POP_IGNORING_WUNDEF()70 PointStyle point_style = PointStyle::kNone; in RTC_POP_IGNORING_WUNDEF()71 std::vector<TimeSeriesPoint> points; in RTC_POP_IGNORING_WUNDEF()
39 public abstract class TimeSeries { class41 TimeSeries() {} in TimeSeries() method in TimeSeries