Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1599 const size_t first_space_pos = in ExtractCommand() local
1601 if (first_space_pos == std::string::npos) { in ExtractCommand()
1605 command.assign(command_string, 0, first_space_pos); in ExtractCommand()
1607 k_white_space, first_space_pos)); in ExtractCommand()