Searched refs:AreInOrder (Results 1 – 4 of 4) sorted by relevance
110 …return (aLength <= 1) ? true : Entry::AreInOrder(aTable[0], aTable[1]) && IsSorted(aTable + 1, aLe… in IsSorted()
410 constexpr static bool AreInOrder(const Entry &aFirst, const Entry &aSecond) in AreInOrder() function in ot::Stringify::Entry
49 constexpr static bool AreInOrder(const Entry &aFirst, const Entry &aSecond) in TestBinarySearch() function
111 constexpr static bool AreInOrder(const CommandEntry &aFirst, const CommandEntry &aSecond) in AreInOrder() function