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

  /frameworks/base/libs/hwui/utils/
Pair.h 53 struct trait_trivial_move< uirenderer::Pair<F, S> > struct in namespace:android
  /frameworks/rs/cpp/util/
TypeHelpers.h 36 template <typename T> struct trait_trivial_move { enum { value = false }; }; struct in namespace:android::RSC
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::RSC
  /frameworks/rs/server/
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
  /system/core/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 102 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 };
SortedVector.h 138 template<typename T> struct trait_trivial_move<SortedVector<T> > { enum { value = true }; }; struct in namespace:android
Vector.h 212 template<typename T> struct trait_trivial_move<Vector<T> > { enum { value = true }; }; struct in namespace:android

Completed in 73 milliseconds