Searched refs:EntryPool (Results 1 – 1 of 1) sorted by relevance
66 typedef Pool<Entry, kPoolSize> EntryPool; typedef70 void VerifyEntry(EntryPool &aPool, const Entry &aEntry, bool aInitWithInstance) in VerifyEntry()73 const EntryPool &constPool = const_cast<const EntryPool &>(aPool); in VerifyEntry()85 void TestPool(EntryPool &aPool, bool aInitWithInstance) in TestPool()124 EntryPool pool1; in TestPool()125 EntryPool pool2(*instance); in TestPool()