Searched defs:TIoRange (Results 1 – 1 of 1) sorted by relevance
125 struct TIoRange { struct126 TIoRange(TRange location, TRange component, TBasicType basicType, int index) in TIoRange() function128 bool overlap(const TIoRange& rhs) const in overlap() argument132 TRange location;133 TRange component;134 TBasicType basicType;135 int index;