HomeSort by relevance Sort by last modified time
    Searched refs:trait_trivial_move (Results 1 - 4 of 4) sorted by null

  /frameworks/native/include/utils/
TypeHelpers.h 36 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
KeyedVector.h 96 template<typename KEY, typename VALUE> struct trait_trivial_move<KeyedVector<KEY, VALUE> > { struct in namespace:android
97 enum { value = trait_trivial_move<SortedVector< key_value_pair_t<KEY, VALUE> > >::value };
SortedVector.h 138 template<typename T> struct trait_trivial_move<SortedVector<T> > { enum { value = true }; }; struct in namespace:android
Vector.h 206 template<typename T> struct trait_trivial_move<Vector<T> > { enum { value = true }; }; struct in namespace:android

Completed in 56 milliseconds