Searched refs:aggregate_traits (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/utils/
H A DPair.h45 { enum { value = aggregate_traits<F, S>::has_trivial_ctor }; };
48 { enum { value = aggregate_traits<F, S>::has_trivial_dtor }; };
51 { enum { value = aggregate_traits<F, S>::has_trivial_copy }; };
54 { enum { value = aggregate_traits<F, S>::has_trivial_move }; };
/frameworks/rs/cpp/util/
H A DTypeHelpers.h57 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/
H A DTypeHelpers.h57 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 }; };

Completed in 76 milliseconds