Home
last modified time | relevance | path

Searched defs:FindMatching (Results 1 – 2 of 2) sorted by relevance

/openthread-2.7.6/src/core/common/
Dlinked_list.hpp419 const Type *FindMatching(const Type * aBegin, in FindMatching() function in ot::LinkedList
460 …Type *FindMatching(const Type *aBegin, const Type *aEnd, const Indicator &aIndicator, Type *&aPrev… in FindMatching() function in ot::LinkedList
482 …template <typename Indicator> const Type *FindMatching(const Indicator &aIndicator, const Type *&a… in FindMatching() function in ot::LinkedList
505 template <typename Indicator> Type *FindMatching(const Indicator &aIndicator, Type *&aPrevEntry) in FindMatching() function in ot::LinkedList
525 template <typename Indicator> const Type *FindMatching(const Indicator &aIndicator) const in FindMatching() function in ot::LinkedList
546 template <typename Indicator> Type *FindMatching(const Indicator &aIndicator) in FindMatching() function in ot::LinkedList
Darray.hpp322 template <typename Indicator> Type *FindMatching(const Indicator &aIndicator) in FindMatching() function in ot::Array
341 template <typename Indicator> const Type *FindMatching(const Indicator &aIndicator) const in FindMatching() function in ot::Array