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

/frameworks/base/libs/hwui/utils/
H A DPair.h47 struct trait_trivial_dtor< uirenderer::Pair<F, S> > struct in namespace:android
/frameworks/rs/cpp/util/
H A DTypeHelpers.h34 template <typename T> struct trait_trivial_dtor { enum { value = false }; }; struct in namespace:android::RSC
48 has_trivial_dtor = is_pointer || trait_trivial_dtor<TYPE>::value,
75 template<> struct trait_trivial_dtor< T > { enum { value = true }; };
252 struct trait_trivial_dtor< key_value_pair_t<K, V> > struct in namespace:android::RSC
/frameworks/rs/server/
H A DTypeHelpers.h34 template <typename T> struct trait_trivial_dtor { enum { value = false }; }; struct in namespace:android
48 has_trivial_dtor = is_pointer || trait_trivial_dtor<TYPE>::value,
75 template<> struct trait_trivial_dtor< T > { enum { value = true }; };
252 struct trait_trivial_dtor< key_value_pair_t<K, V> > struct in namespace:android

Completed in 1188 milliseconds