Searched refs:dataNodeTablesTableTableRowsTableRowTableColumnsTableColumn (Results 1 – 1 of 1) sorted by relevance
54 for (auto dataNodeTablesTableTableRowsTableRowTableColumnsTableColumn : allTableColumnsNode) in parse() local57 if(!dataNodeTablesTableTableRowsTableRowTableColumnsTableColumn["StartColumn"].isNull()) in parse()59 if(!dataNodeTablesTableTableRowsTableRowTableColumnsTableColumn["StartRow"].isNull()) in parse()60 …tableColumnsObject.startRow = std::stoi(dataNodeTablesTableTableRowsTableRowTableColumnsTableColum… in parse()61 if(!dataNodeTablesTableTableRowsTableRowTableColumnsTableColumn["EndColumn"].isNull()) in parse()63 if(!dataNodeTablesTableTableRowsTableRowTableColumnsTableColumn["EndRow"].isNull()) in parse()64 …tableColumnsObject.endRow = std::stoi(dataNodeTablesTableTableRowsTableRowTableColumnsTableColumn[… in parse()65 if(!dataNodeTablesTableTableRowsTableRowTableColumnsTableColumn["Height"].isNull()) in parse()66 …tableColumnsObject.height = std::stoi(dataNodeTablesTableTableRowsTableRowTableColumnsTableColumn[… in parse()67 if(!dataNodeTablesTableTableRowsTableRowTableColumnsTableColumn["Width"].isNull()) in parse()[all …]
Completed in 4 milliseconds