HomeSort by relevance Sort by last modified time
    Searched refs:GetCurrentKey (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/
id_map_unittest.cc 84 map.Remove(iter.GetCurrentKey());
115 ids_in_iteration_order[counter] = iter.GetCurrentKey();
127 EXPECT_EQ(ids_in_iteration_order[0], iter.GetCurrentKey());
132 EXPECT_EQ(ids_in_iteration_order[2], iter.GetCurrentKey());
137 EXPECT_EQ(ids_in_iteration_order[4], iter.GetCurrentKey());
225 ids_in_iteration_order[counter] = iter.GetCurrentKey();
235 EXPECT_EQ(ids_in_iteration_order[0], iter.GetCurrentKey());
239 EXPECT_EQ(ids_in_iteration_order[1], iter.GetCurrentKey());
368 EXPECT_EQ(kId1, iter.GetCurrentKey());
id_map.h 169 KeyType GetCurrentKey() const {

Completed in 134 milliseconds