Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dsystems_logservices_postcodes.hpp184 std::string_view postCodeIndex = split[1]; in parsePostCode() local
187 postCodeIndex.begin(), postCodeIndex.end(), currentValue); in parsePostCode()
189 return ptrValue == postCodeIndex.end() && ecValue == std::errc(); in parsePostCode()