Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpel_values.hpp25 const int descriptionPos = 2; variable
42 const uint8_t position = pel_values::descriptionPos);
H A Dpel_values.cpp336 return std::get<pel_values::descriptionPos>(*tmp); in getValue()
353 foundValues.push_back(std::get<descriptionPos>(entry)); in getValuesBitwise()
/openbmc/phosphor-logging/test/openpower-pels/
H A Dpel_values_test.cpp22 EXPECT_STREQ("CEC Hardware - Clock", std::get<descriptionPos>(*s)); in TEST()