Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/
H A Dgzfile.hpp100 std::string newLastMessage; in hostLogEntryParser()
168 newLastMessage = bufferStr.substr(initialPos); in hostLogEntryParser()
187 std::make_move_iterator(newLastMessage.begin()), in hostLogEntryParser()
188 std::make_move_iterator(newLastMessage.end())); in hostLogEntryParser()
204 if (!newLastMessage.empty()) in hostLogEntryParser()
206 lastMessage = std::move(newLastMessage); in hostLogEntryParser()
98 std::string newLastMessage; hostLogEntryParser() local