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

  /frameworks/base/include/utils/
TypeHelpers.h 69 struct aggregate_traits { struct in namespace:android
243 { enum { value = aggregate_traits<K,V>::has_trivial_ctor }; };
247 { enum { value = aggregate_traits<K,V>::has_trivial_dtor }; };
251 { enum { value = aggregate_traits<K,V>::has_trivial_copy }; };
255 { enum { value = aggregate_traits<K,V>::has_trivial_move }; };
  /system/core/libpixelflinger/tinyutils/
TypeHelpers.h 56 struct aggregate_traits { struct in namespace:android
225 { enum { value = aggregate_traits<K,V>::has_trivial_ctor }; };
229 { enum { value = aggregate_traits<K,V>::has_trivial_dtor }; };
233 { enum { value = aggregate_traits<K,V>::has_trivial_copy }; };
237 { enum { value = aggregate_traits<K,V>::has_trivial_assign};};

Completed in 154 milliseconds