Searched refs:index4ttype_ (Results 1 – 2 of 2) sorted by relevance
151 index4ttype_[ttype] = from1; in FetchMoreKeysTTypes()300 index4ttype_.clear(); in InvalidateKeyAndTTypeCaches()939 result += "index4ttype_: size=" + std::to_string(index4ttype_.size()) + "--------------\n"; in DumpTType4Index()940 for (const auto& it : index4ttype_) { in DumpTType4Index()
308 std::unordered_map<std::string, uint32_t> index4ttype_; variable