Home
last modified time | relevance | path

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

/third_party/skia/tests/
DSkSLTypeTest.cpp34 using ushort_limits = std::numeric_limits<uint16_t>; in DEF_TEST() typedef
35 REPORTER_ASSERT(r, context.fTypes.fUShort->minimumValue() == ushort_limits::min()); in DEF_TEST()
36 REPORTER_ASSERT(r, context.fTypes.fUShort->maximumValue() == ushort_limits::max()); in DEF_TEST()