Home
last modified time | relevance | path

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

/openbmc/phosphor-debug-collector/
H A Ddump_types.mako.cpp44 const ErrorMap errorMap = { variable
112 const auto it = errorMap.find(errorType); in isErrorTypeValid()
113 return it != errorMap.end(); in isErrorTypeValid()
118 for (const auto& [type, errorList] : errorMap) in findErrorType()