Lines Matching refs:toRead
260 size_t toRead = reader->currentToRead(); in TEST() local
261 std::memcpy(&(outData[pos]), reader->readBuffer(), toRead); in TEST()
262 pos += toRead; in TEST()
263 reader->move(toRead); in TEST()
394 size_t toRead = reader->currentToRead(); in TEST() local
395 std::memcpy(&(outData[pos]), reader->readBuffer(), toRead); in TEST()
396 pos += toRead; in TEST()
397 reader->move(toRead); in TEST()
456 size_t toRead = reader->currentToRead(); in TEST() local
457 std::memcpy(&(outData[pos]), reader->readBuffer(), toRead); in TEST()
458 pos += toRead; in TEST()
459 reader->move(toRead); in TEST()
498 size_t toRead = reader->currentToRead(); in TEST() local
499 std::memcpy(&(outData[pos]), reader->readBuffer(), toRead); in TEST()
500 pos += toRead; in TEST()
501 reader->move(toRead); in TEST()