Searched refs:m_capacity (Results 1 – 2 of 2) sorted by relevance
81 : m_capacity (0) in MemoryOutStream()107 int const bytesLeft = m_capacity - (int)strlen(m_buffer); in operator <<()112 int const requiredCapacity = bytesRequired + m_capacity - bytesLeft; in operator <<()194 return m_capacity; in GetCapacity()212 m_capacity = newCapacity; in GrowBuffer()
79 int m_capacity; variable