Lines Matching refs:LogEntry
111 uint64_t BuildLog::LogEntry::HashCommand(StringPiece command) {
115 BuildLog::LogEntry::LogEntry(const string& output)
118 BuildLog::LogEntry::LogEntry(const string& output, uint64_t command_hash,
147 uint64_t command_hash = LogEntry::HashCommand(command);
152 LogEntry* log_entry;
156 log_entry = new LogEntry(path);
340 LogEntry* entry;
345 entry = new LogEntry(output);
379 BuildLog::LogEntry* BuildLog::LookupByOutput(const string& path) {
386 bool BuildLog::WriteEntry(FILE* f, const LogEntry& entry) {