Home
last modified time | relevance | path

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

/openbmc/phosphor-networkd/src/
H A Dconfig_parser.hpp82 struct SectionCheck struct
108 using Section = Checked<std::string, SectionCheck>;
H A Dconfig_parser.cpp96 void SectionCheck::operator()(std::string_view s) in operator ()()