Home
last modified time | relevance | path

Searched refs:PromotedIntT (Results 1 – 1 of 1) sorted by relevance

/external/angle/src/libANGLE/
DBinaryStream.h47 using PromotedIntT = typename PromotedIntegerType<IntT>::type; in readInt() local
48 PromotedIntT value = 0; in readInt()
209 using PromotedIntT = typename PromotedIntegerType<IntT>::type; in writeInt() local
210 ASSERT(angle::IsValueInRangeForNumericType<PromotedIntT>(param)); in writeInt()
211 PromotedIntT intValue = static_cast<PromotedIntT>(param); in writeInt()