Searched refs:testMap_ (Results 1 – 1 of 1) sorted by relevance
597 TestMap = other.testMap_ != null ? other.TestMap.Clone() : null; in TestMapSubmessage()606 private global::Google.Protobuf.TestProtos.TestMap testMap_; field in Google.Protobuf.TestProtos.TestMapSubmessage608 get { return testMap_; }610 testMap_ = value;631 if (testMap_ != null) hash ^= TestMap.GetHashCode(); in GetHashCode()640 if (testMap_ != null) { in WriteTo()648 if (testMap_ != null) { in CalculateSize()658 if (other.testMap_ != null) { in MergeFrom()659 if (testMap_ == null) { in MergeFrom()660 testMap_ = new global::Google.Protobuf.TestProtos.TestMap(); in MergeFrom()[all …]