Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DMapUnittestProto3.cs154 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.TestMap), global::Google.Protobuf.TestProtos.TestMap.Parser, new[]{ "MapInt32Int32", "MapInt64Int64", "MapUint32Uint32", "MapUint64Uint64", "MapSint32Sint32", "MapSint64Sint64", "MapFixed32Fixed32", "MapFixed64Fixed64", "MapSfixed32Sfixed32", "MapSfixed64Sfixed64", "MapInt32Float", "MapInt32Double", "MapBoolBool", "MapStringString", "MapInt32Bytes", "MapInt32Enum", "MapInt32ForeignMessage" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, }), in MapUnittestProto3Reflection()
158 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.TestArenaMap), global::Google.Protobuf.TestProtos.TestArenaMap.Parser, new[]{ "MapInt32Int32", "MapInt64Int64", "MapUint32Uint32", "MapUint64Uint64", "MapSint32Sint32", "MapSint64Sint64", "MapFixed32Fixed32", "MapFixed64Fixed64", "MapSfixed32Sfixed32", "MapSfixed64Sfixed64", "MapInt32Float", "MapInt32Double", "MapBoolBool", "MapInt32Enum", "MapInt32ForeignMessage" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, }), in MapUnittestProto3Reflection()
389 public pbc::MapField<int, global::Google.Protobuf.TestProtos.MapEnum> MapInt32Enum { property in Google.Protobuf.TestProtos.TestMap
431 if (!MapInt32Enum.Equals(other.MapInt32Enum)) return false; in Equals()
454 hash ^= MapInt32Enum.GetHashCode(); in GetHashCode()
1459 public pbc::MapField<int, global::Google.Protobuf.TestProtos.MapEnum> MapInt32Enum { property in Google.Protobuf.TestProtos.TestArenaMap
1499 if (!MapInt32Enum.Equals(other.MapInt32Enum)) return false; in Equals()
1520 hash ^= MapInt32Enum in GetHashCode()
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DJsonFormatterTest.cs280 var message = new TestMap { MapInt32Enum = { { 1, MapEnum.Foo }, { 2, (MapEnum) 100 }, { 3, MapEnum.Bar } } }; in UnknownEnumValueNumeric_MapField()
H A DGeneratedMessageTest.cs229 MapInt32Enum = { in RoundTrip_Maps()
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A DGeneratedMessageTest.cs226 MapInt32Enum = { in RoundTrip_Maps()

Completed in 8 milliseconds