Home
last modified time | relevance | path

Searched refs:PrintUInt32 (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dtext_format.h104 virtual string PrintUInt32(uint32 val) const;
Dtext_format_unittest.cc399 virtual string PrintUInt32(uint32 val) const { in PrintUInt32() function in google::protobuf::text_format_unittest::CustomUInt32FieldValuePrinter
400 return StrCat(FieldValuePrinter::PrintUInt32(val), "u"); in PrintUInt32()
Dtext_format.cc1382 string TextFormat::FieldValuePrinter::PrintUInt32(uint32 val) const { in PrintUInt32() function in google::protobuf::TextFormat::FieldValuePrinter