Lines Matching refs:Ty
15 template <> struct Type3Helper<boolTy::b> { typedef boolTy Ty; }; typedef
16 template <boolTy T, typename Type3Helper<T>::Ty U> struct Type3 {};
24 template <> struct Type4Helper<charTy::c> { typedef charTy Ty; }; typedef
25 template <charTy T, typename Type4Helper<T>::Ty U> struct Type4 {};
32 template <> struct Type5Helper<scharTy::c> { typedef scharTy Ty; }; typedef
33 template <scharTy T, typename Type5Helper<T>::Ty U> struct Type5 {};
40 template <> struct Type6Helper<ucharTy::c> { typedef ucharTy Ty; }; typedef
41 template <ucharTy T, typename Type6Helper<T>::Ty U> struct Type6 {};
48 template <> struct Type7Helper<wcharTy::c> { typedef wcharTy Ty; }; typedef
49 template <wcharTy T, typename Type7Helper<T>::Ty U> struct Type7 {};
56 template <> struct Type8Helper<char16Ty::c> { typedef char16Ty Ty; }; typedef
57 template <char16Ty T, typename Type8Helper<T>::Ty U> struct Type8 {};
64 template <> struct Type9Helper<char32Ty::c> { typedef char32Ty Ty; }; typedef
65 template <char32Ty T, typename Type9Helper<T>::Ty U> struct Type9 {};