Searched defs:bucketList (Results 1 – 5 of 5) sorted by relevance
176 private ImmutableIndex(BucketList<V> bucketList, Collator collatorPrimaryOnly) { in ImmutableIndex()1025 ArrayList<Bucket<V>> bucketList = new ArrayList<Bucket<V>>(); in createBucketList() local1144 private final ArrayList<Bucket<V>> bucketList; field in AlphabeticIndex.BucketList1147 private BucketList(ArrayList<Bucket<V>> bucketList, ArrayList<Bucket<V>> publicBucketList) { in BucketList()
175 private ImmutableIndex(BucketList<V> bucketList, Collator collatorPrimaryOnly) { in ImmutableIndex()979 ArrayList<Bucket<V>> bucketList = new ArrayList<Bucket<V>>(); in createBucketList() local1098 private final ArrayList<Bucket<V>> bucketList; field in AlphabeticIndex.BucketList1101 private BucketList(ArrayList<Bucket<V>> bucketList, ArrayList<Bucket<V>> publicBucketList) { in BucketList()
288 ImmutableIndex(BucketList *bucketList, Collator *collatorPrimaryOnly) in ImmutableIndex()
126 func (a *ACLHandle) bucketList(ctx context.Context) ([]ACLRule, error) { func
128 BucketList(UVector *bucketList, UVector *publicBucketList) in BucketList()447 LocalPointer<UVector> bucketList(new UVector(errorCode), errorCode); in createBucketList() local