Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Ddata.hpp207 … bool MatchesBytesIn(const void *aBuffer) const { return memcmp(mBuffer, aBuffer, mLength) == 0; } in MatchesBytesIn() function in ot::Data
221 bool MatchesBytesIn(const void *aBuffer, ByteMatcher aMatcher) in MatchesBytesIn() function in ot::Data