Searched refs:getColumnIndices (Results 1 – 4 of 4) sorted by relevance
52 if (!getColumnIndices(columnIndices, headerNames, line)) { in Parse()
114 if (!getColumnIndices(columnIndices, headerNames, line)) { in Parse()
66 bool getColumnIndices(std::vector<int>& indices, const char* headerNames[], const std::string& line…
95 bool getColumnIndices(std::vector<int>& indices, const char** headerNames, const std::string& line)… in getColumnIndices() function