Home
last modified time | relevance | path

Searched refs:MessageField (Results 1 – 14 of 14) sorted by relevance

/third_party/protobuf/ruby/ext/google/protobuf_c/
Dprotobuf.h47 struct MessageField;
61 typedef struct MessageField MessageField; typedef
510 struct MessageField { struct
525 MessageField* fields; argument
Dstorage.c512 layout->fields = ALLOC_N(MessageField, nfields); in create_layout()
/third_party/protobuf/python/google/protobuf/internal/
Ddescriptor_pool_test.py797 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/
Dtest_bad_identifiers.proto145 repeated TestMessage MessageField = 25; // NO_PROTO3 field
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestProto3.cs4218 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 …]
DUnittest.cs14063 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/
Dunittest_proto3.proto235 ForeignMessage MessageField = 4; field
/third_party/protobuf/csharp/protos/
Dunittest_proto3.proto226 ForeignMessage MessageField = 4; field
Dunittest.proto545 optional ForeignMessage MessageField = 4; field
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest.proto462 optional ForeignMessage MessageField = 4; field
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest.proto462 optional ForeignMessage MessageField = 4; field
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Dunittest.proto462 optional ForeignMessage MessageField = 4; field
/third_party/protobuf/src/google/protobuf/
Dunittest.proto555 optional ForeignMessage MessageField = 4; field
/third_party/protobuf/conformance/
Dbinary_json_conformance_suite.cc2324 "MessageField", REQUIRED,