Searched defs:IntervalSeries (Results 1 – 1 of 1) sorted by relevance
83 struct IntervalSeries { in RTC_POP_IGNORING_WUNDEF() struct84 enum Orientation { kHorizontal, kVertical }; in RTC_POP_IGNORING_WUNDEF()87 IntervalSeries(const std::string& label, in RTC_POP_IGNORING_WUNDEF() argument92 std::string label; in RTC_POP_IGNORING_WUNDEF()93 std::string color; in RTC_POP_IGNORING_WUNDEF()94 Orientation orientation; in RTC_POP_IGNORING_WUNDEF()95 std::vector<Interval> intervals; in RTC_POP_IGNORING_WUNDEF()