Searched refs:CommandInterpreterRunResult (Results 1 – 5 of 5) sorted by relevance
18 class CommandInterpreterRunResult; variable103 const lldb_private::CommandInterpreterRunResult &rhs);106 std::unique_ptr<lldb_private::CommandInterpreterRunResult> m_opaque_up;
178 : m_opaque_up(new CommandInterpreterRunResult()) in SBCommandInterpreterRunResult()186 : m_opaque_up(new CommandInterpreterRunResult()) { in SBCommandInterpreterRunResult()193 const CommandInterpreterRunResult &rhs) { in SBCommandInterpreterRunResult()194 m_opaque_up = std::make_unique<CommandInterpreterRunResult>(rhs); in SBCommandInterpreterRunResult()
1269 CommandInterpreterRunResult result = in RunCommandInterpreter()1287 CommandInterpreterRunResult result = in RunCommandInterpreter()
35 class CommandInterpreterRunResult {37 CommandInterpreterRunResult() = default;543 CommandInterpreterRunResult749 CommandInterpreterRunResult m_result;
3361 CommandInterpreterRunResult CommandInterpreter::RunCommandInterpreter( in RunCommandInterpreter()3367 m_result = CommandInterpreterRunResult(); in RunCommandInterpreter()