Searched refs:ConvertEntryHashKeyToHexString (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/disk_cache/simple/
H A Dsimple_util_unittest.cc10 using disk_cache::simple_util::ConvertEntryHashKeyToHexString;
19 TEST_F(SimpleUtilTest, ConvertEntryHashKeyToHexString) {
21 ConvertEntryHashKeyToHexString(GG_UINT64_C(99999999)));
23 ConvertEntryHashKeyToHexString(GG_UINT64_C(9223372036854775807)));
25 ConvertEntryHashKeyToHexString(GG_UINT64_C(9223372036854775808)));
27 ConvertEntryHashKeyToHexString(GG_UINT64_C(18446744073709551615)));
H A Dsimple_util.h23 NET_EXPORT_PRIVATE std::string ConvertEntryHashKeyToHexString(uint64 hash_key);
H A Dsimple_util.cc51 std::string ConvertEntryHashKeyToHexString(uint64 hash_key) { function in namespace:disk_cache::simple_util
59 ConvertEntryHashKeyToHexString(GetEntryHashKey(key));

Completed in 126 milliseconds