Searched refs:AppendSolution (Results 1 – 3 of 3) sorted by relevance
61 bool AppendSolution(
125 BSolverProblem::AppendSolution(BSolverProblemSolution* solution) in AppendSolution() function in BPackageKit::BSolverProblem
1033 if (solution == NULL || !problem->AppendSolution(solution)) { in _AddSolution()