Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs450 public bool PrintUnknownFields { property in Conformance.ConformanceRequest
/third_party/protobuf/src/google/protobuf/
Dtext_format.cc1916 bool TextFormat::Printer::PrintUnknownFields( in PrintUnknownFields() function in google::protobuf::TextFormat::Printer
2424 /* static */ bool TextFormat::PrintUnknownFields( in PrintUnknownFields() function in google::protobuf::TextFormat
2450 void TextFormat::Printer::PrintUnknownFields( in PrintUnknownFields() function in google::protobuf::TextFormat::Printer
Dtext_format_unittest.cc261 TEST_F(TextFormatTest, PrintUnknownFields) { in TEST_F() argument