Searched refs:compressed_log (Results 1 – 2 of 2) sorted by relevance
64 SerializedLog compressed_log; in FinishCurrentLog() local65 CompressCurrentLog(&compressed_log); in FinishCurrentLog()66 if (!compressed_log.IsEmpty()) in FinishCurrentLog()67 StoreLog(&compressed_log, current_log_type_, NORMAL_STORE); in FinishCurrentLog()213 void MetricsLogManager::CompressCurrentLog(SerializedLog* compressed_log) { in CompressCurrentLog() argument216 compressed_log->SwapLogText(&log_text); in CompressCurrentLog()
173 void CompressCurrentLog(SerializedLog* compressed_log);