Searched refs:trait_trivial_move (Results 1 - 1 of 1) sorted by relevance
/frameworks/base/include/utils/ | ||
H A D | TypeHelpers.h | 36 template <typename T> struct trait_trivial_move { enum { value = false }; }; struct in namespace:android 42 template <typename T> struct trait_trivial_move< sp<T> >{ struct in namespace:android 48 template <typename T> struct trait_trivial_move< wp<T> >{ struct in namespace:android 64 has_trivial_move = is_pointer || trait_trivial_move<TYPE>::value 87 template<> struct trait_trivial_move< T > { enum { value = true }; }; 254 struct trait_trivial_move< key_value_pair_t<K, V> > struct in namespace:android |
Completed in 1048 milliseconds