Searched refs:strs (Results 1 – 2 of 2) sorted by relevance
446 std::vector<std::string_view> strs(self.stringTable.size()); in doWork() local449 strs[i] = str; in doWork()451 for (auto& str : strs) in doWork()
2173 std::vector<std::string> strs; in handleBusSystemPost() local2175 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()