Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/test/
H A Ddebugger_types_test.cpp1273 // abnormal params of params.sub-key=["type":"global","object":{..},"endLocation":10]
1276 ObjectType::Bigint + R"("},"endLocation":10}})";
1280 // abnormal params of params.sub-key=["type":"global","object":{..},"endLocation":{"12":"34"}]
1283 ObjectType::Bigint + R"("},"endLocation":{"12":"34"}}})";
1312 "endLocation":{"scriptId":"13","lineNumber":146}
1346 ret = objJson->GetObject("endLocation", &tmpJson);
/arkcompiler/toolchain/tooling/base/
H A Dpt_types.cpp1914 std::unique_ptr<PtJson> endLocation; in Create() local
1915 ret = params.GetObject("endLocation", &endLocation); in Create()
1917 obj = Location::Create(*endLocation); in Create()
1919 error += "'endLocation' format error;"; in Create()
1924 error += "Wrong type of 'endLocation';"; in Create()
1951 result->Add("endLocation", endLocation_.value()->ToJson()); in ToJson()

Completed in 9 milliseconds