Searched refs:LVFirstMapType (Results 1 – 1 of 1) sorted by relevance
177 using LVFirstMapType = std::map<FirstKeyType, LVSecondMapType *>; variable180 LVFirstMapType FirstMap;192 typename LVFirstMapType::iterator FirstIter = FirstMap.find(FirstKey); in add()211 typename LVFirstMapType::const_iterator FirstIter = FirstMap.find(FirstKey); in findMap()241 for (typename LVFirstMapType::const_reference FirstEntry : FirstMap) { in find()