Searched defs:MappedRange (Results 1 – 1 of 1) 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; argument