Home
last modified time | relevance | path

Searched defs:RemoveAllMatching (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/common/
Downing_list.hpp136 … template <typename... Args> void RemoveAllMatching(OwningList &aRemovedList, const Args &...aArgs) in RemoveAllMatching() function in ot::OwningList
Darray.hpp501 template <typename Indicator> void RemoveAllMatching(const Indicator &aIndicator) in RemoveAllMatching() function in ot::Array
Dlinked_list.hpp360 … template <typename... Args> void RemoveAllMatching(LinkedList &aRemovedList, const Args &...aArgs) in RemoveAllMatching() function in ot::LinkedList