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