Home | History | Annotate | Download | only in html

Lines Matching defs:CollectionCache

32 struct CollectionCache : FastAllocBase {
33 CollectionCache();
34 CollectionCache(const CollectionCache&);
35 CollectionCache& operator=(const CollectionCache& other)
37 CollectionCache tmp(other);
41 ~CollectionCache();
44 void swap(CollectionCache&);
65 inline void CollectionCache::checkConsistency() { }