Searched refs:LVSecondMapType (Results 1 – 1 of 1) sorted by relevance
176 using LVSecondMapType = std::map<SecondKeyType, ValueType>; variable177 using LVFirstMapType = std::map<FirstKeyType, LVSecondMapType *>;191 LVSecondMapType *SecondMap = nullptr; in add()194 SecondMap = new LVSecondMapType(); in add()210 LVSecondMapType *findMap(FirstKeyType FirstKey) const { in findMap()215 LVSecondMapType *SecondMap = FirstIter->second; in findMap()220 LVSecondMapType *SecondMap = findMap(FirstKey); in find()224 typename LVSecondMapType::const_iterator SecondIter = in find()242 LVSecondMapType *SecondMap = FirstEntry.second; in find()243 for (typename LVSecondMapType::const_reference SecondEntry : *SecondMap) in find()