Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/common/
H A 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