Searched refs:dump_hex (Results 1 – 4 of 4) sorted by relevance
98 << dump_hex(reinterpret_cast<const unsigned char*>(buf), len0); in ReadFdExactly()108 << dump_hex(reinterpret_cast<const unsigned char*>(buf), len); in WriteFdExactly()182 << dump_hex(buf, result); in ReadOrderlyShutdown()
161 std::string dump_hex(const void* data, size_t byte_count) { in dump_hex() function227 result += dump_hex(p->payload.data(), p->payload.size()); in dump_packet()
47 std::string dump_hex(const void* ptr, size_t byte_count);
888 LOG(INFO) << "StartCommandInProcess(" << dump_hex(name.data(), name.size()) << ")"; in StartCommandInProcess()