Searched refs:SimplifiedZoneType (Results 1 – 1 of 1) sorted by relevance
120 struct SimplifiedZoneType;147 ZoneType(const SimplifiedZoneType&); // used by optimizeTypeList1202 struct SimplifiedZoneType { struct1205 SimplifiedZoneType() : rawoffset(-1), dstoffset(-1) {} in SimplifiedZoneType() argument1206 SimplifiedZoneType(const ZoneType& t) : rawoffset(t.rawoffset), in SimplifiedZoneType() argument1208 bool operator<(const SimplifiedZoneType& t) const { in operator <() argument1222 ZoneType::ZoneType(const SimplifiedZoneType& t) : in ZoneType()1255 set<SimplifiedZoneType> simpleset; in optimizeTypeList()1263 map<SimplifiedZoneType,int32_t> simplemap; in optimizeTypeList()1265 for (set<SimplifiedZoneType>::const_iterator i=simpleset.begin(); in optimizeTypeList()[all …]