Searched refs:InterruptFlagsType (Results 1 – 1 of 1) sorted by relevance
1272 enum InterruptFlagsType { enum1283 InterruptFlagsType type_;1286 InterruptFlags(InterruptFlagsType type) // NOLINT(runtime/explicit) in InterruptFlags()1289 : type_(static_cast<InterruptFlagsType>(type)) { in InterruptFlags()1292 InterruptFlagsType GetType() const { return type_; } in GetType()