Home
last modified time | relevance | path

Searched defs:UnknownFieldSet (Results 1 – 10 of 10) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
DUnknownFieldSet.cs50 public sealed partial class UnknownFieldSet class
57 internal UnknownFieldSet() in UnknownFieldSet() method in Google.Protobuf.UnknownFieldSet
/third_party/protobuf/python/google/protobuf/pyext/
Dunknown_fields.h45 class UnknownFieldSet; variable
Dmessage.cc2481 static PyObject* UnknownFieldSet(CMessage* self) { in UnknownFieldSet() function
/third_party/protobuf/src/google/protobuf/
Dwire_format.h62 class UnknownFieldSet; // unknown_field_set.h variable
Dunknown_field_set.h304 inline UnknownFieldSet::UnknownFieldSet() {} in UnknownFieldSet() function
Dmessage.h156 class UnknownFieldSet; // unknown_field_set.h variable
Dparse_context.h55 class UnknownFieldSet; variable
Dextension_set.h71 class UnknownFieldSet; // unknown_field_set.h variable
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DUnknownFieldSet.java58 public final class UnknownFieldSet implements MessageLite { class
65 UnknownFieldSet(TreeMap<Integer, Field> fields) { in UnknownFieldSet() method in UnknownFieldSet
/third_party/protobuf/python/google/protobuf/internal/
Dcontainers.py717 class UnknownFieldSet(object): class