Searched defs:EventLog (Results 1 – 3 of 3) sorted by relevance
11 public class EventLog { class
48 struct EventLog { struct in drive::__anon8d44f6930111::JobListLogger49 EventType type;50 JobInfo info;52 EventLog(EventType type, const JobInfo& info) : type(type), info(info) { in EventLog() argument
420 friend class EventLog; variable