Searched refs:FirstMap (Results 1 – 1 of 1) sorted by relevance
171 LVFirstMapType FirstMap; variable176 typename LVFirstMapType::iterator FirstIter = FirstMap.find(FirstKey); in add()177 if (FirstIter == FirstMap.end()) { in add()180 FirstMap.emplace(FirstKey, std::move(SecondMapSP)); in add()194 typename LVFirstMapType::const_iterator FirstIter = FirstMap.find(FirstKey); in findMap()195 if (FirstIter == FirstMap.end()) in findMap()221 if (FirstMap.empty()) in find()223 for (typename LVFirstMapType::const_reference FirstEntry : FirstMap) { in find()