Searched defs:DisplayId (Results 1 – 3 of 3) sorted by relevance
30 struct DisplayId { struct38 DisplayId() = default; argument40 DisplayId& operator=(const DisplayId&) = default; argument48 static constexpr std::optional<DisplayId> fromValue(uint64_t); argument53 if (const auto id = Id::tryCast(DisplayId(value))) { in fromValue() argument60 explicit constexpr DisplayId(uint64_t id) : value(id) {} in DisplayId() argument
29 public @interface DisplayId { annotation