Searched refs:columnIndices (Results 1 – 2 of 2) sorted by relevance
49 …vector<int> columnIndices; // task table can't be split by purely delimiter, needs column position… in Parse() local114 if (!getColumnIndices(columnIndices, headerNames, line)) { in Parse()122 int endCMD = columnIndices.back(); in Parse()123 columnIndices.pop_back(); in Parse()124 columnIndices.push_back(line.find("NAME", endCMD) - 1); in Parse()126 columnIndices.push_back(columnIndices.back() + 4); in Parse()130 record = parseRecordByColumns(line, columnIndices); in Parse()
30 …vector<int> columnIndices; // task table can't be split by purely delimiter, needs column position… in Parse() local52 if (!getColumnIndices(columnIndices, headerNames, line)) { in Parse()59 record = parseRecordByColumns(line, columnIndices); in Parse()