Searched defs:BytesToHexString (Results 1 - 2 of 2) sorted by relevance

/external/google-tv-pairing-protocol/cpp/src/polo/util/
H A Dpoloutil.cc22 const std::string PoloUtil::BytesToHexString(const uint8_t* bytes, function in class:polo::util::PoloUtil
/external/chromium_org/url/
H A Durl_canon_unittest.cc62 std::string BytesToHexString(unsigned char bytes[16], int length) { function in namespace:url::__anon17223
561 BytesToHexString(host_info.address, host_info.AddressLength()));
587 BytesToHexString(host_info.address, host_info.AddressLength()));
682 BytesToHexString(host_info.address, host_info.AddressLength()));
702 BytesToHexString(host_info.address, host_info.AddressLength()));
834 BytesToHexString(host_info.address, host_info.AddressLength())) << "iter " << i << " host " << cases[i].input8;
853 BytesToHexString(host_info.address, host_info.AddressLength()));

Completed in 883 milliseconds