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

/frameworks/native/include/utils/
H A DKeyedVector.h102 template<typename KEY, typename VALUE> struct trait_trivial_move<KeyedVector<KEY, VALUE> > { struct in namespace:android
103 enum { value = trait_trivial_move<SortedVector< key_value_pair_t<KEY, VALUE> > >::value };
H A DSortedVector.h138 template<typename T> struct trait_trivial_move<SortedVector<T> > { enum { value = true }; }; struct in namespace:android
H A DTypeHelpers.h36 template <typename T> struct trait_trivial_move { enum { value = false }; }; struct in namespace:android
52 has_trivial_move = is_pointer || trait_trivial_move<TYPE>::value
81 template<> struct trait_trivial_move< T > { enum { value = true }; };
258 struct trait_trivial_move< key_value_pair_t<K, V> > struct in namespace:android
H A DVector.h205 template<typename T> struct trait_trivial_move<Vector<T> > { enum { value = true }; }; struct in namespace:android

Completed in 53 milliseconds