Home
last modified time | relevance | path

Searched refs:EnumField (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Ddescriptor_pool_test.py430 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/
Dtest_bad_identifiers.proto143 repeated TestEnum EnumField = 22; // NO_PROTO3 field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs3011 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/
Dunittest_proto3.proto234 ForeignEnum EnumField = 3; field
Dunittest.proto495 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/
Dunittest.proto461 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/
Dunittest.proto461 optional ForeignEnum EnumField = 3; field