Searched defs:BucketList (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/extensions/browser/
H A Dquota_service.h142 typedef std::list<Bucket*> BucketList; typedef in class:extensions::QuotaLimitHeuristic
156 BucketList* buckets) = 0;
166 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/third_party/icu/source/i18n/
H A Dalphaindex.cpp122 // The BucketList is not in the anonymous namespace because only Clang
125 class BucketList : public UObject { class in inherits:UObject
127 BucketList(UVector *bucketList, UVector *publicBucketList) function in class:BucketList
137 virtual ~BucketList();
172 BucketList::~BucketList() {
256 // In C++, the ImmutableIndex must own its copy of the BucketList,
261 LocalPointer<BucketList> immutableBucketList(createBucketList(errorCode));
419 BucketList *AlphabeticIndex::createBucketList(UErrorCode &errorCode) const {
552 BucketList *b
[all...]

Completed in 748 milliseconds