GetEntryHashKeyFromHexString   92 net/disk_cache/simple/simple_index_file.cc   if (!simple_util::GetEntryHashKeyFromHexString(hash_string, &hash_key)) {
GetEntryHashKeyFromHexString   36 net/disk_cache/simple/simple_util.h NET_EXPORT_PRIVATE bool GetEntryHashKeyFromHexString(
GetEntryHashKeyFromHexString   12 net/disk_cache/simple/simple_util_unittest.cc using disk_cache::simple_util::GetEntryHashKeyFromHexString;
GetEntryHashKeyFromHexString   48 net/disk_cache/simple/simple_util_unittest.cc TEST_F(SimpleUtilTest, GetEntryHashKeyFromHexString) {
GetEntryHashKeyFromHexString   50 net/disk_cache/simple/simple_util_unittest.cc   EXPECT_TRUE(GetEntryHashKeyFromHexString("0000000005f5e0ff", &hash_key));
GetEntryHashKeyFromHexString   53 net/disk_cache/simple/simple_util_unittest.cc   EXPECT_TRUE(GetEntryHashKeyFromHexString("7ffffffffffffffF", &hash_key));
GetEntryHashKeyFromHexString   56 net/disk_cache/simple/simple_util_unittest.cc   EXPECT_TRUE(GetEntryHashKeyFromHexString("8000000000000000", &hash_key));
GetEntryHashKeyFromHexString   59 net/disk_cache/simple/simple_util_unittest.cc   EXPECT_TRUE(GetEntryHashKeyFromHexString("FFFFFFFFFFFFFFFF", &hash_key));
GetEntryHashKeyFromHexString   63 net/disk_cache/simple/simple_util_unittest.cc   EXPECT_FALSE(GetEntryHashKeyFromHexString("FFFFFFFFFFFFFFF", &hash_key));
GetEntryHashKeyFromHexString   66 net/disk_cache/simple/simple_util_unittest.cc   EXPECT_FALSE(GetEntryHashKeyFromHexString("FFFFFFFFFFFFFFFFF", &hash_key));
GetEntryHashKeyFromHexString   68 net/disk_cache/simple/simple_util_unittest.cc   EXPECT_FALSE(GetEntryHashKeyFromHexString("iwr8wglhg8*(&1231((", &hash_key));