Home | History | Annotate | Download | only in Support

Lines Matching full:changeset_ty

17 bool DeltaAlgorithm::GetTestResult(const changeset_ty &Changes) {
28 void DeltaAlgorithm::Split(const changeset_ty &S, changesetlist_ty &Res) {
32 changeset_ty LHS, RHS;
34 for (changeset_ty::const_iterator it = S.begin(),
43 DeltaAlgorithm::changeset_ty
44 DeltaAlgorithm::Delta(const changeset_ty &Changes,
54 changeset_ty Res;
69 bool DeltaAlgorithm::Search(const changeset_ty &Changes,
71 changeset_ty &Res) {
87 changeset_ty Complement;
90 std::insert_iterator<changeset_ty>(Complement, Complement.begin()));
104 DeltaAlgorithm::changeset_ty DeltaAlgorithm::Run(const changeset_ty &Changes) {
106 if (GetTestResult(changeset_ty()))
107 return changeset_ty();