Home
last modified time | relevance | path

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

/external/openthread/src/core/common/
Dbinary_search.hpp110 …return (aLength <= 1) ? true : Entry::AreInOrder(aTable[0], aTable[1]) && IsSorted(aTable + 1, aLe… in IsSorted()
Dstring.hpp410 constexpr static bool AreInOrder(const Entry &aFirst, const Entry &aSecond) in AreInOrder() function in ot::Stringify::Entry
/external/openthread/tests/unit/
Dtest_binary_search.cpp49 constexpr static bool AreInOrder(const Entry &aFirst, const Entry &aSecond) in TestBinarySearch() function
/external/openthread/src/cli/
Dcli_output.hpp111 constexpr static bool AreInOrder(const CommandEntry &aFirst, const CommandEntry &aSecond) in AreInOrder() function