Home
last modified time | relevance | path

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

/openthread-3.7.0/src/core/common/
Dlinked_list.hpp481 const Type *FindMatching(const Type *aBegin, in FindMatching() function in ot::LinkedList
523 …Type *FindMatching(const Type *aBegin, const Type *aEnd, const Indicator &aIndicator, Type *&aPrev… in FindMatching() function in ot::LinkedList
546 …template <typename Indicator> const Type *FindMatching(const Indicator &aIndicator, const Type *&a… in FindMatching() function in ot::LinkedList
570 template <typename Indicator> Type *FindMatching(const Indicator &aIndicator, Type *&aPrevEntry) in FindMatching() function in ot::LinkedList
589 template <typename Indicator> const Type *FindMatching(const Indicator &aIndicator) const in FindMatching() function in ot::LinkedList
610 template <typename Indicator> Type *FindMatching(const Indicator &aIndicator) in FindMatching() function in ot::LinkedList
Dheap_array.hpp448 template <typename Indicator> Type *FindMatching(const Indicator &aIndicator) in FindMatching() function in ot::Heap::Array
469 template <typename Indicator> const Type *FindMatching(const Indicator &aIndicator) const in FindMatching() function in ot::Heap::Array
Darray.hpp442 template <typename Indicator> Type *FindMatching(const Indicator &aIndicator) in FindMatching() function in ot::Array
461 template <typename Indicator> const Type *FindMatching(const Indicator &aIndicator) const in FindMatching() function in ot::Array