Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_data.cpp121 typedef MutableData<kDataLengthType> MutableData; in TestMutableData() typedef
/openthread-latest/src/core/common/
Ddata.hpp257 template <DataLengthType kDataLengthType> class MutableData : public Data<kDataLengthType> class