Home | History | Annotate | Download | only in source

Lines Matching refs:dataLengthInBytes

70         const unsigned short dataLengthInBytes)
75 if (dataLengthInBytes > _dataLength)
82 _data = new char[dataLengthInBytes];
84 memcpy(_data, data, dataLengthInBytes);
85 _dataLength = dataLengthInBytes;