Searched refs:underlying_t (Results 1 – 1 of 1) sorted by relevance
133 using underlying_t = typename std::underlying_type<T>::type; in PrintCheckOperand() local136 std::is_same<underlying_t, uint8_t>::value, uint16_t, in PrintCheckOperand()137 typename std::conditional<std::is_same<underlying_t, int8_t>::value, in PrintCheckOperand()138 int16_t, underlying_t>::type>::type; in PrintCheckOperand()139 PrintCheckOperand(os, static_cast<int_t>(static_cast<underlying_t>(val))); in PrintCheckOperand()