Searched refs:TypeAndSignature (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/tracker/
H A DIconCache.h244 struct TypeAndSignature { struct in class:BPrivate::SharedCacheEntry
246 TypeAndSignature(const char* t, const char* s) function in struct:BPrivate::SharedCacheEntry::TypeAndSignature
249 typedef TypeAndSignature HashKeyType;
250 static size_t Hash(const TypeAndSignature& typeAndSignature);
254 bool operator==(const TypeAndSignature& typeAndSignature) const;
H A DIconCache.cpp1461 return fHashTable.Lookup(SharedCacheEntry::TypeAndSignature(fileType,
1570 SharedCacheEntry::Hash(const TypeAndSignature& typeAndSignature)
1584 return Hash(TypeAndSignature(fFileType.String(), fAppSignature.String()));
1589 SharedCacheEntry::operator==(const TypeAndSignature& typeAndSignature) const

Completed in 39 milliseconds