Home | History | Annotate | Download | only in TestProtos

Lines Matching defs:TestMap

153             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, }),
154 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.TestMapSubmessage), global::Google.Protobuf.TestProtos.TestMapSubmessage.Parser, new[]{ "TestMap" }, null, null, null),
179 public sealed partial class TestMap : pb::IMessage<TestMap> {
180 private static readonly pb::MessageParser<TestMap> _parser = new pb::MessageParser<TestMap>(() => new TestMap());
181 public static pb::MessageParser<TestMap> Parser { get { return _parser; } }
191 public TestMap() {
197 public TestMap(TestMap other) : this() {
217 public TestMap Clone() {
218 return new TestMap(this);
375 return Equals(other as TestMap);
378 public bool Equals(TestMap other) {
473 public void MergeFrom(TestMap other) {
597 TestMap = other.testMap_ != null ? other.TestMap.Clone() : null;
606 private global::Google.Protobuf.TestProtos.TestMap testMap_;
607 public global::Google.Protobuf.TestProtos.TestMap TestMap {
625 if (!object.Equals(TestMap, other.TestMap)) return false;
631 if (testMap_ != null) hash ^= TestMap.GetHashCode();
642 output.WriteMessage(TestMap);
649 size += 1 + pb::CodedOutputStream.ComputeMessageSize(TestMap);
660 testMap_ = new global::Google.Protobuf.TestProtos.TestMap();
662 TestMap.MergeFrom(other.TestMap);
675 testMap_ = new global::Google.Protobuf.TestProtos.TestMap();