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

/frameworks/base/libs/hwui/utils/
H A DPair.h50 struct trait_trivial_copy< uirenderer::Pair<F, S> > struct in namespace:android
/frameworks/rs/cpp/util/
H A DTypeHelpers.h35 template <typename T> struct trait_trivial_copy { enum { value = false }; }; struct in namespace:android::RSC
50 has_trivial_copy = is_pointer || trait_trivial_copy<TYPE>::value,
78 template<> struct trait_trivial_copy< T > { enum { value = true }; };
255 struct trait_trivial_copy< key_value_pair_t<K, V> > struct in namespace:android::RSC
/frameworks/rs/server/
H A DTypeHelpers.h35 template <typename T> struct trait_trivial_copy { enum { value = false }; }; struct in namespace:android
50 has_trivial_copy = is_pointer || trait_trivial_copy<TYPE>::value,
78 template<> struct trait_trivial_copy< T > { enum { value = true }; };
255 struct trait_trivial_copy< key_value_pair_t<K, V> > struct in namespace:android

Completed in 100 milliseconds