Home
last modified time | relevance | path

Searched defs:EntryType (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/tests/unit/
Dtest_heap_array.cpp87 void VerifyEntry(const EntryType &aEntry, const Heap::Array<EntryType, 2> &aArray, int aExpectedVal… in VerifyEntry()
115 template <typename EntryType, typename... Args> void VerifyArray(const Heap::Array<EntryType, 2> &a… in VerifyArray()
/openthread-latest/src/core/border_router/
Drouting_manager.hpp960 enum EntryType : uint8_t enum in ot::BorderRouter::RoutingManager::RxRaTracker::Iterator