Lines Matching defs:index
53 for (int index = start; index < capacity_; index++) { in ScanKeysFor() local
57 for (int index = 0; index < start; index++) { in ScanKeysFor() local
78 int index = start; in InsertKey() local
93 bool IdentityMapBase::DeleteIndex(int index, uintptr_t* deleted_value) { in DeleteIndex()
135 int index = ScanKeysFor(key, hash); in Lookup() local
147 int index = ScanKeysFor(key, hash); in LookupOrInsert() local
187 int index = Lookup(key); in FindEntry() local
216 int index; in InsertEntry() local
229 int index = Lookup(key); in DeleteEntry() local
290 int index = InsertKey(pair.first, Hash(pair.first)).first; in Rehash() local
317 int index = InsertKey(old_keys[i], Hash(old_keys[i])).first; in Resize() local