Searched defs:DisplayId (Results 1 – 3 of 3) sorted by relevance
27 struct DisplayId { struct35 DisplayId() = default; argument37 DisplayId& operator=(const DisplayId&) = default; argument42 static constexpr std::optional<DisplayId> fromValue(uint64_t); argument47 if (const auto id = Id::tryCast(DisplayId(value))) { in fromValue() argument54 explicit constexpr DisplayId(uint64_t id) : value(id) {} in DisplayId() argument
27 struct DisplayId { struct35 DisplayId() = default; argument37 DisplayId& operator=(const DisplayId&) = default; argument42 static constexpr std::optional<DisplayId> fromValue(uint64_t); argument47 if (const auto id = Id::tryCast(DisplayId(value))) { in fromValue() argument54 explicit constexpr DisplayId(uint64_t id) : value(id) {} in DisplayId() function
29 public @interface DisplayId { annotation