Home
last modified time | relevance | path

Searched refs:aIndicator (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/common/
Darray.hpp409 template <typename Indicator> Type *FindMatching(const Indicator &aIndicator) in FindMatching() argument
411 return AsNonConst(AsConst(this)->FindMatching(aIndicator)); in FindMatching()
427 template <typename Indicator> const Type *FindMatching(const Indicator &aIndicator) const in FindMatching()
433 if (element.Matches(aIndicator)) in FindMatching()
457 template <typename Indicator> bool ContainsMatching(const Indicator &aIndicator) const in ContainsMatching()
459 return FindMatching(aIndicator) != nullptr; in ContainsMatching()
477 template <typename Indicator> void RemoveMatching(const Indicator &aIndicator) in RemoveMatching() argument
479 Type *entry = FindMatching(aIndicator); in RemoveMatching()
501 template <typename Indicator> void RemoveAllMatching(const Indicator &aIndicator) in RemoveAllMatching() argument
507 if (entry.Matches(aIndicator)) in RemoveAllMatching()
Dheap_array.hpp421 template <typename Indicator> Type *FindMatching(const Indicator &aIndicator) in FindMatching() argument
423 return AsNonConst(AsConst(this)->FindMatching(aIndicator)); in FindMatching()
441 template <typename Indicator> const Type *FindMatching(const Indicator &aIndicator) const in FindMatching()
447 if (element.Matches(aIndicator)) in FindMatching()
471 template <typename Indicator> bool ContainsMatching(const Indicator &aIndicator) const in ContainsMatching()
473 return FindMatching(aIndicator) != nullptr; in ContainsMatching()