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.h107 virtual string PrintBytes(const string& val) const;
Dtext_format.cc1277 string TextFormat::FieldValuePrinter::PrintBytes(const string& val) const { in PrintBytes() function in google::protobuf::TextFormat::FieldValuePrinter
1327 virtual string PrintBytes(const string& val) const { in PrintBytes() function in google::protobuf::__anon395507550211::FieldValuePrinterUtf8Escaping
1580 generator.Print(printer->PrintBytes(value)); in PrintFieldValue()