Searched refs:FirstMap (Results 1 – 1 of 1) sorted by relevance
151 LVFirstMapType FirstMap; variable156 typename LVFirstMapType::iterator FirstIter = FirstMap.find(FirstKey); in add()157 if (FirstIter == FirstMap.end()) { in add()160 FirstMap.emplace(FirstKey, std::move(SecondMapSP)); in add()174 typename LVFirstMapType::const_iterator FirstIter = FirstMap.find(FirstKey); in findMap()175 if (FirstIter == FirstMap.end()) in findMap()201 if (FirstMap.empty()) in find()203 for (typename LVFirstMapType::const_reference FirstEntry : FirstMap) { in find()