Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_heap_array.cpp87 …d VerifyEntry(const EntryType &aEntry, const Heap::Array<EntryType, 2> &aArray, int aExpectedValue) in VerifyEntry() argument
95 OT_UNUSED_VARIABLE(aExpectedValue); in VerifyEntry()
100 …oid VerifyEntry(const uint16_t &aEntry, const Heap::Array<uint16_t, 2> &aArray, int aExpectedValue) in VerifyEntry() argument
103 VerifyOrQuit(aEntry == static_cast<uint16_t>(aExpectedValue)); in VerifyEntry()
106 …e <> void VerifyEntry(const Entry &aEntry, const Heap::Array<Entry, 2> &aArray, int aExpectedValue) in VerifyEntry() argument
109 VerifyOrQuit(aEntry.GetValue() == static_cast<uint16_t>(aExpectedValue)); in VerifyEntry()