Searched refs:BaseHashCacheStrategy (Results 1 - 1 of 1) sorted by path

/haiku/src/tests/system/kernel/slab/
H A DSlab.h315 struct BaseHashCacheStrategy { struct
325 typedef BaseHashCacheStrategy ParentType;
329 HashTableDefinition(BaseHashCacheStrategy *_parent) : parent(_parent) {}
345 BaseHashCacheStrategy *parent;
353 BaseHashCacheStrategy(BaseCache *parent) function in struct:BaseHashCacheStrategy
375 return ((BaseHashCacheStrategy *)_this)->_Linkage(object);
384 struct HashCacheStrategy : BaseCacheStrategy<Backend>, BaseHashCacheStrategy {
389 : BaseCacheStrategy<Backend>(parent), BaseHashCacheStrategy(parent),
418 // it's very important that we cast this to BaseHashCacheStrategy
421 _Linkage, (BaseHashCacheStrategy *)thi
[all...]

Completed in 92 milliseconds