Home
last modified time | relevance | path

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

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