Searched defs:SimplifiedZoneType (Results 1 – 1 of 1) sorted by relevance
1202 struct SimplifiedZoneType { struct1205 SimplifiedZoneType() : rawoffset(-1), dstoffset(-1) {} in SimplifiedZoneType() argument1206 SimplifiedZoneType(const ZoneType& t) : rawoffset(t.rawoffset), in SimplifiedZoneType() function1208 bool operator<(const SimplifiedZoneType& t) const { in operator <() argument