Searched refs:space_found (Results 1 – 1 of 1) sorted by relevance
74 size_t space_found = line.find(' '); in ParseLpOptions() local75 if (space_found == std::string::npos) in ParseLpOptions()78 std::string name = line.substr(0, space_found); in ParseLpOptions()87 line = line.substr(space_found + 1); in ParseLpOptions()