Searched refs:nTotalLines (Results 1 – 1 of 1) sorted by relevance
741 int32_t nTotalLines = m_pSection->m_LineArray.GetSize(); in OutputLines() local742 if (nTotalLines > 0) { in OutputLines()743 m_pSection->m_SecInfo.nTotalLine = nTotalLines; in OutputLines()744 for (int32_t l = 0; l < nTotalLines; l++) { in OutputLines()