Home
last modified time | relevance | path

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

/external/libbrillo/brillo/
Dany.h85 using CanonicalDestType = typename std::decay<DestType>::type; in IsTypeCompatible() local
87 if (strcmp(GetTypeTag<CanonicalDestType>(), contained_type) == 0) in IsTypeCompatible()
90 if (!std::is_pointer<CanonicalDestType>::value) in IsTypeCompatible()
97 using NonPointer = typename std::remove_pointer<CanonicalDestType>::type; in IsTypeCompatible()