Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/i2c-vr/
H A Dvr.cpp51 std::map<std::string, enum VRType> VRTypeToString{ in stringToEnum() enum
63 if (VRTypeToString.contains(vrStr)) in stringToEnum()
65 vrType = VRTypeToString[vrStr]; in stringToEnum()