Searched refs:encoded_history (Results 1 – 2 of 2) sorted by relevance
227 std::string encoded_history = in LogEventsFromMemoryToOutput() local231 WriteConfigsAndHistoryToOutput(encoded_configs, encoded_history); in LogEventsFromMemoryToOutput()236 const std::string& encoded_history) { in WriteConfigsAndHistoryToOutput() argument241 WriteToOutput(encoded_history); // Typical case. in WriteConfigsAndHistoryToOutput()242 } else if (encoded_history.empty()) { in WriteConfigsAndHistoryToOutput()245 WriteToOutput(encoded_configs + encoded_history); in WriteConfigsAndHistoryToOutput()
57 const std::string& encoded_history)