Home
last modified time | relevance | path

Searched defs:aTable (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/common/
Dbinary_search.cpp41 const void *aTable, in Find()
Dbinary_search.hpp106 template <typename Entry> static constexpr bool IsSorted(const Entry *aTable, uint16_t aLength) in IsSorted()
/openthread-latest/tests/unit/
Dtest_child_table.cpp117 void VerifyChildTableContent(ChildTable &aTable, uint16_t aChildListLength, const TestChild *aChild… in VerifyChildTableContent()