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