Home
last modified time | relevance | path

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

/openthread-3.7.0/src/core/common/
Dbinary_search.hpp100 …template <typename Entry, uint16_t kLength> static constexpr bool IsSorted(const Entry (&aTable)[k… in IsSorted() function in ot::BinarySearch
108 template <typename Entry> static constexpr bool IsSorted(const Entry *aTable, uint16_t aLength) in IsSorted() function in ot::BinarySearch