Searched refs:HashCommand (Results 1 – 5 of 5) sorted by relevance
109 uint64_t BuildLog::LogEntry::HashCommand(StringPiece command) { in HashCommand() function in BuildLog::LogEntry145 uint64_t command_hash = LogEntry::HashCommand(command); in RecordCommand()349 entry->command_hash = LogEntry::HashCommand(StringPiece(start, in Load()
45 hashes[i] = make_pair(BuildLog::LogEntry::HashCommand(commands[i]), i); in main()
66 static uint64_t HashCommand(StringPiece command);
108 ASSERT_EQ(BuildLog::LogEntry::HashCommand(expected), actual); in AssertHash()
278 BuildLog::LogEntry::HashCommand(command) != entry->command_hash) { in RecomputeOutputDirty()