Searched refs:GetMapElement (Results 1 – 3 of 3) sorted by relevance
61 uint32 GetMapElement(int array_index) const;
34 EXPECT_EQ(0U, bitmap.GetMapElement(1)); in TEST()36 EXPECT_EQ(kValue, bitmap.GetMapElement(1)); in TEST()
125 uint32 Bitmap::GetMapElement(int array_index) const { in GetMapElement() function in disk_cache::Bitmap