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

/system/core/include/utils/
H A DTypeHelpers.h38 template <typename T> struct trait_trivial_move { enum { value = false }; }; struct in namespace:android
54 has_trivial_move = is_pointer || trait_trivial_move<TYPE>::value
83 template<> struct trait_trivial_move< T > { enum { value = true }; };
289 struct trait_trivial_move< key_value_pair_t<K, V> > struct in namespace:android
/system/core/libutils/include/utils/
H A DTypeHelpers.h38 template <typename T> struct trait_trivial_move { enum { value = false }; }; struct in namespace:android
54 has_trivial_move = is_pointer || trait_trivial_move<TYPE>::value
83 template<> struct trait_trivial_move< T > { enum { value = true }; };
289 struct trait_trivial_move< key_value_pair_t<K, V> > struct in namespace:android

Completed in 41 milliseconds