Searched refs:actual_cmd_name_len (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1612 size_t actual_cmd_name_len = 0; local
1631 actual_cmd_name_len = strlen (cmd_obj->GetCommandName());
1639 actual_cmd_name_len += next_word.length();
1656 actual_cmd_name_len += next_word.length() + 1;
1810 if (actual_cmd_name_len < command_string.length())
1811 remainder = command_string.substr (actual_cmd_name_len); // Note: 'actual_cmd_name_len' may be considerably shorter

Completed in 468 milliseconds