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

  /frameworks/base/libs/hwui/utils/
Pair.h 47 { enum { value = aggregate_traits<F, S>::has_trivial_ctor }; };
50 { enum { value = aggregate_traits<F, S>::has_trivial_dtor }; };
53 { enum { value = aggregate_traits<F, S>::has_trivial_copy }; };
56 { enum { value = aggregate_traits<F, S>::has_trivial_move }; };
  /frameworks/rs/cpp/util/
TypeHelpers.h 57 struct aggregate_traits { struct in namespace:android::RSC
250 { enum { value = aggregate_traits<K,V>::has_trivial_ctor }; };
253 { enum { value = aggregate_traits<K,V>::has_trivial_dtor }; };
256 { enum { value = aggregate_traits<K,V>::has_trivial_copy }; };
259 { enum { value = aggregate_traits<K,V>::has_trivial_move }; };
  /frameworks/rs/server/
TypeHelpers.h 57 struct aggregate_traits { struct in namespace:android
250 { enum { value = aggregate_traits<K,V>::has_trivial_ctor }; };
253 { enum { value = aggregate_traits<K,V>::has_trivial_dtor }; };
256 { enum { value = aggregate_traits<K,V>::has_trivial_copy }; };
259 { enum { value = aggregate_traits<K,V>::has_trivial_move }; };
  /system/core/include/utils/
TypeHelpers.h 57 struct aggregate_traits { struct in namespace:android
257 { enum { value = aggregate_traits<K,V>::has_trivial_ctor }; };
260 { enum { value = aggregate_traits<K,V>::has_trivial_dtor }; };
263 { enum { value = aggregate_traits<K,V>::has_trivial_copy }; };
266 { enum { value = aggregate_traits<K,V>::has_trivial_move }; };

Completed in 69 milliseconds