Home
last modified time | relevance | path

Searched refs:hashSets (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_input/common/include/
H A Dwhite_list_util.cpp238 std::unordered_set<std::string> hashSets; in GetCombKeysHash() local
240 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() argument
257 GetAllComb(leftVecs, newHash, targetLen, hashSets); in GetAllComb()
262 hashSets.insert(hash.hash); in GetAllComb()
H A Dwhite_list_util.h71 int32_t targetLen, std::unordered_set<std::string> &hashSets);