Home
last modified time | relevance | path

Searched refs:locationRange (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/toolchain/tooling/test/
H A Ddebugger_types_test.cpp2833 std::unique_ptr<PtJson> locationRange = PtJson::CreateObject();
2845 locationRange->Add("scriptId", locationRange_scriptId.c_str());
2846 locationRange->Add("start", locationRange_start);
2847 locationRange->Add("end", locationRange_end);
2848 std::unique_ptr<LocationRange> ret = LocationRange::Create(*locationRange);
/arkcompiler/toolchain/tooling/base/
H A Dpt_types.cpp1701 auto locationRange = std::make_unique<LocationRange>(); in Create() local
1707 if (!ToolchainUtils::StrToInt32(scriptId, locationRange->scriptId_)) { in Create()
1722 locationRange->start_ = std::move(obj); in Create()
1735 locationRange->end_ = std::move(obj); in Create()
1746 return locationRange; in Create()

Completed in 12 milliseconds