Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/common/
H A Dmessage.cpp678 bool Message::CompareBytes(uint16_t aOffset, const void *aBuf, uint16_t aLength, ByteMatcher aMatch… in CompareBytes() function in ot::Message
698 bool Message::CompareBytes(uint16_t aOffset, in CompareBytes() function in ot::Message
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/common/
H A Duuid.cc91 bool UUID::CompareBytes(const ByteBuffer& bytes) const { in CompareBytes() function in bt::UUID
H A Duuid_test.cc164 TEST(UUIDTest, CompareBytes) { in TEST() argument