Searched refs:layout_table_cache_ (Results 1 – 2 of 2) sorted by relevance
100 auto it = layout_table_cache_.find(filter_id); in ComputeTable()101 if (it != layout_table_cache_.end()) { in ComputeTable()126 auto res = layout_table_cache_.emplace(filter_id, std::move(layout_table)); in ComputeTable()
54 std::unordered_map<StringId, Table> layout_table_cache_; variable