HomeSort by relevance Sort by last modified time
    Searched full:main_table_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/net/disk_cache/blockfile/
index_table_v3.cc 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]
    [all...]
index_table_v3_unittest.cc 63 scoped_ptr<disk_cache::IndexBucket[]> main_table_; member in class:__anon13780::TestCacheTables
74 main_table_.reset(new disk_cache::IndexBucket[num_entries]);
76 memset(main_table_.get(), 0, num_entries * sizeof(*main_table_.get()));
107 result->main_table = main_table_.get();
132 memcpy(main_table_.get(), other.main_table_.get(),
index_table_v3.h 267 IndexBucket* main_table_; member in class:disk_cache::IndexTable

Completed in 72 milliseconds