Searched refs:NewMap (Results 1 – 4 of 4) sorted by relevance
317 HashTable NewMap(NewCapacity); in grow()320 NewMap.set_as_internal(LookupKey, Buckets[I].second, Traits, in grow()324 Buckets.swap(NewMap.Buckets); in grow()325 std::swap(Present, NewMap.Present); in grow()326 std::swap(Deleted, NewMap.Deleted); in grow()
313 ColorMapObject *NewMap; in ModifyColorMap() local328 if ((NewMap = GifMakeMapObject(1 << GifBitSize(Max+1), NULL)) == NULL) in ModifyColorMap()333 NewMap->Colors[i] = ColorMap->Colors[Translation[i]]; in ModifyColorMap()336 return(NewMap); in ModifyColorMap()
263 ColorMapObject *NewMap; in Icon2Gif() local265 NewMap = GifMakeMapObject(1 << GifBitSize(ColorMapSize), ColorMap); in Icon2Gif()266 if (NewMap == (ColorMapObject *)NULL) in Icon2Gif()272 NewMap->SortFlag = SortFlag; in Icon2Gif()275 NewImage->ImageDesc.ColorMap = NewMap; in Icon2Gif()277 GifFileOut->SColorMap = NewMap; in Icon2Gif()
326 DenseMap<BBOrMBB, BBOrMBB> NewMap; in set() local330 NewMap[MBBMap[Src]] = MBBMap[Dst]; in set()332 EHInfo.EHPadUnwindMap = std::move(NewMap); in set()