Searched refs:aHandlerEntries (Results 1 – 2 of 2) sorted by relevance
38 constexpr bool NcpBase::AreHandlerEntriesSorted(const HandlerEntry *aHandlerEntries, size_t aSize) in AreHandlerEntriesSorted() argument41 : ((aHandlerEntries[aSize - 1].mKey > aHandlerEntries[aSize - 2].mKey) && in AreHandlerEntriesSorted()42 AreHandlerEntriesSorted(aHandlerEntries, aSize - 1)); in AreHandlerEntriesSorted()752 NcpBase::PropertyHandler NcpBase::FindPropertyHandler(const HandlerEntry *aHandlerEntries, in FindPropertyHandler() argument764 if (aHandlerEntries[m].mKey < aKey) in FindPropertyHandler()774 return aHandlerEntries[l].mKey == aKey ? aHandlerEntries[l].mHandler : nullptr; in FindPropertyHandler()
190 … static constexpr bool AreHandlerEntriesSorted(const HandlerEntry *aHandlerEntries, size_t aSize);193 static PropertyHandler FindPropertyHandler(const HandlerEntry *aHandlerEntries,