Searched defs:TIoRange (Results 1 – 1 of 1) sorted by relevance
124 struct TIoRange { struct125 TIoRange(TRange location, TRange component, TBasicType basicType, int index) in TIoRange() argument127 bool overlap(const TIoRange& rhs) const in overlap() argument131 TRange location;132 TRange component;133 TBasicType basicType;134 int index;