Searched refs:current_op (Results 1 – 1 of 1) sorted by relevance
172 auto& current_op = ops_buffer->data()[current_op_num]; in ParseOps() local174 pos += sizeof(CowOperation) + GetNextOpOffset(current_op, header_.cluster_ops); in ParseOps()176 if (current_op.type == kCowClusterOp) { in ParseOps()178 } else if (current_op.type == kCowLabelOp) { in ParseOps()179 last_label_ = {current_op.source}; in ParseOps()182 if (label && label.value() == current_op.source) { in ParseOps()186 } else if (current_op.type == kCowFooterOp) { in ParseOps()189 memcpy(&footer_->op, ¤t_op, sizeof(footer->op)); in ParseOps()391 auto& current_op = ops_->data()[i]; in FindNumCopyops() local392 if (current_op.type != kCowCopyOp) { in FindNumCopyops()