Searched refs:hashKey (Results 1 – 3 of 3) sorted by relevance
81 bool Hash::GenFileHashKey(const std::string &path, size_t &hashKey) in GenFileHashKey() argument92 hashKey = std::hash<std::string>()(buffer.str()); in GenFileHashKey()
30 static bool GenFileHashKey(const std::string &path, size_t &hashKey);
34 static uint32_t MapHash(const char *hashKey) in MapHash() argument38 while (hashKey != NULL && *hashKey != 0) { in MapHash()39 hashValue = hashValue * HASH_SEED + (*hashKey++); in MapHash()