Searched refs:toErrorType (Results 1 – 4 of 4) sorted by relevance
25 EXPECT_EQ(toErrorType(PhaseFaultType::n), ErrorType::phaseFaultN); in TEST()26 EXPECT_EQ(toErrorType(PhaseFaultType::n_plus_1), in TEST()
30 inline ErrorType toErrorType(std::underlying_type_t<ErrorType> value) in toErrorType() function36 inline ErrorType toErrorType(const std::string& value) in toErrorType() function
63 inline ErrorType toErrorType(PhaseFaultType type) in toErrorType() function
91 ErrorType errorType = toErrorType(faultType); in checkForPhaseFault()