Searched refs:ReadFileToLongs (Results 1 – 1 of 1) sorted by relevance
219 static int ReadFileToLongs(const std::string &path, std::vector<long> *data, int start_idx, in ReadFileToLongs() function276 int num = ReadFileToLongs(path, store, start_idx, delim, skip, nonnegative); in ReadFileToLongsCheck()