Searched defs:EventFormat (Results 1 – 3 of 3) sorted by relevance
38 struct EventFormat { struct39 EventFormat(const std::string& name, const std::string& attr, int shift) in EventFormat() function42 std::string name;43 std::string attr;44 int shift;
57 struct EventFormat { struct58 std::string name;82 const EventFormat* GetEventFormat(int id) const; argument
41 enum EventFormat { enum