Home
last modified time | relevance | path

Searched defs:PrintUnknownFields (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs406 public bool PrintUnknownFields { property in Conformance.ConformanceRequest
/external/protobuf/src/google/protobuf/
Dtext_format.cc1888 bool TextFormat::Printer::PrintUnknownFields( in PrintUnknownFields() function in google::protobuf::TextFormat::Printer
2393 /* static */ bool TextFormat::PrintUnknownFields( in PrintUnknownFields() function in google::protobuf::TextFormat
2419 void TextFormat::Printer::PrintUnknownFields( in PrintUnknownFields() function in google::protobuf::TextFormat::Printer
Dtext_format_unittest.cc262 TEST_F(TextFormatTest, PrintUnknownFields) { in TEST_F() argument