Searched refs:objectValue (Results 1 – 9 of 9) sorted by relevance
152 auto objectValue = (*object)->value_; in CheckPlainUds() local153 auto typeValue = std::get_if<std::string>(&objectValue[UDMF::UNIFORM_DATA_TYPE]); in CheckPlainUds()156 auto value = std::get_if<std::string>(&objectValue[UDMF::CONTENT]); in CheckPlainUds()167 auto objectValue = (*object)->value_; in CheckFileUriUds() local168 auto typeValue = std::get_if<std::string>(&objectValue[UDMF::UNIFORM_DATA_TYPE]); in CheckFileUriUds()171 auto value = std::get_if<std::string>(&objectValue[UDMF::FILE_URI_PARAM]); in CheckFileUriUds()182 auto objectValue = (*object)->value_; in CheckHtmlUds() local186 auto value = std::get_if<std::string>(&objectValue[UDMF::HTML_CONTENT]); in CheckHtmlUds()197 auto objectValue = (*object)->value_; in CheckPixelMapUds() local216 auto objectValue = (*object)->value_; in CheckLinkUds() local[all …]
262 auto objectValue = (*object)->value_; in CheckPlainUds() local263 auto typeValue = std::get_if<std::string>(&objectValue[UDMF::UNIFORM_DATA_TYPE]); in CheckPlainUds()266 auto value = std::get_if<std::string>(&objectValue[UDMF::CONTENT]); in CheckPlainUds()278 auto objectValue = (*object)->value_; in CheckFileUriUds() local279 auto typeValue = std::get_if<std::string>(&objectValue[UDMF::UNIFORM_DATA_TYPE]); in CheckFileUriUds()282 auto value = std::get_if<std::string>(&objectValue[UDMF::FILE_URI_PARAM]); in CheckFileUriUds()294 auto objectValue = (*object)->value_; in CheckHtmlUds() local298 auto value = std::get_if<std::string>(&objectValue[UDMF::HTML_CONTENT]); in CheckHtmlUds()310 auto objectValue = (*object)->value_; in CheckPixelMapUds() local330 auto objectValue = (*object)->value_; in CheckLinkUds() local[all …]
115 auto objectValue = (*object)->value_; in CheckPlainUds() local116 auto typeValue = std::get_if<std::string>(&objectValue[UDMF::UNIFORM_DATA_TYPE]); in CheckPlainUds()119 auto value = std::get_if<std::string>(&objectValue[UDMF::CONTENT]); in CheckPlainUds()131 auto objectValue = (*object)->value_; in CheckPixelMapUds() local132 auto typeValue = std::get_if<std::string>(&objectValue[UDMF::UNIFORM_DATA_TYPE]); in CheckPixelMapUds()135 auto value = std::get_if<std::shared_ptr<PixelMap>>(&objectValue[UDMF::PIXEL_MAP]); in CheckPixelMapUds()
207 ASSERT_TRUE(objectValue);208 EXPECT_TRUE(objectValue->IsValid());209 EXPECT_FALSE(objectValue->IsNull());210 EXPECT_TRUE(objectValue->IsObject());211 EXPECT_TRUE(objectValue->Contains(TEST_KEY));212 EXPECT_FALSE(objectValue->Contains(TEST_FALSE_KEY));234 ASSERT_TRUE(objectValue);235 EXPECT_TRUE(objectValue->IsValid());236 EXPECT_FALSE(objectValue->IsNull());237 EXPECT_TRUE(objectValue->IsObject());[all …]
149 if (value_.type() != Json::ValueType::objectValue) { in Parse()211 if (value_.type() != Json::ValueType::objectValue) { in Parse()324 if (valueNode.type() != Json::ValueType::objectValue) { in GetSubFieldPath()359 if (valueNode.type() != Json::ValueType::objectValue) { in GetSubFieldPathAndType()489 leafNode = Json::Value(Json::ValueType::objectValue); in LeafJsonNodeAssignValue()511 if (nearest->type() != Json::ValueType::objectValue) { // path ends with type not object in MoveToPath()529 value_ = Json::Value(Json::ValueType::objectValue); in InsertField()554 value_ = Json::Value(Json::ValueType::objectValue); in InsertField()659 case Json::ValueType::objectValue: in GetFieldTypeByJsonValue()682 …if ((valueNode->type() != Json::ValueType::objectValue) || (!valueNode->isMember(eachPathSegment))… in GetJsonValueByFieldPath()[all …]
61 if (auto node = root[*iter]; node.type() == Json::objectValue) { in Init()
369 jsonVal_.type() != Json::ValueType::objectValue)) { in ParseJsonStr()460 jsonVal_.type() != Json::ValueType::objectValue)) { in ParseJsonStr()
937 if (type != Json::objectValue) { in CheckJsonValid()
252 if (!parsingSuccessful || root.type() != Json::objectValue) { in GetChoiceFromJson()264 if (root.type() != Json::objectValue) { in PrepareSelectWindow()