Searched refs:last_space (Results 1 – 2 of 2) sorted by relevance
85 size_t last_space = line.find_last_of(' '); in contributors_map_from_churn_output() local89 istringstream(line.substr(last_space+1)) >> number; in contributors_map_from_churn_output()92 line.erase(last_space); in contributors_map_from_churn_output()112 size_t last_space = name.find_last_of(' '); in lastname() local113 if(last_space >= name.length()-1) return name; in lastname()114 else return name.substr(last_space+1); in lastname()
307 *next_space, *last_space; in slk_restore() local319 last_space = &(slks->spaces[slks->num_spaces-1]); in slk_restore()328 if ( next_space < last_space ) in slk_restore()