Home
last modified time | relevance | path

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

/openthread-3.7.0/tests/unit/
Dtest_pool.cpp40 struct EntryBase struct
42 EntryBase *mNext; argument
45 struct Entry : public EntryBase, LinkedListEntry<Entry>
Dtest_linked_list.cpp45 struct EntryBase struct
47 EntryBase *mNext; argument
50 struct Entry : public EntryBase, LinkedListEntry<Entry>