Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Dappender.hpp136 Message &GetMessage(void) const { return *mShared.mMessage.mMessage; } in GetMessage() function in ot::Appender
/openthread-latest/src/core/coap/
Dcoap_message.hpp1089 const Message &GetMessage(void) const { return *static_cast<const Message *>(mMessage); } in GetMessage() function in ot::Coap::Option::Iterator