Home
last modified time | relevance | path

Searched defs:aIndicator (Results 1 – 4 of 4) sorted by relevance

/openthread-3.5.0/src/core/common/
Downing_list.hpp127 template <typename Indicator> OwnedPtr<Type> RemoveMatching(const Indicator &aIndicator) in RemoveMatching()
148 …template <typename Indicator> void RemoveAllMatching(const Indicator &aIndicator, OwningList &aRem… in RemoveAllMatching()
Dlinked_list.hpp360 template <typename Indicator> Type *RemoveMatching(const Indicator &aIndicator) in RemoveMatching()
387 …template <typename Indicator> void RemoveAllMatching(const Indicator &aIndicator, LinkedList &aRem… in RemoveAllMatching()
483 const Indicator &aIndicator, in FindMatching()
523 …Type *FindMatching(const Type *aBegin, const Type *aEnd, const Indicator &aIndicator, Type *&aPrev… in FindMatching()
546 …template <typename Indicator> const Type *FindMatching(const Indicator &aIndicator, const Type *&a… in FindMatching() argument
570 template <typename Indicator> Type *FindMatching(const Indicator &aIndicator, Type *&aPrevEntry) in FindMatching()
610 template <typename Indicator> Type *FindMatching(const Indicator &aIndicator) in FindMatching()
Darray.hpp442 template <typename Indicator> Type *FindMatching(const Indicator &aIndicator) in FindMatching()
513 template <typename Indicator> void RemoveMatching(const Indicator &aIndicator) in RemoveMatching()
538 template <typename Indicator> void RemoveAllMatching(const Indicator &aIndicator) in RemoveAllMatching()
Dheap_array.hpp448 template <typename Indicator> Type *FindMatching(const Indicator &aIndicator) in FindMatching()