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

/frameworks/native/include/utils/
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 107 milliseconds