Searched defs:EventType (Results 1 – 4 of 4) sorted by relevance
38 struct EventType { struct39 EventType(const std::string& name, uint32_t type, uint64_t config, const std::string& description, in EventType() argument47 EventType() : type(0), config(0) {} in EventType() function71 static std::string BuildString(const std::vector<const EventType*>& event_types); argument
58 enum class EventType { kSend, kReceive, kAccept }; enum
83 enum class EventType { kSend, kReceive, kAccept }; enum
52 enum EventType { enum