Searched refs:SecondMapSP (Results 1 – 1 of 1) sorted by relevance
178 auto SecondMapSP = std::make_unique<LVSecondMapType>(); in add() local179 SecondMapSP->emplace(SecondKey, Value); in add()180 FirstMap.emplace(FirstKey, std::move(SecondMapSP)); in add()