Searched refs:tables_ (Results 1 – 2 of 2) sorted by relevance
41 statistics_->StatisticsDetail(dataVector_, tables_); in StatisticsData()52 std::map<std::string, std::shared_ptr<Table>>::iterator tablesIter = tables_.find(name); in FormatData()53 if (tablesIter == tables_.end()) { in FormatData()56 std::shared_ptr<Table> table = tables_[name]; in FormatData()
49 std::map<std::string, std::shared_ptr<Table>> tables_; variable