Searched refs:newLastMessage (Results 1 – 1 of 1) sorted by relevance
98 std::string newLastMessage; in hostLogEntryParser() local166 newLastMessage = bufferStr.substr(initialPos); in hostLogEntryParser()185 std::make_move_iterator(newLastMessage.begin()), in hostLogEntryParser()186 std::make_move_iterator(newLastMessage.end())); in hostLogEntryParser()202 if (!newLastMessage.empty()) in hostLogEntryParser()204 lastMessage = std::move(newLastMessage); in hostLogEntryParser()