Searched defs:BuildLog (Results 1 – 2 of 2) sorted by relevance
43 struct BuildLog { struct58 struct LogEntry {93 typedef ExternalStringHashMap<LogEntry*>::Type Entries;94 const Entries& entries() const { return entries_; } in entries()101 Entries entries_;102 FILE* log_file_;103 std::string log_file_path_;104 bool needs_recompaction_;
124 BuildLog::BuildLog() in BuildLog() function in BuildLog