Home
last modified time | relevance | path

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

/external/openthread/src/core/common/
Dlinked_list.hpp461 const Type *FindMatching(const Type * aBegin, in FindMatching() function in ot::LinkedList
503 …Type *FindMatching(const Type *aBegin, const Type *aEnd, const Indicator &aIndicator, Type *&aPrev… in FindMatching() function in ot::LinkedList
526 …template <typename Indicator> const Type *FindMatching(const Indicator &aIndicator, const Type *&a… in FindMatching() function in ot::LinkedList
550 template <typename Indicator> Type *FindMatching(const Indicator &aIndicator, Type *&aPrevEntry) in FindMatching() function in ot::LinkedList
569 template <typename Indicator> const Type *FindMatching(const Indicator &aIndicator) const in FindMatching() function in ot::LinkedList
590 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.hpp399 template <typename Indicator> Type *FindMatching(const Indicator &aIndicator) in FindMatching() function in ot::Array
418 template <typename Indicator> const Type *FindMatching(const Indicator &aIndicator) const in FindMatching() function in ot::Array