Home
last modified time | relevance | path

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

/openthread-3.4.0/src/core/common/
Dlinked_list.hpp461 const Type *FindMatching(const Type *aBegin, in FindMatching() argument
470 for (entry = aBegin; entry != aEnd; aPrevEntry = entry, entry = entry->GetNext()) in FindMatching()
503 …Type *FindMatching(const Type *aBegin, const Type *aEnd, const Indicator &aIndicator, Type *&aPrev… in FindMatching() argument
505 … return AsNonConst(FindMatching(aBegin, aEnd, aIndicator, const_cast<const Type *&>(aPrevEntry))); in FindMatching()