Home | History | Annotate | Download | only in payload_generator

Lines Matching refs:aops

42     vector<AnnotatedOperation>* aops) {
49 aops->clear();
50 TEST_AND_RETURN_FALSE(diff_utils::DeltaReadPartition(aops,
60 FragmentOperations(config.version, aops, new_part.path, blob_file));
61 SortOperationsByDestination(aops);
72 aops, config.version, merge_chunk_blocks, new_part.path, blob_file));
75 TEST_AND_RETURN_FALSE(AddSourceHash(aops, old_part.path));
81 vector<AnnotatedOperation>* aops) {
82 sort(aops->begin(), aops->end(), diff_utils::CompareAopsByDestination);
86 vector<AnnotatedOperation>* aops,
90 for (const AnnotatedOperation& aop : *aops) {
100 *aops = std::move(fragmented_aops);
193 bool ABGenerator::MergeOperations(vector<AnnotatedOperation>* aops,
199 for (const AnnotatedOperation& curr_aop : *aops) {
266 *aops = new_aops;
300 bool ABGenerator::AddSourceHash(vector<AnnotatedOperation>* aops,
302 for (AnnotatedOperation& aop : *aops) {