Home
last modified time | relevance | path

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

/test/ostest/wukong/report/src/
Dtable.cpp21 Table::Table(std::vector<std::string> cloumn_header, std::vector<std::vector<std::string>> record) in Table() argument
23 uint32_t cols = cloumn_header.size(); in Table()
26 uint32_t max = cloumn_header[col].size(); in Table()
32 column_header_ = cloumn_header; in Table()