/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | protobuf.h | 47 struct MessageField; 61 typedef struct MessageField MessageField; typedef 510 struct MessageField { struct 525 MessageField* fields; argument
|
D | storage.c | 512 layout->fields = ALLOC_N(MessageField, nfields); in create_layout()
|
/third_party/protobuf/python/google/protobuf/internal/ |
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/java/core/src/test/proto/com/google/protobuf/ |
D | test_bad_identifiers.proto | 145 repeated TestMessage MessageField = 25; // NO_PROTO3 field
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
D | UnittestProto3.cs | 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 = new global::Google.Protobuf.TestProtos.ForeignMessage(); in MergeFrom() 4414 MessageField.MergeFrom(other.MessageField); in MergeFrom() 4448 MessageField = new global::Google.Protobuf.TestProtos.ForeignMessage(); in MergeFrom() 4450 input.ReadMessage(MessageField); in MergeFrom() [all …]
|
D | Unittest.cs | 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 = new global::Google.Protobuf.TestProtos.Proto2.ForeignMessage(); in MergeFrom() 14361 MessageField.MergeFrom(other.MessageField); in MergeFrom() 14403 MessageField = new global::Google.Protobuf.TestProtos.Proto2.ForeignMessage(); in MergeFrom() 14405 input.ReadMessage(MessageField); in MergeFrom() [all …]
|
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/protos/src/google/protobuf/ |
D | unittest_proto3.proto | 235 ForeignMessage MessageField = 4; field
|
/third_party/protobuf/csharp/protos/ |
D | unittest_proto3.proto | 226 ForeignMessage MessageField = 4; field
|
D | unittest.proto | 545 optional ForeignMessage MessageField = 4; field
|
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | unittest.proto | 462 optional ForeignMessage MessageField = 4; field
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | unittest.proto | 462 optional ForeignMessage MessageField = 4; field
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
D | unittest.proto | 462 optional ForeignMessage MessageField = 4; field
|
/third_party/protobuf/src/google/protobuf/ |
D | unittest.proto | 555 optional ForeignMessage MessageField = 4; field
|
/third_party/protobuf/conformance/ |
D | binary_json_conformance_suite.cc | 2324 "MessageField", REQUIRED,
|