Home
last modified time | relevance | path

Searched defs:column_size_ (Results 1 – 2 of 2) sorted by relevance

/test/ostest/wukong/report/include/
Dtable.h40 std::vector<int> column_size_; variable
/test/ostest/wukong/report/src/
Dformat_csv.cpp35 std::vector<int> column_size_ = tablePtr->GetColumnSize(); in FormatDetail() local