Lines Matching refs:string_view
26 bool icaseeq(std::string_view in, std::string_view expected) noexcept in icaseeq()
32 std::optional<bool> parseBool(std::string_view in) noexcept in parseBool()
47 fs::path pathForIntfConf(const fs::path& dir, std::string_view intf) in pathForIntfConf()
52 fs::path pathForIntfDev(const fs::path& dir, std::string_view intf) in pathForIntfDev()
58 std::string_view section, std::string_view key) const noexcept in getLastValueString()
77 std::vector<std::string> SectionMap::getValueStrings(std::string_view section, in getValueStrings()
78 std::string_view key) const in getValueStrings()
84 void KeyCheck::operator()(std::string_view s) in operator ()()
96 void SectionCheck::operator()(std::string_view s) in operator ()()
108 void ValueCheck::operator()(std::string_view s) in operator ()()
135 static void removePadding(std::string_view& str) noexcept in removePadding()
160 void pumpSection(std::string_view line) in pumpSection()
191 void pumpKV(std::string_view line) in pumpKV()
227 void pump(std::string_view line) in pump()