Lines Matching refs:PtJson
26 std::unique_ptr<PtJson> ToJson() const override in ToJson()
41 static std::unique_ptr<EnableParams> Create(const PtJson ¶ms);
65 static std::unique_ptr<EvaluateOnCallFrameParams> Create(const PtJson ¶ms);
96 static std::unique_ptr<GetPossibleBreakpointsParams> Create(const PtJson ¶ms);
140 static std::unique_ptr<GetScriptSourceParams> Create(const PtJson ¶ms);
159 static std::unique_ptr<RemoveBreakpointParams> Create(const PtJson ¶ms);
178 static std::unique_ptr<ResumeParams> Create(const PtJson ¶ms);
202 static std::unique_ptr<SetAsyncCallStackDepthParams> Create(const PtJson ¶ms);
220 static std::unique_ptr<SetBlackboxPatternsParams> Create(const PtJson ¶ms);
239 static std::unique_ptr<SetBreakpointByUrlParams> Create(const PtJson ¶ms);
316 static std::unique_ptr<GetPossibleAndSetBreakpointParams> Create(const PtJson ¶ms);
344 static std::unique_ptr<SetPauseOnExceptionsParams> Create(const PtJson ¶ms);
380 static std::unique_ptr<StepIntoParams> Create(const PtJson ¶ms);
418 static std::unique_ptr<StepOverParams> Create(const PtJson ¶ms);
444 static std::unique_ptr<DropFrameParams> Create(const PtJson ¶ms);
467 static std::unique_ptr<SetMixedDebugParams> Create(const PtJson ¶ms);
485 static std::unique_ptr<ReplyNativeCallingParams> Create(const PtJson ¶ms);
504 static std::unique_ptr<GetPropertiesParams> Create(const PtJson ¶ms);
574 static std::unique_ptr<CallFunctionOnParams> Create(const PtJson ¶ms);
719 static std::unique_ptr<StartSamplingParams> Create(const PtJson ¶ms);
738 static std::unique_ptr<StartTrackingHeapObjectsParams> Create(const PtJson ¶ms);
762 static std::unique_ptr<StopTrackingHeapObjectsParams> Create(const PtJson ¶ms);
808 static std::unique_ptr<AddInspectedHeapObjectParams> Create(const PtJson ¶ms);
827 static std::unique_ptr<GetHeapObjectIdParams> Create(const PtJson ¶ms);
846 static std::unique_ptr<GetObjectByHeapObjectIdParams> Create(const PtJson ¶ms);
877 static std::unique_ptr<StartPreciseCoverageParams> Create(const PtJson ¶ms);
923 static std::unique_ptr<SetSamplingIntervalParams> Create(const PtJson ¶ms);
948 static std::unique_ptr<RecordClockSyncMarkerParams> Create(const PtJson ¶ms);
973 static std::unique_ptr<RequestMemoryDumpParams> Create(const PtJson ¶ms);
1020 static std::unique_ptr<StartParams> Create(const PtJson ¶ms);