Home
last modified time | relevance | path

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

/third_party/ninja/src/
Dbuild_log.cc109 uint64_t BuildLog::LogEntry::HashCommand(StringPiece command) { in HashCommand() function in BuildLog::LogEntry
145 uint64_t command_hash = LogEntry::HashCommand(command); in RecordCommand()
349 entry->command_hash = LogEntry::HashCommand(StringPiece(start, in Load()
Dhash_collision_bench.cc45 hashes[i] = make_pair(BuildLog::LogEntry::HashCommand(commands[i]), i); in main()
Dbuild_log.h66 static uint64_t HashCommand(StringPiece command);
Dtest.cc108 ASSERT_EQ(BuildLog::LogEntry::HashCommand(expected), actual); in AssertHash()
Dgraph.cc278 BuildLog::LogEntry::HashCommand(command) != entry->command_hash) { in RecomputeOutputDirty()