Home
last modified time | relevance | path

Searched refs:ViewCacheHelper (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/net/url_request/
H A Dview_cache_helper_unittest.cc13 TEST(ViewCacheHelper, HexDump) { in TEST() argument
16 ViewCacheHelper::HexDump(kIn, strlen(kIn), &out); in TEST()
H A Dview_cache_helper.h16 class NET_EXPORT ViewCacheHelper {
H A Dview_cache_helper.cc16 void ViewCacheHelper::HexDump(const char *buf, size_t buf_len, in HexDump()
/aosp_15_r20/external/cronet/net/tools/dump_cache/
H A Ddump_files.cc321 net::ViewCacheHelper::HexDump(buffer.get(), size, out); in HexDump()
600 net::ViewCacheHelper::HexDump(reinterpret_cast<char*>(&header.allocation_map), in DumpAllocation()