Lines Matching refs:Changes
117 void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState() argument
120 DDA.UpdatedSearchState(Changes, Sets, Required); in UpdatedSearchState()
138 DAGDeltaAlgorithmImpl(DAGDeltaAlgorithm &DDA, const changeset_ty &Changes,
151 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required);
162 void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState() argument
164 DDAI.UpdatedSearchState(Changes, Sets, Required); in UpdatedSearchState()
180 DAGDeltaAlgorithm &DDA, const changeset_ty &Changes, in DAGDeltaAlgorithmImpl() argument
183 for (changeset_ty::const_iterator it = Changes.begin(), in DAGDeltaAlgorithmImpl()
184 ie = Changes.end(); it != ie; ++it) { in DAGDeltaAlgorithmImpl()
195 for (changeset_ty::const_iterator it = Changes.begin(), in DAGDeltaAlgorithmImpl()
196 ie = Changes.end(); it != ie; ++it) in DAGDeltaAlgorithmImpl()
216 for (changeset_ty::const_iterator it = Changes.begin(), in DAGDeltaAlgorithmImpl()
217 ie = Changes.end(); it != ie; ++it) in DAGDeltaAlgorithmImpl()
219 for (changeset_ty::const_iterator it = Changes.begin(), in DAGDeltaAlgorithmImpl()
220 ie = Changes.end(); it != ie; ++it) in DAGDeltaAlgorithmImpl()
229 for (changeset_ty::const_iterator it = Changes.begin(), ie = Changes.end(); in DAGDeltaAlgorithmImpl()
231 if (it != Changes.begin()) in DAGDeltaAlgorithmImpl()
259 for (changeset_ty::const_iterator it = Changes.begin(), ie = Changes.end(); in DAGDeltaAlgorithmImpl()
273 for (changeset_ty::const_iterator it = Changes.begin(), ie = Changes.end(); in DAGDeltaAlgorithmImpl()
290 bool DAGDeltaAlgorithmImpl::GetTestResult(const changeset_ty &Changes, in GetTestResult() argument
293 Extended.insert(Changes.begin(), Changes.end()); in GetTestResult()
294 for (changeset_ty::const_iterator it = Changes.begin(), in GetTestResult()
295 ie = Changes.end(); it != ie; ++it) in GetTestResult()
358 DAGDeltaAlgorithm::Run(const changeset_ty &Changes, in Run() argument
360 return DAGDeltaAlgorithmImpl(*this, Changes, Dependencies).Run(); in Run()