Searched defs:RevokeHash (Results 1 – 1 of 1) sorted by relevance
23 struct RevokeHash { struct24 typedef uint32 KeyType;25 typedef RevokeElement ValueType;49 typedef BOpenHashTable<RevokeHash> RevokeTable; argument