Searched refs:kEnumCount (Results 1 – 3 of 3) sorted by relevance
91 static constexpr size_t kEnumCount = static_cast<size_t>(TestEnum::EnumCount); member in EnumBitSetIteratorTest92 ityp::bitset<TestEnum, kEnumCount> mStateBits;131 ityp::bitset<TestEnum, kEnumCount> otherBits; in TEST_F()
29 constexpr uint32_t kEnumCount = EnumCount<T>::value; variable
40 using BackendsBitset = ityp::bitset<wgpu::BackendType, kEnumCount<wgpu::BackendType>>;