Searched refs:newLastMessage (Results 1 – 1 of 1) sorted by relevance
100 std::string newLastMessage; in hostLogEntryParser() local168 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()