Home
last modified time | relevance | path

Searched refs:Enable_If_Signed (Results 1 – 1 of 1) sorted by relevance

/aosp12/hardware/google/pixel/vibrator/common/
H A Dutils.h49 using Enable_If_Signed = std::enable_if_t<std::is_signed_v<T>, U>; variable
87 inline Enable_If_Signed<T, T> getProperty(const std::string &key, const T def) { in getProperty()