Home
last modified time | relevance | path

Searched refs:PrintBytes (Results 1 – 3 of 3) 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.h110 virtual string PrintBytes(const string& val) const;
Dtext_format.cc1371 string TextFormat::FieldValuePrinter::PrintBytes(const string& val) const { in PrintBytes() function in google::protobuf::TextFormat::FieldValuePrinter
1421 virtual string PrintBytes(const string& val) const { in PrintBytes() function in google::protobuf::__anonda55f11e0211::FieldValuePrinterUtf8Escaping
1800 generator.Print(printer->PrintBytes(*value_to_print)); in PrintFieldValue()