Home
last modified time | relevance | path

Searched refs:tables_ (Results 1 – 2 of 2) sorted by relevance

/test/ostest/wukong/report/src/
Ddata_set.cpp41 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()
/test/ostest/wukong/report/include/
Ddata_set.h49 std::map<std::string, std::shared_ptr<Table>> tables_; variable