Searched refs:ttype4index_ (Results 1 – 3 of 3) sorted by relevance
150 ttype4index_[from1] = ttype; in FetchMoreKeysTTypes()268 if (auto iter = ttype4index_.find(index); iter != ttype4index_.end()) { in CheckTTypeChanged()275 if (auto iter = ttype4index_.find(index); iter != ttype4index_.end()) { in CheckTTypeChanged()299 ttype4index_.clear(); in InvalidateKeyAndTTypeCaches()325 const auto iterTType = ttype4index_.find(forIndex); in UpdateFromL2()326 if (iterTType == ttype4index_.end()) { in UpdateFromL2()392 const auto ttypeIter = ttype4index_.find(forIndex); in CreateNewNode()393 if (ttypeIter == ttype4index_.end()) { in CreateNewNode()767 const auto it = ttype4index_.find(index); in GetTType4Index()768 if (it == ttype4index_.end()) { in GetTType4Index()[all …]
307 std::unordered_map<uint32_t, std::string> ttype4index_; variable
916 caches.ttype4index_.insert({ 0, val });