Searched refs:innerBuffer (Results 1 – 1 of 1) sorted by relevance
1808 std::optional<Buffer> innerBuffer = getBuffer(controller, innerOperand); in nextCompound() local1809 if (innerBuffer == std::nullopt) { in nextCompound()1814 CHECK_LE(size, innerBuffer->getSize()); in nextCompound()1816 memcpy(outerBuffer->getPointer(), innerBuffer->getPointer(), size); in nextCompound()