Home
last modified time | relevance | path

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

/openbmc/phosphor-networkd/src/
H A Dconfig_parser.hpp78 struct KeyCheck struct
107 using Key = Checked<std::string, KeyCheck>;
H A Dconfig_parser.cpp85 void KeyCheck::operator()(std::string_view s) in operator ()()