Lines Matching refs:changeset_ty

53   typedef DAGDeltaAlgorithm::changeset_ty changeset_ty;  typedef in __anon1bf2b2cd0111::DAGDeltaAlgorithmImpl
71 mutable std::set<changeset_ty> FailedTestsCache;
117 void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState()
119 const changeset_ty &Required) { in UpdatedSearchState()
124 bool ExecuteOneTest(const changeset_ty &S) { in ExecuteOneTest()
127 for (changeset_ty::const_iterator it = S.begin(), ie = S.end(); it != ie; in ExecuteOneTest()
138 DAGDeltaAlgorithmImpl(DAGDeltaAlgorithm &DDA, const changeset_ty &Changes,
141 changeset_ty Run();
151 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required);
158 const changeset_ty &Required;
162 void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState()
167 bool ExecuteOneTest(const changeset_ty &S) override { in ExecuteOneTest()
173 const changeset_ty &Required) in DeltaActiveSetHelper()
180 DAGDeltaAlgorithm &DDA, const changeset_ty &Changes, in DAGDeltaAlgorithmImpl()
183 for (changeset_ty::const_iterator it = Changes.begin(), in DAGDeltaAlgorithmImpl()
195 for (changeset_ty::const_iterator it = Changes.begin(), in DAGDeltaAlgorithmImpl()
216 for (changeset_ty::const_iterator it = Changes.begin(), in DAGDeltaAlgorithmImpl()
219 for (changeset_ty::const_iterator it = Changes.begin(), in DAGDeltaAlgorithmImpl()
229 for (changeset_ty::const_iterator it = Changes.begin(), ie = Changes.end(); 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()
291 const changeset_ty &Required) { in GetTestResult()
292 changeset_ty Extended(Required); in GetTestResult()
294 for (changeset_ty::const_iterator it = Changes.begin(), in GetTestResult()
308 DAGDeltaAlgorithm::changeset_ty
311 changeset_ty CurrentSet(Roots.begin(), Roots.end()); in Run()
314 changeset_ty Required; in Run()
329 changeset_ty CurrentMinSet = Helper.Run(CurrentSet); in Run()
343 for (changeset_ty::const_iterator it = CurrentMinSet.begin(), in Run()
357 DAGDeltaAlgorithm::changeset_ty
358 DAGDeltaAlgorithm::Run(const changeset_ty &Changes, in Run()