Lines Matching defs:Key
1973 typedef AddressRange Key;
2070 while (cur.key().end <= range.start) {
2071 // CodeMap::FindLeastGreaterThan succeeds for entries whose key is greater
2072 // than _or equal to_ the given key, so we have to advance our key to get
2075 new_key.start = cur.key().end;
2080 while (cur.key().start < range.end) {
2081 AddressRange old_range = cur.key();