Searched defs:BuildLog (Results 1 – 2 of 2) sorted by relevance
44 struct BuildLog { struct59 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_;
122 BuildLog::BuildLog() in BuildLog() function in BuildLog