Searched refs:trait_trivial_dtor (Results 1 - 1 of 1) sorted by relevance

/system/core/libpixelflinger/tinyutils/
H A DTypeHelpers.h25 template <typename T> struct trait_trivial_dtor { enum { value = false }; }; struct in namespace:android
34 template<> struct trait_trivial_dtor< T > { enum { value = true }; }; \
40 template<> struct trait_trivial_dtor< T > { enum { value = dtor }; }; \
49 has_trivial_dtor = is_pointer || trait_trivial_dtor<TYPE>::value,
228 struct trait_trivial_dtor< key_value_pair_t<K, V> > struct in namespace:android

Completed in 163 milliseconds