OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConvertEntryHashKeyToHexString
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/net/disk_cache/simple/
simple_util_unittest.cc
10
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)));
simple_util.h
23
NET_EXPORT_PRIVATE std::string
ConvertEntryHashKeyToHexString
(uint64 hash_key);
simple_util.cc
51
std::string
ConvertEntryHashKeyToHexString
(uint64 hash_key) {
59
ConvertEntryHashKeyToHexString
(GetEntryHashKey(key));
Completed in 43 milliseconds