Searched refs:m_codewords (Results 1 – 5 of 5) sorted by relevance
45 m_codewords.Reserve(m_msg.GetLength()); in CBC_EncoderContext()61 m_codewords += codewords; in writeCodewords()65 m_codewords += codeword; in writeCodeword()69 return m_codewords.GetLength(); in getCodewordCount()
45 : m_codewords(std::move(codewords)), in CBC_DefaultPlacement()134 int32_t v = m_codewords[pos]; in SetModule()
164 size_t len = context.m_codewords.GetLength(); in EncodeHighLevel()173 WideString codewords = context.m_codewords; in EncodeHighLevel()
40 WideString m_codewords; variable
34 const WideString m_codewords; variable