H A D | MapUnittestProto3.cs | 154 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() 155 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.TestMapSubmessage), global::Google.Protobuf.TestProtos.TestMapSubmessage.Parser, new[]{ "TestMap" }, null, null, null, null), in MapUnittestProto3Reflection() 179 public sealed partial class TestMap : pb::IMessage<TestMap> class 184 private static readonly pb::MessageParser<TestMap> _parser = new pb::MessageParser<TestMap>(() => new TestMap()); 187 public static pb::MessageParser<TestMap> Parser { get { return _parser; } } 200 public TestMap() { in TestMap() method in Google.Protobuf.TestProtos.TestMap 207 public TestMap(TestMap other) : this() { TestMap() method in Google.Protobuf.TestProtos.TestMap 782 public global::Google.Protobuf.TestProtos.TestMap TestMap { global() property in Google.Protobuf.TestProtos.TestMapSubmessage [all...] |