Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/common/third_party/base/anglebase/numerics/
Dsafe_conversions.h147 constexpr StrictNumeric() : value_(0) {} in StrictNumeric() function
151 constexpr StrictNumeric(const StrictNumeric<Src> &rhs) : value_(strict_cast<T>(rhs.value_)) in StrictNumeric() function
157 constexpr StrictNumeric(Src value) : value_(strict_cast<T>(value)) in StrictNumeric() function