• Home
  • Raw
  • Download

Lines Matching refs:changeset_ty

54   typedef DAGDeltaAlgorithm::changeset_ty changeset_ty;  typedef in __anon2e55d3e40111::DAGDeltaAlgorithmImpl
72 mutable std::set<changeset_ty> FailedTestsCache;
118 void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState()
120 const changeset_ty &Required) { in UpdatedSearchState()
125 bool ExecuteOneTest(const changeset_ty &S) { in ExecuteOneTest()
128 for (changeset_ty::const_iterator it = S.begin(), in ExecuteOneTest()
139 DAGDeltaAlgorithmImpl(DAGDeltaAlgorithm &DDA, const changeset_ty &Changes,
142 changeset_ty Run();
152 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required);
159 const changeset_ty &Required;
163 void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState()
168 bool ExecuteOneTest(const changeset_ty &S) override { in ExecuteOneTest()
174 const changeset_ty &Required) in DeltaActiveSetHelper()
181 DAGDeltaAlgorithm &DDA, const changeset_ty &Changes, in DAGDeltaAlgorithmImpl()
184 for (changeset_ty::const_iterator it = Changes.begin(), in DAGDeltaAlgorithmImpl()
196 for (changeset_ty::const_iterator it = Changes.begin(), in DAGDeltaAlgorithmImpl()
217 for (changeset_ty::const_iterator it = Changes.begin(), in DAGDeltaAlgorithmImpl()
220 for (changeset_ty::const_iterator it = Changes.begin(), in DAGDeltaAlgorithmImpl()
230 for (changeset_ty::const_iterator it = Changes.begin(), in DAGDeltaAlgorithmImpl()
256 for (changeset_ty::const_iterator it = Changes.begin(), in DAGDeltaAlgorithmImpl()
268 for (changeset_ty::const_iterator it = Changes.begin(), 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()
287 for (changeset_ty::const_iterator it = Changes.begin(), in GetTestResult()
301 DAGDeltaAlgorithm::changeset_ty
304 changeset_ty CurrentSet(Roots.begin(), Roots.end()); in Run()
307 changeset_ty Required; in Run()
322 changeset_ty CurrentMinSet = Helper.Run(CurrentSet); in Run()
336 for (changeset_ty::const_iterator it = CurrentMinSet.begin(), in Run()
350 DAGDeltaAlgorithm::changeset_ty
351 DAGDeltaAlgorithm::Run(const changeset_ty &Changes, in Run()