TypeAndSignature
return fHashTable.Lookup(SharedCacheEntry::TypeAndSignature(fileType,
SharedCacheEntry::Hash(const TypeAndSignature& typeAndSignature)
return Hash(TypeAndSignature(fFileType.String(), fAppSignature.String()));
SharedCacheEntry::operator==(const TypeAndSignature& typeAndSignature) const
TypeAndSignature(const char* t, const char* s)
typedef TypeAndSignature HashKeyType;
static size_t Hash(const TypeAndSignature& typeAndSignature);
bool operator==(const TypeAndSignature& typeAndSignature) const;