Searched refs:MappedRange (Results 1 – 2 of 2) sorted by relevance
77 struct MappedRange { struct89 inline bool Intersects(const MappedRange& range) const { in Intersects() argument95 inline bool Covers(const MappedRange& range) const { in Covers() argument102 inline bool Contains(const MappedRange& range) const { in Contains() argument114 typedef std::list<MappedRange> MappingList; argument118 bool Unmap(const MappedRange& range);
26 MappedRange range; in MapWithID()51 MappedRange old_range; in MapWithID()67 const MappedRange& range = mappings_to_delete.front(); in MapWithID()195 bool AddressMapper::Unmap(const MappedRange& range) { in Unmap()