Home
last modified time | relevance | path

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

/external/protobuf/php/ext/google/protobuf/
Dprotobuf.h17 struct MessageField;
28 typedef struct MessageField MessageField; typedef
133 struct MessageField { struct
140 MessageField* fields; argument
Dstorage.c300 layout->fields = ALLOC_N(MessageField, nfields); in create_layout()
/external/protobuf/ruby/ext/google/protobuf_c/
Dprotobuf.h46 struct MessageField;
58 typedef struct MessageField MessageField; typedef
445 struct MessageField { struct
452 MessageField* fields; argument
Dstorage.c407 layout->fields = ALLOC_N(MessageField, nfields); in create_layout()
/external/protobuf/python/google/protobuf/internal/
Ddescriptor_pool_test.py454 class MessageField(object): class
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/conformance/
Dfailure_list_ruby.txt100 JsonInput.MessageField.JsonOutput
101 JsonInput.MessageField.ProtobufOutput
Dconformance_test.cc1194 "MessageField",
/external/protobuf/java/core/src/test/proto/com/google/protobuf/
Dtest_bad_identifiers.proto146 repeated TestMessage MessageField = 25; // NO_PROTO3 field
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs2763 MessageField = other.messageField_ != null ? other.MessageField.Clone() : null; in TestCamelCaseFieldNames()
2807 public global::Google.Protobuf.TestProtos.ForeignMessage MessageField { property in Google.Protobuf.TestProtos.TestCamelCaseFieldNames
2864 if (!object.Equals(MessageField, other.MessageField)) return false; in Equals()
2877 if (messageField_ != null) hash ^= MessageField.GetHashCode(); in GetHashCode()
2904 output.WriteMessage(MessageField); in WriteTo()
2924 size += 1 + pb::CodedOutputStream.ComputeMessageSize(MessageField); in CalculateSize()
2950 MessageField.MergeFrom(other.MessageField); in MergeFrom()
/external/protobuf/src/google/protobuf/
Dunittest_proto3.proto235 ForeignMessage MessageField = 4; field
Dunittest.proto495 optional ForeignMessage MessageField = 4; field