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()
1269 CommandInterpreterRunResult result = in RunCommandInterpreter()1287 CommandInterpreterRunResult result = in RunCommandInterpreter()
37 class CommandInterpreterRunResult {39 CommandInterpreterRunResult() = default;557 CommandInterpreterRunResult773 CommandInterpreterRunResult m_result;
3384 CommandInterpreterRunResult CommandInterpreter::RunCommandInterpreter( in RunCommandInterpreter()3390 m_result = CommandInterpreterRunResult(); in RunCommandInterpreter()