Lines Matching refs:Index
40 const char* kIndexName = "index";
44 // Note that the actual target is to keep the index table load factor under 55%
76 // and index number. For instance, if the arguments are "/foo", "bar" and 5, it
79 int index) {
81 name.c_str(), index);
727 // followed by saving that to disk, then linking the entry though the index
732 // c. A fully formed entry, reachable only through the index.
777 // Link this entry through the index.
1115 // Setting the index table length to an invalid value will force re-creation
1396 data_ = reinterpret_cast<Index*>(index_->Init(index_name, 0));
1398 LOG(ERROR) << "Unable to map Index file";
1402 if (index_->GetLength() < sizeof(Index)) {
1405 LOG(ERROR) << "Corrupt Index file";
1418 // If table_len is provided, the index file exists.
1635 Trace("Entry not on the index 0x%x", address.value());
1777 // There is nothing linked from the index. Delete the rankings node.
1797 // from the index, and it could have been replaced with a newer one. It's not
1884 for (size_t index = 0; index < stats.size(); index++)
1885 VLOG(1) << stats[index].first << ": " << stats[index].second;
1991 if (current_size < sizeof(Index)) {
1992 LOG(ERROR) << "Corrupt Index file";
2022 LOG(ERROR) << "Corrupt Index file";