Searched refs:MessageField (Results 1 - 6 of 6) sorted by relevance
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | protobuf.h | 47 struct MessageField; 61 typedef struct MessageField MessageField; typedef 510 struct MessageField { struct 525 MessageField* fields;
|
H A D | storage.c | 512 layout->fields = ALLOC_N(MessageField, nfields); in create_layout()
|
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | descriptor_pool_test.py | 797 class MessageField(object): class 1077 ('deep_nested_message', MessageField(3, 'DeepNestedMessage')), 1081 ('nested_message', MessageField(2, 'NestedMessage')), 1097 ('deep_nested_message', MessageField(3, 'DeepNestedMessage')), 1101 ('nested_message', MessageField(2, 'NestedMessage')), 1123 ('deep_nested_message', MessageField(3, 'DeepNestedMessage')), 1127 ('nested_message', MessageField(2, 'NestedMessage')),
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | UnittestProto3.cs | 173 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.TestCamelCaseFieldNames), global::Google.Protobuf.TestProtos.TestCamelCaseFieldNames.Parser, new[]{ "PrimitiveField", "StringField", "EnumField", "MessageField", "RepeatedPrimitiveField", "RepeatedStringField", "RepeatedEnumField", "RepeatedMessageField" }, null, null, null, null), in UnittestProto3Reflection() 4214 /// <summary>Field number for the "MessageField" field.</summary> 4218 public global::Google.Protobuf.TestProtos.ForeignMessage MessageField { property in Google.Protobuf.TestProtos.TestCamelCaseFieldNames 4281 if (!object.Equals(MessageField, other.MessageField)) return false; in Equals() 4295 if (messageField_ != null) hash ^= MessageField.GetHashCode(); in GetHashCode() 4330 output.WriteMessage(MessageField); in WriteTo() 4359 output.WriteMessage(MessageField); in IBufferMessage.InternalWriteTo() 4384 size += 1 + pb::CodedOutputStream.ComputeMessageSize(MessageField); in CalculateSize() 4412 MessageField in MergeFrom() [all...] |
H A D | Unittest.cs | 704 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.Proto2.TestCamelCaseFieldNames), global::Google.Protobuf.TestProtos.Proto2.TestCamelCaseFieldNames.Parser, new[]{ "PrimitiveField", "StringField", "EnumField", "MessageField", "StringPieceField", "CordField", "RepeatedPrimitiveField", "RepeatedStringField", "RepeatedEnumField", "RepeatedMessageField", "RepeatedStringPieceField", "RepeatedCordField" }, null, null, null, null), in UnittestReflection() 14059 /// <summary>Field number for the "MessageField" field.</summary> 14063 public global::Google.Protobuf.TestProtos.Proto2.ForeignMessage MessageField { property in Google.Protobuf.TestProtos.Proto2.TestCamelCaseFieldNames 14192 if (!object.Equals(MessageField, other.MessageField)) return false; in Equals() 14210 if (messageField_ != null) hash ^= MessageField.GetHashCode(); in GetHashCode() 14249 output.WriteMessage(MessageField); in WriteTo() 14288 output.WriteMessage(MessageField); in IBufferMessage.InternalWriteTo() 14323 size += 1 + pb::CodedOutputStream.ComputeMessageSize(MessageField); in CalculateSize() 14359 MessageField in MergeFrom() [all...] |
/third_party/protobuf/conformance/ |
H A D | binary_json_conformance_suite.cc | 2324 "MessageField", REQUIRED,
|
Completed in 49 milliseconds