reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1315 command.clear(); 1328 command.swap(command_string); 1331 command.assign(command_string, 1, end_quote_pos - 1); 1342 command.swap(command_string); 1345 command.assign(command_string, 0, first_space_pos); 1353 if (!command.empty()) { 1355 if (command[0] != '-' && command[0] != '_') { 1355 if (command[0] != '-' && command[0] != '_') { 1356 size_t pos = command.find_first_not_of(k_valid_command_chars); 1358 suffix.assign(command.begin() + pos, command.end()); 1358 suffix.assign(command.begin() + pos, command.end()); 1359 command.erase(pos);