Home
last modified time | relevance | path

Searched refs:EntryPool (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/tests/unit/
Dtest_pool.cpp66 typedef Pool<Entry, kPoolSize> EntryPool; typedef
70 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()