Home | History | Annotate | Download | only in prefs

Lines Matching refs:StringValue

19   EXPECT_TRUE(map.SetValue("key", new StringValue("test")));
20 EXPECT_FALSE(map.SetValue("key", new StringValue("test")));
21 EXPECT_TRUE(map.SetValue("key", new StringValue("hi mom!")));
24 EXPECT_TRUE(StringValue("hi mom!").Equals(result));
44 EXPECT_TRUE(map.SetValue("key", new StringValue("test")));
55 EXPECT_TRUE(map.SetValue("key", new StringValue("test")));
65 EXPECT_TRUE(reference.SetValue("b", new StringValue("test")));
66 EXPECT_TRUE(reference.SetValue("c", new StringValue("test")));
67 EXPECT_TRUE(reference.SetValue("e", new StringValue("test")));
79 EXPECT_TRUE(check.SetValue("a", new StringValue("test")));
80 EXPECT_TRUE(check.SetValue("c", new StringValue("test")));
81 EXPECT_TRUE(check.SetValue("d", new StringValue("test")));
94 EXPECT_TRUE(first_map.SetValue("a", new StringValue("test")));
95 EXPECT_TRUE(first_map.SetValue("b", new StringValue("test")));
96 EXPECT_TRUE(first_map.SetValue("c", new StringValue("test")));
99 EXPECT_TRUE(second_map.SetValue("d", new StringValue("test")));
100 EXPECT_TRUE(second_map.SetValue("e", new StringValue("test")));
101 EXPECT_TRUE(second_map.SetValue("f", new StringValue("test")));