Home
last modified time | relevance | path

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

/external/vboot_reference/firmware/stub/
Dtpm_lite_stub.c63 __attribute__((unused)) static void PrintBytes(const uint8_t* a, int n) { in PrintBytes() function
224 PrintBytes(request, 10); in VbExTpmSendReceive()
225 PrintBytes(request + 10, x - 10); in VbExTpmSendReceive()
227 PrintBytes(response, 10); in VbExTpmSendReceive()
228 PrintBytes(response + 10, y - 10); in VbExTpmSendReceive()
/external/protobuf/src/google/protobuf/
Dtext_format.h135 virtual void PrintBytes(const std::string& val,
171 virtual std::string PrintBytes(const std::string& val) const;
Dtext_format.cc1579 std::string TextFormat::FieldValuePrinter::PrintBytes( in PrintBytes() function in google::protobuf::TextFormat::FieldValuePrinter
1651 void TextFormat::FastFieldValuePrinter::PrintBytes( in PrintBytes() function in google::protobuf::TextFormat::FastFieldValuePrinter
1739 void PrintBytes(const std::string& val, in PrintBytes() function in google::protobuf::__anona09921bc0511::FieldValuePrinterWrapper
1741 generator->PrintString(delegate_->PrintBytes(val)); in PrintBytes()
1789 void PrintBytes(const std::string& val, in PrintBytes() function in google::protobuf::__anona09921bc0511::FastFieldValuePrinterUtf8Escaping
2352 printer->PrintBytes(*value_to_print, generator); in PrintFieldValue()
/external/brotli/c/tools/
Dbrotli.c859 static void PrintBytes(size_t value) { in PrintBytes() function
873 PrintBytes(context->total_in); in PrintFileProcessingProgress()
875 PrintBytes(context->total_out); in PrintFileProcessingProgress()