Home | History | Annotate | Download | only in tzcode

Lines Matching full:simplemap

1266         map<SimplifiedZoneType,int32_t> simplemap;
1270 simplemap[*i] = n++;
1279 assert(simplemap.find(newtype) != simplemap.end());
1280 i->type = simplemap[newtype];
1312 map<SimplifiedZoneType,int32_t> simplemap;
1313 simplemap[initialSimplifiedType] = 0;
1317 simplemap[*i] = n++;
1327 assert(simplemap.find(newtype) != simplemap.end());
1328 i->type = simplemap[newtype];