Searched refs:node4Key (Results 1 – 1 of 1) sorted by relevance
165 const auto node4Key = GetCachedNode4Key(key); in GetCachedNode4Index() local168 if (!key.has_value() || !ttype.has_value() || !node4Key.has_value()) { in GetCachedNode4Index()172 auto uiNode = node4Key.value().item; in GetCachedNode4Index()193 if (!node4Key.value().isValid) { in GetCachedNode4Index()203 return node4Key.value().item; in GetCachedNode4Index()422 std::unordered_map<std::string, RefPtr<UINode>> node4Key; in CreateNewNode() local423 node4Key[forKey] = node4Index; in CreateNewNode()424 node4key4ttype_[ttype] = std::move(node4Key); in CreateNewNode()621 const std::unordered_map<std::string, RefPtr<UINode>>& node4Key = ttypeIter->second; in GetL1KeyToUpdate() local622 if (node4Key.find(key) != node4Key.end()) { in GetL1KeyToUpdate()