Searched refs:stringArrayRes (Results 1 – 1 of 1) sorted by relevance
840 PreferencesValue stringArrayRes = pref1->Get(KEY_TEST_STRING_ARRAY_ELEMENT, defValue); variable841 EXPECT_EQ(stringArrayRes.IsStringArray(), true);842 EXPECT_EQ(static_cast<std::vector<std::string>>(stringArrayRes), stringArray);