Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-regulators/src/
H A Derror_history.hpp41 numTypes = 8 enumerator
108 std::bitset<static_cast<int>(ErrorType::numTypes)> history{};
/openbmc/phosphor-power/phosphor-regulators/test/
H A Derror_history_tests.cpp25 EXPECT_EQ(static_cast<int>(ErrorType::numTypes), 8); in TEST()