Home
last modified time | relevance | path

Searched refs:ByteMatcher (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/common/
Ddata.hpp74 typedef bool (*ByteMatcher)(uint8_t aFirst, uint8_t aSecond); typedef
86 ByteMatcher aMatcher);
207 bool MatchesBytesIn(const void *aBuffer, ByteMatcher aMatcher) in MatchesBytesIn()
Ddata.cpp41 ByteMatcher aMatcher) in MatchBytes()
Dmessage.hpp909 …bool CompareBytes(uint16_t aOffset, const void *aBuf, uint16_t aLength, ByteMatcher aMatcher = nul…
930 ByteMatcher aMatcher = nullptr) const;
Dmessage.cpp659 bool Message::CompareBytes(uint16_t aOffset, const void *aBuf, uint16_t aLength, ByteMatcher aMatch… in CompareBytes()
683 ByteMatcher aMatcher) const in CompareBytes()