Home
last modified time | relevance | path

Searched refs:pages_string (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/samples/
Dpdfium_test.cc579 const std::string pages_string = value; in ParseCommandLine() local
580 size_t first_dash = pages_string.find("-"); in ParseCommandLine()
582 std::stringstream(pages_string) >> options->first_page; in ParseCommandLine()
585 std::stringstream(pages_string.substr(0, first_dash)) >> in ParseCommandLine()
587 std::stringstream(pages_string.substr(first_dash + 1)) >> in ParseCommandLine()