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

/external/vboot_reference/firmware/stub/
H A Dtpm_lite_stub.c63 __attribute__((unused)) static void PrintBytes(const uint8_t* a, int n) { function
224 PrintBytes(request, 10);
225 PrintBytes(request + 10, x - 10);
227 PrintBytes(response, 10);
228 PrintBytes(response + 10, y - 10);
/external/protobuf/src/google/protobuf/
H A Dtext_format.cc1371 string TextFormat::FieldValuePrinter::PrintBytes(const string& val) const { function in class:google::protobuf::TextFormat::FieldValuePrinter
1421 virtual string PrintBytes(const string& val) const { function in class:google::protobuf::__anon19098::FieldValuePrinterUtf8Escaping
1800 generator.Print(printer->PrintBytes(*value_to_print));

Completed in 183 milliseconds