Searched refs:last_aop (Results 1 – 1 of 1) sorted by relevance
204 AnnotatedOperation& last_aop = new_aops.back(); in MergeOperations() local205 bool last_is_a_replace = IsAReplaceOperation(last_aop.op.type()); in MergeOperations()207 if (last_aop.op.dst_extents_size() <= 0 || in MergeOperations()212 uint32_t last_dst_idx = last_aop.op.dst_extents_size() - 1; in MergeOperations()214 last_aop.op.dst_extents(last_dst_idx).start_block() + in MergeOperations()215 last_aop.op.dst_extents(last_dst_idx).num_blocks(); in MergeOperations()218 last_aop.op.dst_extents(last_dst_idx).num_blocks() + in MergeOperations()223 if (((is_delta_op && (last_aop.op.type() == curr_aop.op.type())) || in MergeOperations()231 last_aop.name = base::StringPrintf("%s,%s", in MergeOperations()232 last_aop.name.c_str(), in MergeOperations()[all …]