Searched defs:RemoveAllMatching (Results 1 – 3 of 3) sorted by relevance
136 … template <typename... Args> void RemoveAllMatching(OwningList &aRemovedList, const Args &...aArgs) in RemoveAllMatching() function in ot::OwningList
501 template <typename Indicator> void RemoveAllMatching(const Indicator &aIndicator) in RemoveAllMatching() function in ot::Array
360 … template <typename... Args> void RemoveAllMatching(LinkedList &aRemovedList, const Args &...aArgs) in RemoveAllMatching() function in ot::LinkedList