Lines Matching refs:delimiters
384 std::string delimiters = " ";
386 std::string::size_type lastPos = CommandLine.find_first_not_of(delimiters, 0);
387 std::string::size_type pos = CommandLine.find_first_of(delimiters, lastPos);
395 // Skip delimiters. Note the "not_of"
396 lastPos = CommandLine.find_first_not_of(delimiters, pos);
398 pos = CommandLine.find_first_of(delimiters, lastPos);