Searched refs:CommandInterpreterRunResult (Results 1 – 5 of 5) sorted by relevance
18 class CommandInterpreterRunResult; variable102 const lldb_private::CommandInterpreterRunResult &rhs);105 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()
1217 CommandInterpreterRunResult result = in RunCommandInterpreter()1235 CommandInterpreterRunResult result = in RunCommandInterpreter()
34 class CommandInterpreterRunResult {36 CommandInterpreterRunResult() = default;532 CommandInterpreterRunResult730 CommandInterpreterRunResult m_result;
3298 CommandInterpreterRunResult CommandInterpreter::RunCommandInterpreter( in RunCommandInterpreter()3304 m_result = CommandInterpreterRunResult(); in RunCommandInterpreter()