Home
last modified time | relevance | path

Searched refs:DataLengthType (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/common/
Ddata.hpp56 enum DataLengthType : uint8_t enum
89 template <DataLengthType kDataLengthType> class MutableData;
104 template <DataLengthType kDataLengthType>
257 template <DataLengthType kDataLengthType> class MutableData : public Data<kDataLengthType>
Dmessage.hpp798 template <DataLengthType kDataLengthType> Error AppendData(const Data<kDataLengthType> &aData) in AppendData()
1010 …template <DataLengthType kDataLengthType> void WriteData(uint16_t aOffset, const Data<kDataLengthT… in WriteData()
/openthread-latest/tests/unit/
Dtest_data.cpp38 template <DataLengthType kDataLengthType> void TestData(void) in TestData()
118 template <DataLengthType kDataLengthType> void TestMutableData(void) in TestMutableData()