Searched refs:first_dash (Results 1 – 1 of 1) sorted by relevance
580 size_t first_dash = pages_string.find("-"); in ParseCommandLine() local581 if (first_dash == std::string::npos) { in ParseCommandLine()585 std::stringstream(pages_string.substr(0, first_dash)) >> in ParseCommandLine()587 std::stringstream(pages_string.substr(first_dash + 1)) >> in ParseCommandLine()