Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-kernel/systemtap/systemtap/
H A D0001-improve-reproducibility-for-c-compiling.patch6 Use relative dir to include header string_ref to
24 -#include <boost/utility/string_ref.hpp> //header with string_ref
25 +#include "@RELATIVE_STAGING_INCDIR@/boost/utility/string_ref.hpp" //header with string_ref
/openbmc/sdbusplus/include/sdbusplus/async/
H A Dproxy.hpp59 using string_ref = const string_t&; typedef
80 constexpr auto service(string_ref s) const noexcept in service()
85 constexpr auto path(string_ref p) const noexcept in path()
90 constexpr auto interface(string_ref i) const noexcept in interface()
209 static auto c_str(string_ref v) in c_str()