Searched defs:HashKey (Results 1 – 7 of 7) sorted by relevance
35 class HashKey { class37 HashKey(int key) : fKey(key) {} in HashKey() function in HashKey
56 unsigned long (*HashKey) (const char *key); member81 HashKey(const char *key) in HashKey() function
103 #define HashKey(E) ((E)->pKey) macro
44 FX_DWORD CFX_MapPtrToPtr::HashKey(void* key) const in HashKey() function in CFX_MapPtrToPtr359 inline FX_DWORD CFX_MapByteStringToPtr::HashKey(FX_BSTR key) const in HashKey() function in CFX_MapByteStringToPtr
675 typedef unsigned int HashKey; typedef