Searched refs:strTok (Results 1 – 1 of 1) sorted by relevance
84 char *strTok = strtok(s," "); in get_vector() local86 while(strTok) { in get_vector()87 vec.push_back(atof(strTok)); in get_vector()88 strTok = strtok(NULL," "); in get_vector()98 char *strTok = strtok(s," "); in get_ivector() local100 while(strTok) { in get_ivector()101 vec.push_back(atoi(strTok)); in get_ivector()102 strTok = strtok(NULL," "); in get_ivector()