Searched refs:FirstMap (Results 1 – 1 of 1) sorted by relevance
180 LVFirstMapType FirstMap; variable186 for (auto &Entry : FirstMap) in ~LVDoubleMap()192 typename LVFirstMapType::iterator FirstIter = FirstMap.find(FirstKey); in add()193 if (FirstIter == FirstMap.end()) { in add()195 FirstMap.emplace(FirstKey, SecondMap); in add()211 typename LVFirstMapType::const_iterator FirstIter = FirstMap.find(FirstKey); in findMap()212 if (FirstIter == FirstMap.end()) in findMap()239 if (FirstMap.empty()) in find()241 for (typename LVFirstMapType::const_reference FirstEntry : FirstMap) { in find()