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