#include <stdint.h>
#include <string>
#include "net/disk_cache/simple/simple_util.h"
#include "testing/gtest/include/gtest/gtest.h"
ConvertEntryHashKeyToHexString;
GetEntryHashKeyAsHexString;
GetEntryHashKeyFromHexString;
GetEntryHashKey;
GetFileSizeFromDataSize;
GetDataSizeFromFileSize;
class SimpleUtilTest : public testing::Test { … };
TEST_F(SimpleUtilTest, ConvertEntryHashKeyToHexString) { … }
TEST_F(SimpleUtilTest, GetEntryHashKey) { … }
TEST_F(SimpleUtilTest, GetEntryHashKeyFromHexString) { … }
TEST_F(SimpleUtilTest, SizesAndOffsets) { … }