Searched refs:BSolverProblemSolution (Results 1 - 12 of 12) sorted by relevance

/haiku/src/kits/package/solver/
H A DSolverProblemSolution.cpp122 // #pragma mark - BSolverProblemSolution
125 BSolverProblemSolution::BSolverProblemSolution() function in class:BPackageKit::BSolverProblemSolution
132 BSolverProblemSolution::~BSolverProblemSolution()
138 BSolverProblemSolution::CountElements() const
144 const BSolverProblemSolution::Element*
145 BSolverProblemSolution::ElementAt(int32 index) const
152 BSolverProblemSolution::AppendElement(const Element& element)
H A DSolverProblem.cpp117 const BSolverProblemSolution*
125 BSolverProblem::AppendSolution(BSolverProblemSolution* solution)
/haiku/headers/os/package/solver/
H A DSolverProblem.h17 class BSolverProblemSolution;
59 const BSolverProblemSolution* SolutionAt(int32 index) const;
62 BSolverProblemSolution* solution);
67 typedef BObjectList<BSolverProblemSolution> SolutionList;
H A DSolverProblemSolution.h66 class BSolverProblemSolution { class in namespace:BPackageKit
71 BSolverProblemSolution();
72 ~BSolverProblemSolution();
H A DSolver.h20 class BSolverProblemSolution;
88 const BSolverProblemSolution* solution) = 0;
/haiku/src/servers/package/
H A DProblemWindow.h19 class BSolverProblemSolution;
26 using BPackageKit::BSolverProblemSolution;
H A DProblemWindow.cpp40 const BSolverProblemSolution* fSolution;
49 Solution(BSolverProblem* problem, const BSolverProblemSolution* solution)
249 const BSolverProblemSolution* solution = problem->SolutionAt(k);
H A DVolume.cpp504 const BSolverProblemSolution* solution = problem->SolutionAt(k);
/haiku/src/tools/get_package_dependencies/
H A Dget_package_dependencies.cpp132 const BSolverProblemSolution* solution = problem->SolutionAt(k);
/haiku/src/kits/package/solver/libsolv/
H A DLibsolvSolver.h70 const BSolverProblemSolution* solution);
H A DLibsolvSolver.cpp148 struct LibsolvSolver::Solution : public BSolverProblemSolution {
151 BSolverProblemSolution(),
502 const BSolverProblemSolution* _solution)
/haiku/src/bin/pkgman/
H A DPackageManager.cpp86 const BSolverProblemSolution* solution = problem->SolutionAt(k);

Completed in 118 milliseconds