Searched defs:SimplifiedZoneType (Results 1 – 1 of 1) sorted by relevance
1206 struct SimplifiedZoneType { struct1209 SimplifiedZoneType() : rawoffset(-1), dstoffset(-1) {} in SimplifiedZoneType() function1210 SimplifiedZoneType(const ZoneType& t) : rawoffset(t.rawoffset), in SimplifiedZoneType() argument1212 bool operator<(const SimplifiedZoneType& t) const { in operator <() argument