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

  /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};};
  /frameworks/base/include/utils/
TypeHelpers.h 57 struct aggregate_traits { struct in namespace:android
230 { enum { value = aggregate_traits<K,V>::has_trivial_ctor }; };
234 { enum { value = aggregate_traits<K,V>::has_trivial_dtor }; };
238 { enum { value = aggregate_traits<K,V>::has_trivial_copy }; };
242 { enum { value = aggregate_traits<K,V>::has_trivial_move }; };

Completed in 47 milliseconds