Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dboost_formatters.hpp28 template <std::derived_from<boost::urls::grammar::string_view_base> StringView>
29 struct std::formatter<StringView>
35 auto format(const StringView& msg, auto& ctx) const in format()
55 template <std::derived_from<boost::core::string_view> StringView>
56 struct std::formatter<StringView>
62 auto format(const StringView& msg, auto& ctx) const in format()
/openbmc/phosphor-host-ipmid/test/message/
H A Dpack.cpp245 TEST(PackBasics, StringView) in TEST() argument