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

/system/core/libpixelflinger/tinyutils/
H A DTypeHelpers.h26 template <typename T> struct trait_trivial_copy { enum { value = false }; }; struct in namespace:android
35 template<> struct trait_trivial_copy< T > { enum { value = true }; }; \
41 template<> struct trait_trivial_copy< T > { enum { value = copy }; }; \
50 has_trivial_copy = is_pointer || trait_trivial_copy<TYPE>::value,
232 struct trait_trivial_copy< key_value_pair_t<K, V> > struct in namespace:android

Completed in 28 milliseconds