Home
last modified time | relevance | path

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

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