Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Dheap_array.hpp421 template <typename Indicator> Type *FindMatching(const Indicator &aIndicator) in FindMatching() function in ot::Heap::Array
441 template <typename Indicator> const Type *FindMatching(const Indicator &aIndicator) const in FindMatching() function in ot::Heap::Array
Darray.hpp409 template <typename Indicator> Type *FindMatching(const Indicator &aIndicator) in FindMatching() function in ot::Array
427 template <typename Indicator> const Type *FindMatching(const Indicator &aIndicator) const in FindMatching() function in ot::Array
Dlinked_list.hpp498 template <typename... Args> const Type *FindMatching(const Args &...aArgs) const in FindMatching() function in ot::LinkedList
517 template <typename... Args> Type *FindMatching(const Args &...aArgs) in FindMatching() function in ot::LinkedList