Home
last modified time | relevance | path

Searched refs:bytesLeft (Results 1 – 1 of 1) sorted by relevance

/TaskScheduler/ThirdParty/UnitTest++/UnitTest++/
H A DMemoryOutStream.cpp107 int const bytesLeft = m_capacity - (int)strlen(m_buffer); in operator <<() local
110 if (bytesRequired > bytesLeft) in operator <<()
112 int const requiredCapacity = bytesRequired + m_capacity - bytesLeft; in operator <<()