Home | History | Annotate | Download | only in payload_generator

Lines Matching refs:aops

48   // order. The operations are stored in |aops| and should be executed in that
56 std::vector<AnnotatedOperation>* aops) override;
58 // Split the operations in the vector of AnnotatedOperations |aops|
60 // |aops| with the new list of operations. All kinds of operations are
63 // destination extents refer to. The blobs of the operations in |aops| should
66 std::vector<AnnotatedOperation>* aops,
70 // Takes a vector of AnnotatedOperations |aops| and sorts them by the first
71 // start block in their destination extents. Sets |aops| to a vector of the
74 std::vector<AnnotatedOperation>* aops);
98 // Takes a sorted (by first destination extent) vector of operations |aops|
107 static bool MergeOperations(std::vector<AnnotatedOperation>* aops,
113 // Takes a vector of AnnotatedOperations |aops|, adds source hash to all
115 static bool AddSourceHash(std::vector<AnnotatedOperation>* aops,