Searched refs:AreInOrder (Results 1 – 5 of 5) sorted by relevance
110 …return (aLength <= 1) ? true : Entry::AreInOrder(aTable[0], aTable[1]) && IsSorted(aTable + 1, aLe… in IsSorted()
450 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
50 constexpr static bool AreInOrder(const Entry &aFirst, const Entry &aSecond) in AreInOrder() function
152 constexpr static bool AreInOrder(const CommandEntry &aFirst, const CommandEntry &aSecond) in AreInOrder() function