Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Downing_list.hpp118 template <typename... Args> OwnedPtr<Type> RemoveMatching(const Args &...aArgs) in RemoveMatching() function in ot::OwningList
Darray.hpp477 template <typename Indicator> void RemoveMatching(const Indicator &aIndicator) in RemoveMatching() function in ot::Array
Dlinked_list.hpp335 template <typename... Args> Type *RemoveMatching(const Args &...aArgs) in RemoveMatching() function in ot::LinkedList