Lines Matching refs:map
43 std::map<std::string, std::map<TableReaderCaller, uint64_t>>
45 std::map<std::string, std::map<TableReaderCaller, uint64_t>>
49 std::map<TableReaderCaller, uint64_t> caller_num_access_map;
52 std::map<TableReaderCaller, std::map<uint64_t, uint64_t>>
57 std::map<uint64_t, uint64_t> reuse_distance_count;
61 std::map<TableReaderCaller, std::vector<uint64_t>>
65 std::map<TableReaderCaller, std::vector<uint64_t>> caller_access_timeline;
117 std::map<std::string, BlockAccessInfo> block_access_info_map;
123 std::map<TraceType, BlockTypeAccessInfoAggregate> block_type_aggregates_map;
128 std::map<uint64_t, SSTFileAccessInfoAggregate> fd_aggregates_map;
313 const std::map<std::string, ColumnFamilyAccessInfoAggregate>&
333 const std::map<uint64_t, uint64_t> timeline,
334 std::map<std::string, std::map<uint64_t, uint64_t>>*
340 const std::map<std::string, uint64_t>& cf_access_count) const;
345 const std::map<std::string, std::map<uint64_t, uint64_t>>& label_data,
360 std::map<std::string, Features>* label_features,
361 std::map<std::string, Predictions>* label_predictions) const;
365 const std::map<std::string, Features>& label_features,
366 const std::map<std::string, Predictions>& label_predictions,
379 std::map<std::string, ColumnFamilyAccessInfoAggregate> cf_aggregates_map_;
380 std::map<std::string, BlockAccessInfo*> block_info_map_;