Home
last modified time | relevance | path

Searched defs:PrintUInt32 (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dtext_format.cc1564 std::string TextFormat::FieldValuePrinter::PrintUInt32(uint32 val) const { in PrintUInt32() function in google::protobuf::TextFormat::FieldValuePrinter
1624 void TextFormat::FastFieldValuePrinter::PrintUInt32( in PrintUInt32() function in google::protobuf::TextFormat::FastFieldValuePrinter
1724 void PrintUInt32(uint32 val, in PrintUInt32() function in google::protobuf::__anona65a116b0511::FieldValuePrinterWrapper
Dtext_format_unittest.cc452 virtual std::string PrintUInt32(uint32 val) const { in PrintUInt32() function in google::protobuf::text_format_unittest::CustomUInt32FieldValuePrinter