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

/external/chromium_org/base/containers/
H A Dmru_cache_unittest.cc46 static const int kItem1Key = 5; local
48 Cache::iterator inserted_item = cache.Put(kItem1Key, item1);
53 Cache::iterator found = cache.Get(kItem1Key);
57 found = cache.Peek(kItem1Key);
60 EXPECT_EQ(kItem1Key, found->first);
73 EXPECT_EQ(kItem1Key, oldest->first);
79 Cache::iterator test_item = cache.Get(kItem1Key);
81 EXPECT_EQ(kItem1Key, test_item->first);
100 EXPECT_EQ(kItem1Key, next->first);
108 cache.Put(kItem1Key, item
119 static const int kItem1Key = 1; local
154 static const int kItem1Key = 1; local
195 static const int kItem1Key = 1; local
240 static const int kItem1Key = 1, kItem2Key = 2, kItem3Key = 3, kItem4Key = 4; local
[all...]

Completed in 161 milliseconds