Lines Matching refs:CreateObject
75 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in BreakCommand()
79 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in BreakCommand()
102 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in DeleteCommand()
106 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in DeleteCommand()
123 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in DisableCommand()
127 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in DisableCommand()
147 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in EnableCommand()
151 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in EnableCommand()
236 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in ResumeCommand()
240 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in ResumeCommand()
255 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in StepIntoCommand()
259 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in StepIntoCommand()
274 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in StepOutCommand()
278 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in StepOutCommand()
293 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in StepOverCommand()
297 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in StepOverCommand()