Searched defs:IORequestIDHashDefinition (Results 1 – 1 of 1) sorted by relevance
131 struct Volume::IORequestIDHashDefinition { struct in Volume132 typedef int32 KeyType;133 typedef IORequestInfo ValueType;135 size_t HashKey(int32 key) const in HashKey()137 size_t Hash(const IORequestInfo* value) const in Hash()139 bool Compare(int32 key, const IORequestInfo* value) const in Compare()141 IORequestInfo*& GetLink(IORequestInfo* value) const in GetLink()