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