Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/common/
H A Downing_list.hpp127 template <typename Indicator> OwnedPtr<Type> RemoveMatching(const Indicator &aIndicator) in RemoveMatching() function in ot::OwningList
H A Darray.hpp513 template <typename Indicator> void RemoveMatching(const Indicator &aIndicator) in RemoveMatching() function in ot::Array
H A Dlinked_list.hpp360 template <typename Indicator> Type *RemoveMatching(const Indicator &aIndicator) in RemoveMatching() function in ot::LinkedList