Searched defs:MessageField (Results 1 - 4 of 4) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
H A Dprotobuf.h17 struct MessageField;
28 typedef struct MessageField MessageField; typedef in typeref:struct:MessageField
133 struct MessageField { struct
140 MessageField* fields;
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dprotobuf.h46 struct MessageField;
58 typedef struct MessageField MessageField; typedef in typeref:struct:MessageField
445 struct MessageField { struct
452 MessageField* fields;
/external/protobuf/python/google/protobuf/internal/
H A Ddescriptor_pool_test.py454 class MessageField(object): class in inherits:object
688 ('deep_nested_message', MessageField(3, 'DeepNestedMessage')),
692 ('nested_message', MessageField(2, 'NestedMessage')),
708 ('deep_nested_message', MessageField(3, 'DeepNestedMessage')),
712 ('nested_message', MessageField(2, 'NestedMessage')),
734 ('deep_nested_message', MessageField(3, 'DeepNestedMessage')),
738 ('nested_message', MessageField(2, 'NestedMessage')),
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
H A DUnittestProto3.cs166 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),
2763 MessageField = other.messageField_ != null ? other.MessageField.Clone() : null;
2804 /// <summary>Field number for the "MessageField" field.</summary>
2807 public global::Google.Protobuf.TestProtos.ForeignMessage MessageField { property in class:Google.Protobuf.TestProtos.TestCamelCaseFieldNames
2864 if (!object.Equals(MessageField, other.MessageField)) return false;
2877 if (messageField_ != null) hash ^= MessageField.GetHashCode();
2904 output.WriteMessage(MessageField);
2924 size += 1 + pb::CodedOutputStream.ComputeMessageSize(MessageField);
[all...]

Completed in 607 milliseconds