Home
last modified time | relevance | path

Searched refs:GetMapElement (Results 1 – 3 of 3) sorted by relevance

/external/cronet/net/disk_cache/blockfile/
Dbitmap.h69 uint32_t GetMapElement(int array_index) const;
Dbitmap_unittest.cc34 EXPECT_EQ(0U, bitmap.GetMapElement(1)); in TEST()
36 EXPECT_EQ(kValue, bitmap.GetMapElement(1)); in TEST()
Dbitmap.cc104 uint32_t Bitmap::GetMapElement(int array_index) const { in GetMapElement() function in disk_cache::Bitmap