Searched refs:m_DataLength (Results 1 – 2 of 2) sorted by relevance
28 size_t GetDataLength() const { return m_DataLength; } in GetDataLength()29 void IncrementDataLength() { m_DataLength++; } in IncrementDataLength()30 bool IsEmpty() const { return m_DataLength == 0; } in IsEmpty()35 m_DataLength = 0; in Reset()46 size_t m_DataLength; variable
19 : m_DataLength(0), m_BufferSize(0), m_StartPosition(0) {} in CFX_BlockBuffer()31 size_t realIndex = m_StartPosition + m_DataLength; in GetAvailableBlock()59 m_DataLength = std::max(m_DataLength, index + 1); in SetTextChar()66 if (count >= m_DataLength) { in DeleteTextChars()70 m_DataLength -= count; in DeleteTextChars()