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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
H A DMapUnittestProto3.cs153 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, new pbr::GeneratedClrTypeInfo[] { null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, }),
157 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, new pbr::GeneratedClrTypeInfo[] { null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, }),
361 public pbc::MapField<int, global::Google.Protobuf.TestProtos.MapEnum> MapInt32Enum { property in class:Google.Protobuf.TestProtos.TestMap
400 if (!MapInt32Enum.Equals(other.MapInt32Enum)) return false;
422 hash ^= MapInt32Enum.GetHashCode();
1061 public pbc::MapField<int, global::Google.Protobuf.TestProtos.MapEnum> MapInt32Enum { property in class:Google.Protobuf.TestProtos.TestArenaMap
1098 if (!MapInt32Enum.Equals(other.MapInt32Enum)) return false;
1118 hash ^= MapInt32Enum
[all...]

Completed in 180 milliseconds