Searched refs:EnumField (Results 1 – 7 of 7) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/ |
D | descriptor_pool_test.py | 430 class EnumField(object): class 700 ('nested_enum', EnumField(1, 'NestedEnum', 'ETA')), 704 ('nested_enum', EnumField(1, 'NestedEnum', 'ZETA')), 709 ('nested_enum', EnumField(1, 'NestedEnum', 'BETA')), 720 ('nested_enum', EnumField(1, 'NestedEnum', 'MU')), 724 ('nested_enum', EnumField(1, 'NestedEnum', 'IOTA')), 729 ('nested_enum', EnumField(1, 'NestedEnum', 'GAMMA')), 746 ('nested_enum', EnumField(1, 'NestedEnum', 'RHO')), 750 ('nested_enum', EnumField(1, 'NestedEnum', 'PI')), 755 ('nested_enum', EnumField(1, 'NestedEnum', 'XI')),
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/proto/com/google/protobuf/ |
D | test_bad_identifiers.proto | 143 repeated TestEnum EnumField = 22; // NO_PROTO3 field
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | UnittestProto3.cs | 3011 public global::Google.Protobuf.TestProtos.ForeignEnum EnumField { property in Google.Protobuf.TestProtos.TestCamelCaseFieldNames 3084 if (EnumField != other.EnumField) return false; in Equals() 3098 if (EnumField != 0) hash ^= EnumField.GetHashCode(); in GetHashCode() 3122 if (EnumField != 0) { in WriteTo() 3124 output.WriteEnum((int) EnumField); in WriteTo() 3145 if (EnumField != 0) { in CalculateSize() 3146 size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) EnumField); in CalculateSize() 3169 if (other.EnumField != 0) { in MergeFrom() 3170 EnumField = other.EnumField; in MergeFrom()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | unittest_proto3.proto | 234 ForeignEnum EnumField = 3; field
|
D | unittest.proto | 495 optional ForeignEnum EnumField = 3; field
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | unittest.proto | 461 optional ForeignEnum EnumField = 3; 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 | 461 optional ForeignEnum EnumField = 3; field
|