Searched refs:ObjectSubType (Results 1 – 6 of 6) sorted by relevance
20 using ObjectSubType = RemoteObject::SubTypeName; typedef33 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 …]
34 using ObjectSubType = RemoteObject::SubTypeName; typedef129 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 …]
33 using ObjectSubType = RemoteObject::SubTypeName; typedef
27 using ObjectSubType = RemoteObject::SubTypeName; typedef
34 using ObjectSubType = RemoteObject::SubTypeName; typedef