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

/system/core/include/utils/
H A DTypeHelpers.h36 template <typename T> struct trait_trivial_dtor { enum { value = false }; }; struct in namespace:android
50 has_trivial_dtor = is_pointer || trait_trivial_dtor<TYPE>::value,
77 template<> struct trait_trivial_dtor< T > { enum { value = true }; };
283 struct trait_trivial_dtor< key_value_pair_t<K, V> > struct in namespace:android
/system/core/libutils/include/utils/
H A DTypeHelpers.h36 template <typename T> struct trait_trivial_dtor { enum { value = false }; }; struct in namespace:android
50 has_trivial_dtor = is_pointer || trait_trivial_dtor<TYPE>::value,
77 template<> struct trait_trivial_dtor< T > { enum { value = true }; };
283 struct trait_trivial_dtor< key_value_pair_t<K, V> > struct in namespace:android

Completed in 65 milliseconds