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);
1105 // Setting the index table length to an invalid value will force re-creation
1386 data_ = reinterpret_cast<Index*>(index_->Init(index_name, 0));
1388 LOG(ERROR) << "Unable to map Index file";
1392 if (index_->GetLength() < sizeof(Index)) {
1395 LOG(ERROR) << "Corrupt Index file";
1408 // If table_len is provided, the index file exists.
1611 Trace("Entry not on the index 0x%x", address.value());
1767 // from the index, and it could have been replaced with a newer one. It's not
1854 for (size_t index = 0; index < stats.size(); index++)
1855 VLOG(1) << stats[index].first << ": " << stats[index].second;
1961 if (current_size < sizeof(Index)) {
1962 LOG(ERROR) << "Corrupt Index file";
1992 LOG(ERROR) << "Corrupt Index file";