Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DBitSetIteratorTests.cpp91 static constexpr size_t kEnumCount = static_cast<size_t>(TestEnum::EnumCount); member in EnumBitSetIteratorTest
92 ityp::bitset<TestEnum, kEnumCount> mStateBits;
131 ityp::bitset<TestEnum, kEnumCount> otherBits; in TEST_F()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
Ddawn_platform.h29 constexpr uint32_t kEnumCount = EnumCount<T>::value; variable
DInstance.h40 using BackendsBitset = ityp::bitset<wgpu::BackendType, kEnumCount<wgpu::BackendType>>;