Home
last modified time | relevance | path

Searched defs:TypedIntegerImpl (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/common/
DTypedInteger.h54 class TypedIntegerImpl; variable
71 constexpr TypedIntegerImpl() : mValue(0) { in TypedIntegerImpl() function
82 explicit constexpr TypedIntegerImpl(I rhs) : mValue(static_cast<T>(rhs)) { in TypedIntegerImpl() function