Searched refs:DeltaAlgorithm (Results 1 – 11 of 11) sorted by relevance
14 DeltaAlgorithm::~DeltaAlgorithm() { in ~DeltaAlgorithm()17 bool DeltaAlgorithm::GetTestResult(const changeset_ty &Changes) { in GetTestResult()28 void DeltaAlgorithm::Split(const changeset_ty &S, changesetlist_ty &Res) { in Split()43 DeltaAlgorithm::changeset_ty44 DeltaAlgorithm::Delta(const changeset_ty &Changes, in Delta()69 bool DeltaAlgorithm::Search(const changeset_ty &Changes, in Search()104 DeltaAlgorithm::changeset_ty DeltaAlgorithm::Run(const changeset_ty &Changes) { in Run()
49 DeltaAlgorithm.cpp
156 class DeltaActiveSetHelper : public DeltaAlgorithm {
15 DeltaAlgorithm::~DeltaAlgorithm() { in ~DeltaAlgorithm()18 bool DeltaAlgorithm::GetTestResult(const changeset_ty &Changes) { in GetTestResult()29 void DeltaAlgorithm::Split(const changeset_ty &S, changesetlist_ty &Res) { in Split()44 DeltaAlgorithm::changeset_ty45 DeltaAlgorithm::Delta(const changeset_ty &Changes, in Delta()70 bool DeltaAlgorithm::Search(const changeset_ty &Changes, in Search()105 DeltaAlgorithm::changeset_ty DeltaAlgorithm::Run(const changeset_ty &Changes) { in Run()
69 DeltaAlgorithm.cpp
36 class DeltaAlgorithm {80 DeltaAlgorithm& operator=(const DeltaAlgorithm&) = default;83 virtual ~DeltaAlgorithm();
11 class DeltaAlgorithm(object): class133 class TMBDDelta(DeltaAlgorithm):
35 class FixedDeltaAlgorithm final : public DeltaAlgorithm {