Lines Matching defs:output
115 BuildLog::LogEntry::LogEntry(const string& output)
116 : output(output) {}
118 BuildLog::LogEntry::LogEntry(const string& output, uint64_t command_hash,
120 : output(output), command_hash(command_hash),
157 entries_.insert(Entries::value_type(log_entry->output, log_entry));
335 string output = string(start, end - start);
341 Entries::iterator i = entries_.find(output);
345 entry = new LogEntry(output);
346 entries_.insert(Entries::value_type(entry->output, entry));
389 entry.output.c_str(), entry.command_hash) > 0;
463 if (i->second->output == outputs[j]) {
469 const TimeStamp mtime = disk_interface.Stat(i->second->output, err);