Searched defs:traits (Results 1 - 2 of 2) sorted by relevance

/system/core/include/utils/
H A DTypeHelpers.h30 * Types traits
41 struct traits { struct in namespace:android
61 traits<T>::has_trivial_ctor && traits<U>::has_trivial_ctor,
63 traits<T>::has_trivial_dtor && traits<U>::has_trivial_dtor,
65 traits<T>::has_trivial_copy && traits<U>::has_trivial_copy,
67 traits<T>::has_trivial_move && traits<
[all...]
/system/core/libpixelflinger/codeflinger/tinyutils/
H A DTypeHelpers.h31 * Types traits
55 struct traits { struct in namespace:android::tinyutils
69 has_trivial_ctor = traits<T>::has_trivial_ctor && traits<U>::has_trivial_ctor,
70 has_trivial_dtor = traits<T>::has_trivial_dtor && traits<U>::has_trivial_dtor,
71 has_trivial_copy = traits<T>::has_trivial_copy && traits<U>::has_trivial_copy,
72 has_trivial_assign = traits<T>::has_trivial_assign && traits<
[all...]

Completed in 46 milliseconds