Searched refs:m_errorCorrectionBytes (Results 1 – 2 of 2) sorted by relevance
30 m_errorCorrectionBytes = errorCorrection; in CBC_QRCoderBlockPair()37 if (m_errorCorrectionBytes != NULL) { in ~CBC_QRCoderBlockPair()38 delete m_errorCorrectionBytes; in ~CBC_QRCoderBlockPair()39 m_errorCorrectionBytes = NULL; in ~CBC_QRCoderBlockPair()46 return m_errorCorrectionBytes; in GetErrorCorrectionBytes()
13 CBC_CommonByteArray* m_errorCorrectionBytes; variable