Searched refs:PromotedIntT (Results 1 – 1 of 1) sorted by relevance
47 using PromotedIntT = typename PromotedIntegerType<IntT>::type; in readInt() local48 PromotedIntT value = 0; in readInt()209 using PromotedIntT = typename PromotedIntegerType<IntT>::type; in writeInt() local210 ASSERT(angle::IsValueInRangeForNumericType<PromotedIntT>(param)); in writeInt()211 PromotedIntT intValue = static_cast<PromotedIntT>(param); in writeInt()