Home
last modified time | relevance | path

Searched refs:ObjectSubType (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp20 using ObjectSubType = RemoteObject::SubTypeName; typedef
33 const std::string ObjectSubType::Array = "array"; // NOLINT (readability-identifier-na…
34 const std::string ObjectSubType::Null = "null"; // NOLINT (readability-identifier-na…
35 const std::string ObjectSubType::Node = "node"; // NOLINT (readability-identifier-na…
36 const std::string ObjectSubType::Regexp = "regexp"; // NOLINT (readability-identifier-na…
37 const std::string ObjectSubType::Date = "date"; // NOLINT (readability-identifier-na…
38 const std::string ObjectSubType::Map = "map"; // NOLINT (readability-identifier-na…
39 const std::string ObjectSubType::Set = "set"; // NOLINT (readability-identifier-na…
40 const std::string ObjectSubType::Weakmap = "weakmap"; // NOLINT (readability-identifier-na…
41 const std::string ObjectSubType::Weakset = "weakset"; // NOLINT (readability-identifier-na…
[all …]
/arkcompiler/toolchain/tooling/test/
Ddebugger_types_test.cpp34 using ObjectSubType = RemoteObject::SubTypeName; typedef
129 EXPECT_EQ(ObjectSubType::Array, remoteObject->GetSubType()); in HWTEST_F_L0()
257 EXPECT_EQ(std::string(ObjectSubType::Array.c_str()), tmpStr); in HWTEST_F_L0()
439 EXPECT_EQ(exception->GetSubType(), ObjectSubType::Error); in HWTEST_F_L0()
517 EXPECT_EQ(std::string(ObjectSubType::Error.c_str()), tmpStr); in HWTEST_F_L0()
610 EXPECT_EQ(value->GetSubType(), ObjectSubType::Map); in HWTEST_F_L0()
640 EXPECT_EQ(std::string(ObjectSubType::Map.c_str()), tmpStr); in HWTEST_F_L0()
904 EXPECT_EQ(std::string(ObjectSubType::Map.c_str()), tmpStr); in HWTEST_F_L0()
918 EXPECT_EQ(std::string(ObjectSubType::Regexp.c_str()), tmpStr); in HWTEST_F_L0()
928 EXPECT_EQ(std::string(ObjectSubType::Generator.c_str()), tmpStr); in HWTEST_F_L0()
[all …]
Ddebugger_returns_test.cpp33 using ObjectSubType = RemoteObject::SubTypeName; typedef
Ddebugger_events_test.cpp27 using ObjectSubType = RemoteObject::SubTypeName; typedef
Ddebugger_params_test.cpp34 using ObjectSubType = RemoteObject::SubTypeName; typedef
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp33 using ObjectSubType = RemoteObject::SubTypeName; typedef