Home
last modified time | relevance | path

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

/test/ostest/wukong/report/include/
Dtable.h34 std::vector<int> GetColumnSize();
/test/ostest/wukong/report/src/
Dtable.cpp66 std::vector<int> Table::GetColumnSize() in GetColumnSize() function in OHOS::WuKong::Table
Dformat_csv.cpp35 std::vector<int> column_size_ = tablePtr->GetColumnSize(); in FormatDetail()