Searched refs:BType (Results 1 - 13 of 13) sorted by relevance

/haiku/headers/os/package/solver/
H A DSolverPackageSpecifier.h20 enum BType { enum in class:BPackageKit::BSolverPackageSpecifier
36 BType Type() const;
44 BType fType;
H A DSolverResult.h20 enum BType { enum in class:BPackageKit::BSolverResultElement
26 BSolverResultElement(BType type,
32 BType Type() const;
38 BType fType;
H A DSolverProblem.h22 enum BType { enum in class:BPackageKit::BSolverProblem
43 BSolverProblem(BType type,
46 BSolverProblem(BType type,
53 BType Type() const;
70 BType fType;
H A DSolverProblemSolution.h21 enum BType { enum in class:BPackageKit::BSolverProblemSolutionElement
45 BSolverProblemSolutionElement(BType type,
51 BType Type() const;
59 BType fType;
/haiku/src/kits/package/solver/
H A DSolverProblem.cpp52 BSolverProblem::BSolverProblem(BType type, BSolverPackage* sourcePackage,
64 BSolverProblem::BSolverProblem(BType type, BSolverPackage* sourcePackage,
82 BSolverProblem::BType
H A DSolverResult.cpp19 BSolverResultElement::BSolverResultElement(BType type, BSolverPackage* package)
40 BSolverResultElement::BType
H A DSolverPackageSpecifier.cpp58 BSolverPackageSpecifier::BType
H A DSolverProblemSolution.cpp53 BSolverProblemSolutionElement::BSolverProblemSolutionElement(BType type,
70 BSolverProblemSolutionElement::BType
/haiku/headers/os/package/
H A DCommitTransactionResult.h50 enum BType { enum in class:BPackageKit::BTransactionIssue
69 BTransactionIssue(BType type,
77 BType Type() const;
92 BType fType;
/haiku/src/kits/package/
H A DCommitTransactionResult.cpp35 BTransactionIssue::BTransactionIssue(BType type, const BString& packageName,
60 BTransactionIssue::BType
222 fType = (BType)type;
/haiku/src/kits/package/solver/libsolv/
H A DLibsolvSolver.h114 BSolverProblemSolutionElement::BType type,
H A DLibsolvSolver.cpp117 Problem(::Id id, BType type, BSolverPackage* sourcePackage,
911 BSolverProblem::BType problemType = BSolverProblem::B_UNSPECIFIED;
1094 Element::BType type = select == SOLVER_SOLVABLE_PROVIDES
1187 BSolverProblemSolutionElement::BType type, Id sourceSolvableId,
/haiku/src/servers/package/
H A DCommitTransactionHandler.cpp43 TransactionIssueBuilder(BTransactionIssue::BType type,
100 BTransactionIssue::BType fType;

Completed in 39 milliseconds