Searched refs:m_MinStepSize (Results 1 – 2 of 2) sorted by relevance
10 UInt64 m_MinStepSize; variable18 CPercentPrinter(UInt64 minStepSize = 1): m_MinStepSize(minStepSize), in m_MinStepSize() function
98 if (m_CurValue < m_PrevValue + m_MinStepSize && in PrintRatio()99 m_CurValue + m_MinStepSize > m_PrevValue && m_NumExtraChars != 0) in PrintRatio()