Searched refs:HistoryEvent (Results 1 – 2 of 2) sorted by relevance
212 struct HistoryEvent { struct245 LOCAL_API std::string HistoryQueueDump(const HistoryEvent &historyEvent);268 std::vector<HistoryEvent> historyEvents_;
90 EventQueueBase::EventQueueBase() : EventQueue(), historyEvents_(std::vector<HistoryEvent>(HISTORY_E… in EventQueueBase()96 : EventQueue(ioWaiter), historyEvents_(std::vector<HistoryEvent>(HISTORY_EVENT_NUM_POWER)) in EventQueueBase()665 std::string EventQueueBase::HistoryQueueDump(const HistoryEvent &historyEvent) in HistoryQueueDump()