Searched refs:map_assign (Results 1 - 1 of 1) sorted by relevance

/external/google-breakpad/src/common/
H A Dsimple_string_dictionary_unittest.cc110 NonAllocatingMap<10, 10, 10> map_assign; local
111 map_assign = map;
112 EXPECT_EQ(2u, map_assign.GetCount());
113 EXPECT_STREQ("a", map_assign.GetValueForKey("one"));
114 EXPECT_STREQ("c", map_assign.GetValueForKey("three"));
115 map_assign.SetKeyValue("four", "d");
116 EXPECT_STREQ("d", map_assign.GetValueForKey("four"));
122 EXPECT_STREQ("a", map_assign.GetValueForKey("one"));

Completed in 1493 milliseconds