Home
last modified time | relevance | path

Searched defs:aMatcher (Results 1 – 5 of 5) sorted by relevance

/external/openthread/src/core/thread/
Dneighbor_table.cpp46 Neighbor *NeighborTable::FindParent(const Neighbor::AddressMatcher &aMatcher) in FindParent()
78 Neighbor *NeighborTable::FindNeighbor(const Neighbor::AddressMatcher &aMatcher) in FindNeighbor()
120 Neighbor *NeighborTable::FindChildOrRouter(const Neighbor::AddressMatcher &aMatcher) in FindChildOrRouter()
Dchild_table.hpp328 …Child *FindChild(const Child::AddressMatcher &aMatcher) { return AsNonConst(AsConst(this)->FindChi… in FindChild()
Drouter_table.hpp420 Router *FindRouter(const Router::AddressMatcher &aMatcher) in FindRouter()
/external/openthread/src/core/common/
Ddata.cpp41 ByteMatcher aMatcher) in MatchBytes()
Ddata.hpp207 bool MatchesBytesIn(const void *aBuffer, ByteMatcher aMatcher) in MatchesBytesIn()