Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Dlinked_list.hpp481 const Type *FindMatching(const Type *aBegin, in FindMatching() argument
490 for (entry = aBegin; entry != aEnd; aPrevEntry = entry, entry = entry->GetNext()) in FindMatching()
523 …Type *FindMatching(const Type *aBegin, const Type *aEnd, const Indicator &aIndicator, Type *&aPrev… in FindMatching() argument
525 … return AsNonConst(FindMatching(aBegin, aEnd, aIndicator, const_cast<const Type *&>(aPrevEntry))); in FindMatching()