Home
last modified time | relevance | path

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

/external/openthread/src/core/common/
Dlinked_list.hpp340 template <typename Indicator> Type *RemoveMatching(const Indicator &aIndicator) in RemoveMatching()
367 …template <typename Indicator> void RemoveAllMatching(const Indicator &aIndicator, LinkedList &aRem… in RemoveAllMatching()
463 const Indicator &aIndicator, in FindMatching()
503 …Type *FindMatching(const Type *aBegin, const Type *aEnd, const Indicator &aIndicator, Type *&aPrev… in FindMatching()
526 …template <typename Indicator> const Type *FindMatching(const Indicator &aIndicator, const Type *&a… in FindMatching() argument
550 template <typename Indicator> Type *FindMatching(const Indicator &aIndicator, Type *&aPrevEntry) in FindMatching()
590 template <typename Indicator> Type *FindMatching(const Indicator &aIndicator) in FindMatching()
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()
Darray.hpp399 template <typename Indicator> Type *FindMatching(const Indicator &aIndicator) in FindMatching()
470 template <typename Indicator> void RemoveMatching(const Indicator &aIndicator) in RemoveMatching()
495 template <typename Indicator> void RemoveAllMatching(const Indicator &aIndicator) in RemoveAllMatching()
Dheap_array.hpp448 template <typename Indicator> Type *FindMatching(const Indicator &aIndicator) in FindMatching()