Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Downing_list.hpp148 … <typename Indicator> void RemoveAllMatching(const Indicator &aIndicator, OwningList &aRemovedList) in RemoveAllMatching() argument
150 LinkedList<Type>::RemoveAllMatching(aIndicator, aRemovedList); in RemoveAllMatching()
Dlinked_list.hpp387 … <typename Indicator> void RemoveAllMatching(const Indicator &aIndicator, LinkedList &aRemovedList) in RemoveAllMatching() argument
400 aRemovedList.Push(*entry); in RemoveAllMatching()