Home
last modified time | relevance | path

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

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