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

/external/libchrome/base/
H A Did_map_unittest.cc81 map.Remove(iter.GetCurrentKey());
112 ids_in_iteration_order[counter] = iter.GetCurrentKey();
124 EXPECT_EQ(ids_in_iteration_order[0], iter.GetCurrentKey());
129 EXPECT_EQ(ids_in_iteration_order[2], iter.GetCurrentKey());
134 EXPECT_EQ(ids_in_iteration_order[4], iter.GetCurrentKey());
222 ids_in_iteration_order[counter] = iter.GetCurrentKey();
232 EXPECT_EQ(ids_in_iteration_order[0], iter.GetCurrentKey());
236 EXPECT_EQ(ids_in_iteration_order[1], iter.GetCurrentKey());
370 EXPECT_EQ(kId1, iter.GetCurrentKey());
H A Did_map.h198 KeyType GetCurrentKey() const { function in class:IDMap::Iterator

Completed in 894 milliseconds