Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/common/
H A 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
H A 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
H A 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
/aosp_15_r20/build/soong/finder/
H A Dfinder.go290 func (f *Finder) FindMatching(rootPath string, filter WalkFunc) []string { func