Searched defs:EventType (Results 1 – 3 of 3) sorted by relevance
32 struct EventType { struct33 EventType(const std::string& name, uint32_t type, uint64_t config, in EventType() function39 EventType() : type(0), config(0) { in EventType() argument65 static std::string BuildString(const std::vector<const EventType*>& event_types); argument
83 enum class EventType { kSend, kReceive, kAccept }; enum
52 enum EventType { enum