Searched refs:WindowT (Results 1 – 1 of 1) sorted by relevance
34 typedef Window WindowT; typedef36 typedef HWND WindowT;38 typedef CGWindowID WindowT;40 typedef unsigned int WindowT;45 return WindowId(reinterpret_cast<WindowId::WindowT>(id)); in Cast()47 return WindowId(static_cast<WindowId::WindowT>(id)); in Cast()51 static uint64_t Format(const WindowT& id) { in Format()60 WindowId(const WindowT& id) : id_(id) {} // NOLINT in WindowId()61 const WindowT& id() const { return id_; } in id()68 WindowT id_;