Searched refs:hashSets (Results 1 – 2 of 2) sorted by relevance
238 std::unordered_set<std::string> hashSets; in GetCombKeysHash() local240 GetAllComb(combKeys, hash, combKeys.size(), hashSets); in GetCombKeysHash()242 for (const auto &hashSet : hashSets) { in GetCombKeysHash()248 int32_t targetLen, std::unordered_set<std::string> &hashSets) in GetAllComb() argument257 GetAllComb(leftVecs, newHash, targetLen, hashSets); in GetAllComb()262 hashSets.insert(hash.hash); in GetAllComb()
71 int32_t targetLen, std::unordered_set<std::string> &hashSets);