HomeSort by relevance Sort by last modified time
    Searched full:second_map (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/base/prefs/
pref_value_map_unittest.cc 98 PrefValueMap second_map; local
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")));
103 first_map.Swap(&second_map);
109 EXPECT_TRUE(second_map.GetValue("a", NULL));
110 EXPECT_TRUE(second_map.GetValue("b", NULL));
111 EXPECT_TRUE(second_map.GetValue("c", NULL));

Completed in 172 milliseconds