Searched refs:ttypeIter (Results 1 – 1 of 1) sorted by relevance
392 const auto ttypeIter = ttype4index_.find(forIndex); in CreateNewNode() local393 if (ttypeIter == ttype4index_.end()) { in CreateNewNode()397 const auto& ttype = ttypeIter->second; in CreateNewNode()619 const auto ttypeIter = node4key4ttype_.find(ttype); in GetL1KeyToUpdate() local620 if (ttypeIter != node4key4ttype_.end()) { in GetL1KeyToUpdate()621 const std::unordered_map<std::string, RefPtr<UINode>>& node4Key = ttypeIter->second; in GetL1KeyToUpdate()959 for (const auto& ttypeIter : node4key4ttype_) { in DumpUINode4Key4TType() local960 const auto& ttype = ttypeIter.first; in DumpUINode4Key4TType()961 const auto& node4key = ttypeIter.second; in DumpUINode4Key4TType()