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