Searched refs:columnLen (Results 1 – 1 of 1) sorted by relevance
379 uint32_t columnLen = 0; in GraphTable() local380 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()