Searched defs:LongToType (Results 1 – 4 of 4) sorted by relevance
167 test<Context, LongToType, long>(std::numeric_limits<short>::min()); in test() typedef [all...]
178 using LongToType = test() typedef [all...]
175 using LongToType = std::conditional_t<sizeof(long) == sizeof(int), int, long long>; in test() typedef [all...]
201 using LongToType = std::conditional_t<sizeof(long) == sizeof(int), int, long long>; in test() typedef [all...]