/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/ |
D | protobuf.h | 17 struct MessageField; 28 typedef struct MessageField MessageField; typedef 133 struct MessageField { struct 140 MessageField* fields; argument
|
D | storage.c | 300 layout->fields = ALLOC_N(MessageField, nfields); in create_layout()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/ |
D | protobuf.h | 46 struct MessageField; 58 typedef struct MessageField MessageField; typedef 446 struct MessageField { struct 453 MessageField* fields; argument
|
D | storage.c | 437 layout->fields = ALLOC_N(MessageField, nfields); in create_layout()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/ |
D | descriptor_pool_test.py | 455 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/ |
D | failure_list_ruby.txt | 100 JsonInput.MessageField.JsonOutput 101 JsonInput.MessageField.ProtobufOutput
|
D | conformance_test.cc | 1212 "MessageField",
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/proto/com/google/protobuf/ |
D | test_bad_identifiers.proto | 146 repeated TestMessage MessageField = 25; // NO_PROTO3 field
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | UnittestProto3.cs | 2973 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/ |
D | unittest_proto3.proto | 235 ForeignMessage MessageField = 4; field
|
D | unittest.proto | 496 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/ |
D | unittest.proto | 462 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/ |
D | unittest.proto | 462 optional ForeignMessage MessageField = 4; field
|