Searched refs:sourceBuffer (Results 1 – 2 of 2) sorted by relevance
153 bool BufferWithExtendableBuffer::copy(const BufferWithExtendableBuffer *const sourceBuffer) { in copy() argument155 const int tailPos = sourceBuffer->getTailPosition(); in copy()161 const uint32_t data = sourceBuffer->readUint(copyingSize, copyingPos); in copy()
104 bool copy(const BufferWithExtendableBuffer *const sourceBuffer);