Searched refs:PromotedIntT (Results 1 – 1 of 1) sorted by relevance
48 using PromotedIntT = typename PromotedIntegerType<IntT>::type; in readInt() local49 PromotedIntT value = 0; in readInt()234 using PromotedIntT = typename PromotedIntegerType<IntT>::type; in writeInt() local235 ASSERT(angle::IsValueInRangeForNumericType<PromotedIntT>(param)); in writeInt()236 PromotedIntT intValue = static_cast<PromotedIntT>(param); in writeInt()