Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Dmessage.hpp469 const DataType &AsDataType(void) const { return static_cast<const DataType &>(*this); } in AsDataType() function in ot::Message::FooterData
470 DataType &AsDataType(void) { return static_cast<DataType &>(*this); } in AsDataType() function in ot::Message::FooterData