Searched refs:m_MaxBytesToEmit (Results 1 – 2 of 2) sorted by relevance
25 m_Value(pValue), m_ValueSize(pValueSize), m_MaxBytesToEmit(pMaxBytesToEmit), in AlignFragment()33 if (size > m_MaxBytesToEmit) in size()
30 unsigned int getMaxBytesToEmit() const { return m_MaxBytesToEmit; } in getMaxBytesToEmit()54 unsigned int m_MaxBytesToEmit; variable