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

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dtext_format.cc1146 bool TextFormat::Printer::PrintUnknownFieldsToString( function in class:google::protobuf::TextFormat::Printer
1393 /* static */ bool TextFormat::PrintUnknownFieldsToString( function in class:google::protobuf::TextFormat
1395 return Printer().PrintUnknownFieldsToString(unknown_fields, output);
/external/protobuf/src/google/protobuf/
H A Dtext_format.cc867 bool TextFormat::Printer::PrintUnknownFieldsToString( function in class:google::protobuf::TextFormat::Printer
1113 /* static */ bool TextFormat::PrintUnknownFieldsToString( function in class:google::protobuf::TextFormat
1115 return Printer().PrintUnknownFieldsToString(unknown_fields, output);

Completed in 1001 milliseconds