Searched refs:CommandInterpreterRunResult (Results 1 – 5 of 5) sorted by relevance
18 class CommandInterpreterRunResult; variable111 const lldb_private::CommandInterpreterRunResult &rhs);114 std::unique_ptr<lldb_private::CommandInterpreterRunResult> m_opaque_up;
190 : m_opaque_up(new CommandInterpreterRunResult()) in SBCommandInterpreterRunResult()198 : m_opaque_up(new CommandInterpreterRunResult()) { in SBCommandInterpreterRunResult()205 const CommandInterpreterRunResult &rhs) { in SBCommandInterpreterRunResult()206 m_opaque_up = std::make_unique<CommandInterpreterRunResult>(rhs); in SBCommandInterpreterRunResult()
1241 CommandInterpreterRunResult result = in RunCommandInterpreter()1259 CommandInterpreterRunResult result = in RunCommandInterpreter()
38 class CommandInterpreterRunResult {40 CommandInterpreterRunResult() = default;566 CommandInterpreterRunResult790 CommandInterpreterRunResult m_result;
3563 CommandInterpreterRunResult CommandInterpreter::RunCommandInterpreter( in RunCommandInterpreter()3569 m_result = CommandInterpreterRunResult(); in RunCommandInterpreter()