Searched defs:are_unique (Results 1 - 3 of 3) sorted by last modified time

/frameworks/av/include/media/stagefright/foundation/
H A DTypeTraits.h124 struct are_unique;
131 struct are_unique<> : std::true_type {}; struct in namespace:android
137 struct are_unique<T, Us...> struct in namespace:android
138 : std::integral_constant<bool, are_unique<Us...>::value && !is_one_of<T, Us...>::value> {};
/frameworks/av/media/libstagefright/foundation/include/foundation/
H A DTypeTraits.h124 struct are_unique;
131 struct are_unique<> : std::true_type {}; struct in namespace:android
137 struct are_unique<T, Us...> struct in namespace:android
138 : std::integral_constant<bool, are_unique<Us...>::value && !is_one_of<T, Us...>::value> {};
/frameworks/av/media/libstagefright/include/foundation/
H A DTypeTraits.h124 struct are_unique;
131 struct are_unique<> : std::true_type {}; struct in namespace:android
137 struct are_unique<T, Us...> struct in namespace:android
138 : std::integral_constant<bool, are_unique<Us...>::value && !is_one_of<T, Us...>::value> {};

Completed in 410 milliseconds