Home
last modified time | relevance | path

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

/openthread-3.7.0/src/core/thread/
Duri_paths.cpp59 static constexpr Entry kEntries[] = { variable
102 static_assert(BinarySearch::IsSorted(kEntries), "kEntries is not sorted");
151 return UriList::kEntries[aUri].mPath; in PathForUri()
157 const UriList::Entry *entry = BinarySearch::Find(aPath, UriList::kEntries); in UriFromPath()
160 uri = static_cast<Uri>(entry - UriList::kEntries); in UriFromPath()