Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_sys_module/console/
H A Dconsole.cpp379 uint32_t columnLen = 0; in GraphTable() local
380 napi_get_array_length(env, head, &columnLen); in GraphTable()
381 std::vector<size_t> columnWidths(columnLen); in GraphTable()
382 std::vector<std::string> rowDivider(columnLen); in GraphTable()
385 for (size_t i = 0; i < columnLen; i++) { in GraphTable()
393 for (size_t i = 0; i < columnLen; i++) { in GraphTable()