Searched defs:WhiteListItemHash (Results 1 – 1 of 1) sorted by relevance
34 struct WhiteListItemHash { struct40 WhiteListItemHash() : hash(""), len(0) {} in WhiteListItemHash() argument42 WhiteListItemHash(std::string &hash, int32_t len) : hash(hash), len(len) {} in WhiteListItemHash() argument