Lines Matching refs:changeset_ty
52 typedef DAGDeltaAlgorithm::changeset_ty changeset_ty; typedef in __anon6b5ff60f0111::DAGDeltaAlgorithmImpl
70 mutable std::set<changeset_ty> FailedTestsCache;
116 void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState()
118 const changeset_ty &Required) { in UpdatedSearchState()
123 bool ExecuteOneTest(const changeset_ty &S) { in ExecuteOneTest()
126 for (changeset_ty::const_iterator it = S.begin(), ie = S.end(); it != ie; in ExecuteOneTest()
137 DAGDeltaAlgorithmImpl(DAGDeltaAlgorithm &DDA, const changeset_ty &Changes,
140 changeset_ty Run();
150 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required);
157 const changeset_ty &Required;
161 void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState()
166 bool ExecuteOneTest(const changeset_ty &S) override { in ExecuteOneTest()
172 const changeset_ty &Required) in DeltaActiveSetHelper()
179 DAGDeltaAlgorithm &DDA, const changeset_ty &Changes, in DAGDeltaAlgorithmImpl()
224 for (changeset_ty::const_iterator it = Changes.begin(), ie = Changes.end(); in DAGDeltaAlgorithmImpl()
283 bool DAGDeltaAlgorithmImpl::GetTestResult(const changeset_ty &Changes, in GetTestResult()
284 const changeset_ty &Required) { in GetTestResult()
285 changeset_ty Extended(Required); in GetTestResult()
300 DAGDeltaAlgorithm::changeset_ty
303 changeset_ty CurrentSet(Roots.begin(), Roots.end()); in Run()
306 changeset_ty Required; in Run()
321 changeset_ty CurrentMinSet = Helper.Run(CurrentSet); in Run()
348 DAGDeltaAlgorithm::changeset_ty
349 DAGDeltaAlgorithm::Run(const changeset_ty &Changes, in Run()