• Home
  • Raw
  • Download

Lines Matching refs:CreateObject

77     std::unique_ptr<PtJson> request = PtJson::CreateObject();  in BreakCommand()
81 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in BreakCommand()
104 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in DeleteCommand()
108 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in DeleteCommand()
125 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in DisableCommand()
129 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in DisableCommand()
149 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in EnableCommand()
153 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in EnableCommand()
238 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in ResumeCommand()
242 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in ResumeCommand()
257 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in StepIntoCommand()
261 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in StepIntoCommand()
276 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in StepOutCommand()
280 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in StepOutCommand()
295 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in StepOverCommand()
299 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in StepOverCommand()
444 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in SaveAllPossibleBreakpointsCommand()
448 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in SaveAllPossibleBreakpointsCommand()
449 std::unique_ptr<PtJson> locations = PtJson::CreateObject(); in SaveAllPossibleBreakpointsCommand()
452 std::unique_ptr<PtJson> bp = PtJson::CreateObject(); in SaveAllPossibleBreakpointsCommand()
473 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in EnableLaunchAccelerateCommand()
477 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in EnableLaunchAccelerateCommand()