Searched refs:BucketList (Results 1 - 7 of 7) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
H A Dalphaindex.h73 class BucketList;
221 friend class BucketList;
283 ImmutableIndex(BucketList *bucketList, Collator *collatorPrimaryOnly)
286 BucketList *buckets_;
685 BucketList *createBucketList(UErrorCode &errorCode) const;
739 BucketList *buckets_;
/external/chromium_org/extensions/browser/
H A Dquota_service.cc112 BucketList* buckets) {
125 BucketList buckets;
127 for (BucketList::iterator i = buckets.begin(); i != buckets.end(); ++i) {
H A Dquota_service.h144 typedef std::list<Bucket*> BucketList; typedef in class:extensions::QuotaLimitHeuristic
158 BucketList* buckets) = 0;
168 BucketList* buckets) OVERRIDE;
H A Dquota_service_unittest.cc22 typedef QuotaLimitHeuristic::BucketList BucketList; typedef in namespace:extensions
40 BucketList* buckets) OVERRIDE {
59 BucketList* buckets) OVERRIDE {}
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfAccelTable.h241 typedef std::vector<HashList> BucketList; typedef in class:llvm::DwarfAccelTable
242 BucketList Buckets;
/external/icu/icu4c/source/i18n/
H A Dalphaindex.cpp123 // The BucketList is not in the anonymous namespace because only Clang
126 class BucketList : public UObject { class in inherits:UObject
128 BucketList(UVector *bucketList, UVector *publicBucketList) function in class:BucketList
138 virtual ~BucketList();
173 BucketList::~BucketList() {
257 // In C++, the ImmutableIndex must own its copy of the BucketList,
262 LocalPointer<BucketList> immutableBucketList(createBucketList(errorCode));
419 BucketList *AlphabeticIndex::createBucketList(UErrorCode &errorCode) const {
548 BucketList *b
[all...]
/external/chromium_org/chrome/browser/extensions/api/bookmarks/
H A Dbookmarks_api.cc75 typedef QuotaLimitHeuristic::BucketList BucketList; typedef in namespace:extensions
833 BucketList* buckets) OVERRIDE {
874 BucketList* buckets) OVERRIDE {
910 BucketList* buckets) {

Completed in 198 milliseconds