Searched defs:SimplifiedZoneType (Results 1 – 1 of 1) sorted by relevance
1205 struct SimplifiedZoneType { struct1208 SimplifiedZoneType() : rawoffset(-1), dstoffset(-1) {} in SimplifiedZoneType() argument1209 SimplifiedZoneType(const ZoneType& t) : rawoffset(t.rawoffset), in SimplifiedZoneType() function1211 bool operator<(const SimplifiedZoneType& t) const { in operator <() argument