Searched refs:floatRoot (Results 1 – 2 of 2) sorted by relevance
212 EffectJsonPtr floatRoot = JsonHelper::CreateArray(); variable213 ASSERT_NE(floatRoot, nullptr);216 ASSERT_TRUE(floatRoot->Add(floatValue1));217 ASSERT_TRUE(floatRoot->Add(floatValue2));218 std::vector<EffectJsonPtr> floatValues = floatRoot->GetArray();
168 cJSON *floatRoot = cJSON_GetObjectItem(jsonValue, "float"); in ParseJson() local169 InitThemeRes(bundleInfo, floatRoot, themeConfig, "float"); in ParseJson()