Home
last modified time | relevance | path

Searched refs:MapInt32Enum (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DMapUnittestProto3.cs385 public pbc::MapField<int, global::Google.Protobuf.TestProtos.MapEnum> MapInt32Enum { property in Google.Protobuf.TestProtos.TestMap
427 if (!MapInt32Enum.Equals(other.MapInt32Enum)) return false; in Equals()
450 hash ^= MapInt32Enum.GetHashCode(); in GetHashCode()
1204 public pbc::MapField<int, global::Google.Protobuf.TestProtos.MapEnum> MapInt32Enum { property in Google.Protobuf.TestProtos.TestArenaMap
1244 if (!MapInt32Enum.Equals(other.MapInt32Enum)) return false; in Equals()
1265 hash ^= MapInt32Enum.GetHashCode(); in GetHashCode()
/external/protobuf/csharp/src/Google.Protobuf.Test/
DJsonFormatterTest.cs215 …var message = new TestMap { MapInt32Enum = { { 1, MapEnum.Foo }, { 2, (MapEnum) 100 }, { 3, MapEnu… in UnknownEnumValueNumeric_MapField()
DGeneratedMessageTest.cs226 MapInt32Enum = { in RoundTrip_Maps()
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DGeneratedMessageTest.cs226 MapInt32Enum = { in RoundTrip_Maps()