Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/
Dprotobuf.h46 struct MessageField;
58 typedef struct MessageField MessageField; typedef
446 struct MessageField { struct
453 MessageField* fields; argument
Dstorage.c437 layout->fields = ALLOC_N(MessageField, nfields); in create_layout()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Ddescriptor_pool_test.py455 class MessageField(object): class
706 ('deep_nested_message', MessageField(3, 'DeepNestedMessage')),
710 ('nested_message', MessageField(2, 'NestedMessage')),
726 ('deep_nested_message', MessageField(3, 'DeepNestedMessage')),
730 ('nested_message', MessageField(2, 'NestedMessage')),
752 ('deep_nested_message', MessageField(3, 'DeepNestedMessage')),
756 ('nested_message', MessageField(2, 'NestedMessage')),
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/
Dfailure_list_ruby.txt100 JsonInput.MessageField.JsonOutput
101 JsonInput.MessageField.ProtobufOutput
Dconformance_test.cc1212 "MessageField",
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/proto/com/google/protobuf/
Dtest_bad_identifiers.proto146 repeated TestMessage MessageField = 25; // NO_PROTO3 field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs2973 MessageField = other.messageField_ != null ? other.MessageField.Clone() : null; in TestCamelCaseFieldNames()
3022 public global::Google.Protobuf.TestProtos.ForeignMessage MessageField { property in Google.Protobuf.TestProtos.TestCamelCaseFieldNames
3085 if (!object.Equals(MessageField, other.MessageField)) return false; in Equals()
3099 if (messageField_ != null) hash ^= MessageField.GetHashCode(); in GetHashCode()
3128 output.WriteMessage(MessageField); in WriteTo()
3149 size += 1 + pb::CodedOutputStream.ComputeMessageSize(MessageField); in CalculateSize()
3176 MessageField.MergeFrom(other.MessageField); in MergeFrom()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dunittest_proto3.proto235 ForeignMessage MessageField = 4; field
Dunittest.proto496 optional ForeignMessage MessageField = 4; field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest.proto462 optional ForeignMessage MessageField = 4; field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Dunittest.proto462 optional ForeignMessage MessageField = 4; field