Searched defs:are_unique (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/include/media/stagefright/foundation/
H A DTypeTraits.h127 struct HIDE are_unique; member in namespace:android
134 struct HIDE are_unique<> : std::true_type {}; struct in namespace:android
140 struct HIDE are_unique<T, Us...> struct in namespace:android
141 : std::integral_constant<bool, are_unique<Us...>::value && !is_one_of<T, Us...>::value> {};
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
H A DTypeTraits.h127 struct HIDE are_unique; member in namespace:android
134 struct HIDE are_unique<> : std::true_type {}; struct in namespace:android
140 struct HIDE are_unique<T, Us...> struct in namespace:android
141 : std::integral_constant<bool, are_unique<Us...>::value && !is_one_of<T, Us...>::value> {};
/frameworks/av/media/libstagefright/include/media/stagefright/foundation/
H A DTypeTraits.h127 struct HIDE are_unique; member in namespace:android
134 struct HIDE are_unique<> : std::true_type {}; struct in namespace:android
140 struct HIDE are_unique<T, Us...> struct in namespace:android
141 : std::integral_constant<bool, are_unique<Us...>::value && !is_one_of<T, Us...>::value> {};

Completed in 59 milliseconds