Home | History | Annotate | Download | only in blockfile

Lines Matching refs:main_table_

426       main_table_(NULL),
438 // The index is split between two tables: the main_table_ and the extra_table_.
463 if (main_table_) {
479 main_table_ = params->main_table;
481 DCHECK(main_table_);
552 DCHECK(main_table_);
559 main_table_ = NULL;
580 IndexBucket* bucket = &main_table_[bucket_num];
620 IndexBucket* bucket = &main_table_[bucket_num];
798 IndexBucket* bucket = &main_table_[bucket_num];
851 bucket = &main_table_[bucket_num];
893 IndexBucket* bucket = &main_table_[i];
963 IndexBucket* source_table = main_table_;
974 memcpy(old_main_table.get(), main_table_, max_hash * sizeof(IndexBucket));
975 memset(main_table_, 0, max_hash * sizeof(IndexBucket));
1083 IndexBucket* bucket = &main_table_[bucket_num];