Searched refs:Solution (Results 1 - 4 of 4) sorted by path

/haiku/src/servers/package/
H A DProblemWindow.cpp38 struct ProblemWindow::Solution { struct in class:ProblemWindow
42 Solution() function in struct:ProblemWindow::Solution
49 Solution(BSolverProblem* problem, const BSolverProblemSolution* solution) function in struct:ProblemWindow::Solution
156 const Solution& solution = it->second;
271 fSolutions[solutionButton] = Solution(problem, solution);
H A DProblemWindow.h51 struct Solution;
53 typedef std::map<BRadioButton*, Solution> SolutionMap;
/haiku/src/kits/package/solver/libsolv/
H A DLibsolvSolver.cpp132 const Solution* SelectedSolution() const
137 void SetSelectedSolution(const Solution* solution)
144 const Solution* fSelectedSolution;
148 struct LibsolvSolver::Solution : public BSolverProblemSolution { struct in class:LibsolvSolver
149 Solution(::Id id, LibsolvSolver::Problem* problem) function in struct:LibsolvSolver::Solution
513 const Solution* solution = static_cast<const Solution*>(_solution);
532 if (const Solution* solution = problem->SelectedSolution())
1032 Solution* solution = new(std::nothrow) Solution(solutionI
[all...]
H A DLibsolvSolver.h80 struct Solution;
111 status_t _AddSolutionElement(Solution* solution,
113 status_t _AddSolutionElement(Solution* solution,

Completed in 41 milliseconds