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

  /external/chromium_org/net/disk_cache/blockfile/
bitmap.h 61 uint32 GetMapElement(int array_index) const;
bitmap_unittest.cc 33 // Test Set/GetMapElement.
34 EXPECT_EQ(0U, bitmap.GetMapElement(1));
36 EXPECT_EQ(kValue, bitmap.GetMapElement(1));
bitmap.cc 125 uint32 Bitmap::GetMapElement(int array_index) const {

Completed in 6367 milliseconds