Home
last modified time | relevance | path

Searched defs:EnableIfSame (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/previewer/include/
H A Dwindow_impl.h244 using EnableIfSame = typename std::enable_if<std::is_same_v<T1, T2>, Ret>::type; variable
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h45 using EnableIfSame = typename std::enable_if<std::is_same_v<T1, T2>, Ret>::type; variable
H A Dwindow_session_impl.h47 using EnableIfSame = typename std::enable_if<std::is_same_v<T1, T2>, Ret>::type; variable
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h732 using EnableIfSame = typename std::enable_if<std::is_same_v<T1, T2>, Ret>::type; variable