Home
last modified time | relevance | path

Searched refs:command_hash (Results 1 – 5 of 5) sorted by relevance

/third_party/ninja/src/
Dbuild_log.h61 uint64_t command_hash; member
70 return output == o.output && command_hash == o.command_hash &&
76 LogEntry(const string& output, uint64_t command_hash,
Dbuild_log.cc116 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()
Dbuild_log_test.cc117 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()
Dgraph.cc278 BuildLog::LogEntry::HashCommand(command) != entry->command_hash) { in RecomputeOutputDirty()
Dbuild_test.cc1737 log_entry->command_hash)); in TEST_F()
1738 log_entry->command_hash++; // Change the command hash to something else. in TEST_F()