Home
last modified time | relevance | path

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

/external/angle/src/common/
DBinaryStream.h48 using PromotedIntT = typename PromotedIntegerType<IntT>::type; in readInt() local
49 PromotedIntT value = 0; in readInt()
234 using PromotedIntT = typename PromotedIntegerType<IntT>::type; in writeInt() local
235 ASSERT(angle::IsValueInRangeForNumericType<PromotedIntT>(param)); in writeInt()
236 PromotedIntT intValue = static_cast<PromotedIntT>(param); in writeInt()