Searched refs:toCopy (Results 1 – 3 of 3) sorted by relevance
312 const int32_t toCopy = in createTagStringWithAlternates() local322 toCopy); in createTagStringWithAlternates()324 capacityRemaining -= toCopy; in createTagStringWithAlternates()343 const int32_t toCopy = in createTagStringWithAlternates() local349 toCopy); in createTagStringWithAlternates()
122 const qint64 toCopy = qMin<qint64>(available, element.m_data.size() - m_currentDelta); in readData() local123 memcpy(destination+copied, element.m_data.data()+m_currentDelta, toCopy); in readData()124 m_currentDelta += toCopy; in readData()125 copied += toCopy; in readData()
1543 OurCppRunException (const OurCppRunException &toCopy) : in OurCppRunException() argument1544 std::runtime_error(toCopy) {} in OurCppRunException()1546 OurCppRunException &operator = (const OurCppRunException &toCopy) { in operator =() argument1548 std::runtime_error::operator=(toCopy))); in operator =()