Home
last modified time | relevance | path

Searched defs:UnknownField (Results 1 – 7 of 7) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/
DUnknownField.cs52 internal sealed class UnknownField class
63 public UnknownField() in UnknownField() method in Google.Protobuf.UnknownField
/external/protobuf/python/google/protobuf/pyext/
Dunknown_fields.h44 class UnknownField; variable
/external/perfetto/src/trace_processor/util/
Dprotozero_to_text_unittests.cc176 TEST(ProtozeroToTextTest, UnknownField) { in TEST() argument
/external/protobuf/src/google/protobuf/
Dunknown_field_set.h72 class UnknownField; // below variable
Ddescriptor.h124 class UnknownField; variable
/external/perfetto/src/perfetto_cmd/
Dpbtxt_to_pb_unittest.cc424 TEST(PbtxtToPb, UnknownField) { in TEST() argument
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormat.java1517 static final class UnknownField { class in TextFormat.Parser
1525 UnknownField(String message, Type type) { in UnknownField() method in TextFormat.Parser.UnknownField