Searched refs:m_dataCount (Results 1 – 3 of 3) sorted by relevance
131 bool hasData = theRecord.m_data && theRecord.m_dataCount; in buildMemoryImage()137 …if (dataLength && ((dataLength + theRecord.m_dataCount > COLLECTION_BUFFER_SIZE) || (theRecord.m_a… in buildMemoryImage()153 memcpy(&buffer[dataLength], theRecord.m_data, theRecord.m_dataCount); in buildMemoryImage()154 dataLength += theRecord.m_dataCount; in buildMemoryImage()155 nextAddress += theRecord.m_dataCount; in buildMemoryImage()
48 unsigned m_dataCount; //!< Number of bytes of data. member
222 newRecord.m_dataCount = dataLength; in parseLine()