Searched refs:CategoryRef (Results 1 – 9 of 9) sorted by relevance
38 typedef BReference<PackageCategory> CategoryRef; typedef41 extern bool IsPackageCategoryBefore(const CategoryRef& c1, const CategoryRef& c2);
33 bool AddCategory(const CategoryRef& category);35 CategoryRef CategoryAtIndex(int32 index) const;42 std::vector<CategoryRef>
39 CategoryRef55 PackageClassificationInfo::AddCategory(const CategoryRef& category) in AddCategory()57 std::vector<CategoryRef>::const_iterator itInsertionPt = std::lower_bound(fCategories.begin(), in AddCategory()
79 bool IsPackageCategoryBefore(const CategoryRef& c1, in IsPackageCategoryBefore()80 const CategoryRef& c2) in IsPackageCategoryBefore()
90 CategoryRef CategoryByCode(BString& code) const;91 CategoryRef CategoryAtIndex(int32 index) const;93 std::vector<CategoryRef>& values);132 void _AddCategory(const CategoryRef& category);151 std::vector<CategoryRef>
517 CategoryRef520 std::vector<CategoryRef>::const_iterator it; in CategoryByCode()522 CategoryRef aCategory = *it; in CategoryByCode()526 return CategoryRef(); in CategoryByCode()530 CategoryRef538 Model::AddCategories(std::vector<CategoryRef>& values) in AddCategories()540 std::vector<CategoryRef>::iterator it; in AddCategories()550 Model::_AddCategory(const CategoryRef& category) in _AddCategory()552 std::vector<CategoryRef>::const_iterator itInsertionPtConst in _AddCategory()558 std::vector<CategoryRef>::iterator itInsertionPt = in _AddCategory()
161 std::vector<CategoryRef> assembledCategories; in _ProcessPkgCategories()166 assembledCategories.push_back(CategoryRef( in _ProcessPkgCategories()
59 std::vector<CategoryRef>131 CategoryRef category = fModel->CategoryByCode(*categoryCode); in ConsumePackage()
164 const CategoryRef& category = model.CategoryAtIndex(i); in _AddCategoriesToMenu()