We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6a1b35 commit 5716bd4Copy full SHA for 5716bd4
src/google/protobuf/unknown_field_set.h
@@ -121,6 +121,7 @@ class PROTOBUF_EXPORT UnknownField {
121
} data_;
122
};
123
124
+
125
// An UnknownFieldSet contains fields that were encountered while parsing a
126
// message but were not defined by its type. Keeping track of these can be
127
// useful, especially in that they may be written if the message is serialized
@@ -243,7 +244,6 @@ class PROTOBUF_EXPORT UnknownFieldSet {
243
244
friend internal::WireFormat;
245
friend internal::UnknownFieldParserHelper;
246
friend internal::UnknownFieldSetTestPeer;
- friend internal::v2::TableDrivenParse;
247
248
std::string* AddLengthDelimited(int number);
249
0 commit comments