Lines Matching defs:Key
1829 MUST_USE_RESULT AllocationResult InternalizeStringWithKey(HashTableKey* key);
2286 struct Key {
2291 Key keys_[kLength];
2311 Key& key = keys_[index];
2312 if ((key.source == source) && (key.name == name)) return results_[index];
2321 Key& key = keys_[index];
2322 key.source = source;
2323 key.name = name;
2354 struct Key {
2359 Key keys_[kLength];