Searched refs:command_hash (Results 1 – 5 of 5) sorted by relevance
/third_party/ninja/src/ |
D | build_log.h | 61 uint64_t command_hash; member 70 return output == o.output && command_hash == o.command_hash && 76 LogEntry(const string& output, uint64_t command_hash,
|
D | build_log.cc | 116 BuildLog::LogEntry::LogEntry(const string& output, uint64_t command_hash, in LogEntry() argument 118 : output(output), command_hash(command_hash), in LogEntry() 145 uint64_t command_hash = LogEntry::HashCommand(command); in RecordCommand() local 157 log_entry->command_hash = command_hash; in RecordCommand() 346 entry->command_hash = (uint64_t)strtoull(start, NULL, 16); in Load() 349 entry->command_hash = LogEntry::HashCommand(StringPiece(start, in Load() 384 entry.output.c_str(), entry.command_hash) > 0; in WriteEntry()
|
D | build_log_test.cc | 117 ASSERT_NO_FATAL_FAILURE(AssertHash("command def", e->command_hash)); in TEST_F() 186 ASSERT_NO_FATAL_FAILURE(AssertHash("command", e->command_hash)); in TEST_F() 210 ASSERT_NO_FATAL_FAILURE(AssertHash("command", e->command_hash)); in TEST_F() 217 ASSERT_NO_FATAL_FAILURE(AssertHash("command2", e->command_hash)); in TEST_F() 293 ASSERT_NO_FATAL_FAILURE(AssertHash("command2", e->command_hash)); in TEST_F()
|
D | graph.cc | 278 BuildLog::LogEntry::HashCommand(command) != entry->command_hash) { in RecomputeOutputDirty()
|
D | build_test.cc | 1737 log_entry->command_hash)); in TEST_F() 1738 log_entry->command_hash++; // Change the command hash to something else. in TEST_F()
|