Home
last modified time | relevance | path

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

/openbmc/google-misc/subprojects/metrics-ipmi-blobs/
H A Dmetric.cpp446 std::vector<std::string_view> strs(self.stringTable.size()); in doWork() local
449 strs[i] = str; in doWork()
451 for (auto& str : strs) in doWork()
/openbmc/bmcweb/features/openbmc_rest/
H A Dopenbmc_dbus_rest.hpp2173 std::vector<std::string> strs; in handleBusSystemPost() local
2175 bmcweb::split(strs, requestedPath, '/'); in handleBusSystemPost()
2179 auto it = strs.begin(); in handleBusSystemPost()
2180 if (it == strs.end()) in handleBusSystemPost()
2184 while (it != strs.end()) in handleBusSystemPost()
2202 if (it != strs.end()) in handleBusSystemPost()
2208 if (it != strs.end()) in handleBusSystemPost()
2214 if (it != strs.end()) in handleBusSystemPost()